Home
last modified time | relevance | path

Searched refs:h (Results 26 – 50 of 2250) sorted by relevance

12345678910>>...90

/illumos-gate/usr/src/lib/lib9p/common/
H A Dhashtable.c46 h->ht_nentries = size; in ht_init()
69 free(h->ht_entries); in ht_destroy()
70 h->ht_entries = NULL; in ht_destroy()
81 (void) ht_unlock(h); in ht_find()
91 entry = &h->ht_entries[hash % h->ht_nentries]; in ht_find_locked()
111 entry = &h->ht_entries[hash % h->ht_nentries]; in ht_add()
125 (void) ht_unlock(h); in ht_add()
139 (void) ht_unlock(h); in ht_remove()
181 struct ht *h; in ht_iter_advance() local
212 struct ht *h; in ht_remove_at_iter() local
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A DMakefile42 acpidev.h \
44 asm_misc.h \
45 clock.h \
46 cram.h \
49 fastboot.h \
50 mach_mmu.h \
57 memnode.h \
58 pc_mmu.h \
59 psm.h \
67 x_call.h \
[all …]
/illumos-gate/usr/src/cmd/sh/
H A Dhashserv.c57 ENTRY *h; local
76 if (h)
158 ENTRY *h; in zapentry()
185 hashout(h) in hashout() argument
186 ENTRY *h; in hashout()
206 pr_path(h->key, hashdata(h->data));
250 ENTRY *h; in hash_func() local
255 if (h) in hash_func()
275 if (h && (h->data & FUNCTION)) { in func_unhash()
295 if (h)
[all …]
/illumos-gate/usr/src/uts/sparc/os/
H A Dbitmap_arch.c44 int h = 1; in highbit64() local
55 h += 8; i >>= 8; in highbit64()
58 h += 4; i >>= 4; in highbit64()
61 h += 2; i >>= 2; in highbit64()
64 h += 1; in highbit64()
66 return (h); in highbit64()
90 h += 8; i >>= 8; in highbit()
99 h += 1; in highbit()
101 return (h); in highbit()
135 h += 1; in lowbit()
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c105 struct fstyp_ufs *h; in fstyp_mod_init() local
114 h->fd = fd; in fstyp_mod_init()
127 h->attr = NULL; in fstyp_mod_fini()
129 free(h); in fstyp_mod_fini()
137 return (is_ufs(h)); in fstyp_mod_ident()
152 h->attr = NULL; in fstyp_mod_get_attr()
157 *attrp = h->attr; in fstyp_mod_get_attr()
173 if (read(h->fd, &h->afs, SBSIZE) != SBSIZE) { in is_ufs()
470 if (read(h->fd, (char *)&h->eg, fsp->fs_bsize) != fsp->fs_bsize) { in dumplog()
494 if (read(h->fd, &h->eg, dbtob(LS_SECTORS)) != dbtob(LS_SECTORS)) { in dumplog()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_delete.c70 PAGE *h; local
152 PAGE *h; local
162 h = *hp;
166 h = e->page;
296 PAGE *h; local
380 PAGE *h;
457 return (__bt_relink(t, h) || __bt_free(t, h));
477 PAGE *h;
503 from = (char *)h + h->upper;
542 PAGE *h;
[all …]
H A Dbt_seq.c188 PAGE *h; local
226 ep->page = h;
244 pg = GETBINTERNAL(h, NEXTINDEX(h) - 1)->pgno;
248 ep->page = h;
276 PAGE *h; local
382 ep->page = h;
408 PAGE *h; local
729 PAGE *h; local
783 pg = GETBINTERNAL(h, NEXTINDEX(h) - 1)->pgno;
784 status = bt_rcpush(rc, h->pgno, NEXTINDEX(h) - 1);
[all …]
H A Dbt_search.c71 PAGE *h; local
82 t->bt_cur.page = h;
106 if (h->flags & P_BLEAF) {
133 mpool_put(t->bt_mp, h, 0);
153 PAGE *h;
175 mpool_put(t->bt_mp, h, 0);
213 mpool_put(t->bt_mp, h, 0);
233 PAGE *h;
256 mpool_put(t->bt_mp, h, 0);
292 idx = NEXTINDEX(h) - 1;
[all …]
/illumos-gate/usr/src/cmd/ipf/tools/
H A DMakefile124 ipf.tab.h > ipf_y.h
130 ipf_y.h ipf_l.h
136 ipf_l.h: lexer.h
153 ipmon_y.o: ipmon_y.c $(COMMONIPF)/ipmon.h ipmon_y.h ipmon_l.h
162 ipmon.tab.h > ipmon_y.h
167 ipmon_l.o: ipmon_l.c $(COMMONIPF)/ipmon.h ipmon_y.h ipmon_l.h
173 ipmon_l.h: lexer.h
191 ipnat.tab.h > ipnat_y.h
202 ipnat_l.h: lexer.h
220 ippool.tab.h > ippool_y.h
[all …]
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A DMakefile33 privregs.h
38 psw.h \
39 pte.h \
40 reg.h \
41 stack.h \
42 trap.h \
43 traptrace.h
56 $(ROOTDIR)/psw.h := LINK_TARGET = ../../sys/psw.h
57 $(ROOTDIR)/pte.h := LINK_TARGET = ../../sys/pte.h
58 $(ROOTDIR)/reg.h := LINK_TARGET = ../../sys/reg.h
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dhashpart.h34 #define HASH_ADD(h) (0x9c39c33dL) argument
38 #define HASH_A(h,n) ((((h) << 2) - (h)) << (n)) argument
39 #define HASH_B(h,n) ((((h) << 4) - (h)) << (n)) argument
40 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n)) argument
41 #define HASH_MPY(h) (HASH_C(h,22)+HASH_C(h,10)+HASH_A(h,6)+HASH_A(h,3)+(h)) argument
45 #define HASH_MPY(h) ((h)*0x63c63cd9L) argument
49 #define HASHPART(h,c) (h = HASH_MPY(h) + HASH_ADD(h) + (c)) argument
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DMamfile78 make dll.h implicit
80 make xcoff.h implicit
82 make dl.h implicit
174 …mp 2>/dev/null -s FEATURE/dll dlldefs.h || { rm -f dlldefs.h; silent test -d . || mkdir .; cp FEAT…
184 make dlllib.h implicit
188 done dlllib.h
206 prev dlllib.h implicit
214 prev dlllib.h implicit
266 prev dlllib.h implicit
274 prev dlllib.h implicit
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMamfile205 done include/shell.h
290 done include/defs.h
315 done include/path.h
350 done include/test.h
407 done include/io.h
430 done include/jobs.h
576 done include/ulimit.h
610 done include/shlex.h
625 make nc.h implicit
649 done include/fcin.h
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_rsearch.c75 PAGE *h; local
146 total = RE_NREC(h);
289 PAGE *h; local
297 h = epg->page;
298 if (TYPE(h) == P_IBTREE || TYPE(h) == P_IRECNO) {
302 PGNO(h), &LSN(h), (u_int32_t)epg->indx,
334 PAGE *h; local
346 *rep = RE_NREC(h);
361 __bam_total(h) in __bam_total() argument
362 PAGE *h; in __bam_total()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_conv.c106 PAGE *h; local
113 h = pp;
115 M_32_SWAP(h->lsn.file);
117 M_32_SWAP(h->pgno);
120 M_16_SWAP(h->entries);
124 switch (h->type) {
128 M_16_SWAP(h->inp[i]);
172 M_16_SWAP(h->inp[i]);
179 M_16_SWAP(h->inp[i]);
248 M_32_SWAP(h->pgno);
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A DMamfile94 make sha2.h implicit
95 done sha2.h dontcare virtual
96 make sha1.h implicit
97 done sha1.h dontcare virtual
98 make md5.h implicit
99 done md5.h dontcare virtual
100 make md4.h implicit
101 done md4.h dontcare virtual
133 make sum.h implicit
199 done sum.h
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A DMakefile31 HDRS= export.h lm.h \
32 mount.h nfs.h nfssys.h nfs_acl.h \
33 nfs_clnt.h nfs_log.h nfs_sec.h nfs4.h \
34 nfs4_attr.h nfs4_clnt.h rnode.h rnode4.h \
35 nfs4_kprot.h nfs4_db_impl.h nfs4_idmap_impl.h \
36 nfsid_map.h auth.h nfs_cmd.h nfs4x.h
42 CHECKHDRS= $(HDRS:%.h=%.check)
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dthreads_h.cfg56 threads.h | -ALL +C11
61 threads.h | -ALL +C11
66 threads.h | -ALL +C11
71 threads.h | -ALL +C11
76 threads.h | -ALL +C11
81 threads.h | -ALL +C11
86 threads.h | -ALL +C11
91 threads.h | -ALL +C11
96 threads.h | -ALL +C11
101 threads.h | -ALL +C11
[all …]
H A Dwctype_h.cfg38 wctype.h | ALL
48 wctype.h | ALL
58 wctype.h | C99+
68 wctype.h | ALL
78 wctype.h | ALL
88 wctype.h | ALL
98 wctype.h | ALL
108 wctype.h | ALL
118 wctype.h | ALL
128 wctype.h | ALL
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cap.h78 #define PCI_CAP_GET8(h, i, b, o) ((uint8_t) \ argument
79 pci_cap_get(h, PCI_CAP_CFGSZ_8, i, b, o))
81 pci_cap_get(h, PCI_CAP_CFGSZ_16, i, b, o))
83 pci_cap_get(h, PCI_CAP_CFGSZ_32, i, b, o))
85 #define PCI_CAP_PUT8(h, i, b, o, d) \ argument
86 pci_cap_put(h, PCI_CAP_CFGSZ_8, i, b, o, d)
87 #define PCI_CAP_PUT16(h, i, b, o, d) \ argument
89 #define PCI_CAP_PUT32(h, i, b, o, d) \ argument
99 #define PCI_XCAP_PUT8(h, i, b, o, d) \ argument
101 #define PCI_XCAP_PUT16(h, i, b, o, d) \ argument
[all …]
/illumos-gate/usr/src/uts/common/net/
H A DMakefile29 HDRS= af.h if.h if_arp.h if_dl.h if_types.h route.h pfkeyv2.h pfpolicy.h \
30 ppp-comp.h ppp_defs.h pppio.h vjcompress.h sppptun.h pppoe.h radix.h \
31 wpa.h simnet.h bridge.h bridge_impl.h trill.h
37 CHECKHDRS= $(HDRS:%.h=%.check)
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dfstyp.c77 h->fd = fd; in fstyp_mod_init()
79 if (ud_init(h->fd, &h->udh) != 0) { in fstyp_mod_init()
80 free(h); in fstyp_mod_init()
93 if (h->attr == NULL) { in fstyp_mod_fini()
94 nvlist_free(h->attr); in fstyp_mod_fini()
95 h->attr = NULL; in fstyp_mod_fini()
97 ud_fini(h->udh); in fstyp_mod_fini()
98 free(h); in fstyp_mod_fini()
106 return (is_udfs(h)); in fstyp_mod_ident()
121 h->attr = NULL; in fstyp_mod_get_attr()
[all …]
/illumos-gate/usr/src/uts/common/vm/
H A DMakefile31 HDRS= anon.h as.h faultcode.h vpm.h hat.h kpm.h page.h pvn.h rm.h seg.h \
32 vpage.h seg_dev.h seg_enum.h seg_kmem.h seg_kp.h seg_kpm.h seg_map.h \
33 seg_vn.h seg_spt.h
39 CHECKHDRS= $(HDRS:%.h=%.check)
/illumos-gate/exception_lists/
H A Dpackaging44 usr/include/auth_list.h
79 usr/include/sys/aggr.h
83 usr/include/sys/dls.h
100 usr/include/libdlsim.h
127 usr/include/errfp.h
128 usr/include/ikedoor.h
140 usr/include/libmail.h
174 usr/include/raidcfg.h
225 usr/include/ofmt.h
413 usr/include/nss.h
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c62 status = pci_config_get16(h, PCI_CONF_STAT); in pci_cap_probe()
72 if ((id = pci_config_get8(h, base)) == 0xff) in pci_cap_probe()
78 if ((pcix_cmd = pci_config_get16(h, base + in pci_cap_probe()
154 for (base = pci_config_get8(h, base); base; in pci_lcap_locate()
156 if (pci_config_get8(h, base) == id) { in pci_lcap_locate()
281 data = pci_config_get8(h, offset); in pci_cap_get()
284 data = pci_config_get16(h, offset); in pci_cap_get()
287 data = pci_config_get32(h, offset); in pci_cap_get()
318 pci_config_put8(h, offset, data); in pci_cap_put()
321 pci_config_put16(h, offset, data); in pci_cap_put()
[all …]

12345678910>>...90