Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 2250) sorted by relevance

12345678910>>...90

/illumos-gate/usr/src/uts/common/sys/
H A DMakefile48 asy.h \
55 nvme.h
95 bl.h \
127 vt.h \
129 kd.h \
761 ibd.h
830 zfs.h
882 zut.h
945 smp.h
1023 hid.h
[all …]
/illumos-gate/usr/src/head/
H A DMakefile50 aio.h \
54 ar.h \
72 elf.h \
74 err.h \
76 euc.h \
120 mp.h \
152 pw.h \
224 zone.h
257 au.h
260 uuid.h
[all …]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c111 #define PC_DRVNUM(h) (FSTYP_IS_32(h) ? (h)->bs32.f_drvnum : \ argument
226 h->bs.spt = ltohs(h->bs.spt); in read_bootsec()
237 h->bps = PC_BPSEC(h); in read_bootsec()
290 h->TotSec = PC_NSEC(h); in calculate_parameters()
292 h->TotSec = h->bs.totalsec; in calculate_parameters()
295 h->FATSz = h->bs.fatsec; in calculate_parameters()
303 ((PC_NROOTENT(h) * 32) + (h->bps - 1)) / h->bps; in calculate_parameters()
305 PC_RESSEC(h) + h->bs.nfat * h->FATSz + h->RootDirSectors; in calculate_parameters()
306 h->DataSec = h->TotSec - h->FirstDataSector; in calculate_parameters()
307 h->CountOfClusters = h->DataSec / h->bs.spcl; in calculate_parameters()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c255 h->metal = h->metac; in html_setfont()
264 print_tagq(h, h->metaf); in print_metaf()
269 h->metaf = print_otag(h, TAG_I, ""); in print_metaf()
272 h->metaf = print_otag(h, TAG_B, ""); in print_metaf()
955 print_tagq(h, h->metaf); in print_tagged_text()
1013 if (h->col + h->bufcol < sizeof(h->buf)) { in print_byte()
1014 h->buf[h->bufcol++] = c; in print_byte()
1025 h->col = (h->indent + 1) * 2 + h->bufcol + 1; in print_byte()
1069 h->col += h->bufcol + 1; in print_endword()
1085 if (h->col || h->noindent) in print_indent()
[all …]
H A Dcompat_ohash.c66 (h->info.free)(h->t, h->info.data); in ohash_delete()
80 if (4 * h->deleted < h->total) { in ohash_resize()
113 (h->info.free)(h->t, h->info.data); in ohash_resize()
116 h->total -= h->deleted; in ohash_resize()
133 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total) in ohash_remove()
159 if (++h->total * 4 > h->size * 3) in ohash_insert()
168 return h->total - h->deleted; in ohash_entries()
203 h->t = (h->info.calloc)(h->size, sizeof(struct _ohash_record), in ohash_init()
205 h->total = h->deleted = 0; in ohash_init()
250 h->t[empty].p = h->t[i].p; in ohash_lookup_interval()
[all …]
H A Dmdoc_html.c41 struct html *h
285 struct html *h; in html_mdoc() local
306 print_tagq(h, t); in html_mdoc()
365 h->col = 1; in print_mdoc_node()
377 t = h->tag; in print_mdoc_node()
389 t = h->tag; in print_mdoc_node()
410 t = h->tag; in print_mdoc_node()
422 n, h); in print_mdoc_node()
466 print_tagq(h, t); in mdoc_root_post()
698 print_tagq(h, print_otag(h, TAG_MARK, "i", id)); in mdoc_tg_pre()
[all …]
H A Dman_html.c40 struct html *h
116 struct html *h; in html_man() local
130 print_tagq(h, t); in html_man()
137 print_tagq(h, t); in html_man()
191 t = h->tag; in print_man_node()
196 t = h->tag; in print_man_node()
214 h->metal = h->metac; in print_man_node()
225 t = h->tag; in print_man_node()
236 n, h); in print_man_node()
247 t = h->tag; in print_man_node()
[all …]
/illumos-gate/usr/src/uts/intel/sys/
H A DMakefile41 cpu.h \
45 fp.h \
55 mc.h \
64 pcb.h \
65 pmem.h \
74 psw.h \
75 pte.h \
76 reg.h \
80 spl.h \
86 trap.h \
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dlibdwarf.out1 dw_elfstructs.h
3 dwarf_abbrev.h
5 dwarf_alloc.h
7 dwarf_arange.h
14 dwarf_dnames.h
16 dwarf_dsc.h
59 dwarf_loc.h
116 dwarf.h
120 dwgetopt.h
124 libdwarf.h
[all …]
/illumos-gate/usr/src/man/man3head/
H A DMakefile24 aio.h.3head \
25 ar.h.3head \
29 cpio.h.3head \
34 fenv.h.3head \
39 ftw.h.3head \
41 grp.h.3head \
43 if.h.3head \
44 in.h.3head \
47 ipc.h.3head \
58 msg.h.3head \
[all …]
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c60 #define GETCDSECTOR(h, buf, secno, nosec) (getdisk(h, buf, \ argument
96 h->fd = fd; in fstyp_mod_init()
109 h->attr = NULL; in fstyp_mod_fini()
111 free(h); in fstyp_mod_fini()
134 h->attr = NULL; in fstyp_mod_get_attr()
139 *attrp = h->attr; in fstyp_mod_get_attr()
337 if ((err = findhsvol(h, h->hs_buf)) == 0) { in ckvoldesc()
339 } else if ((err = findisovol(h, h->iso_buf)) == 0) { in ckvoldesc()
340 if (findunixvol(h, h->unix_buf) == 0) { in ckvoldesc()
359 err = ioctl(h->fd, CDROMREADOFFSET, &h->cdroff); in is_hsfs()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A DMakefile33 HDRS= arp.h cc.h common.h ipclassifier.h ip.h ip6.h ipdrop.h ipnet.h \
34 ipsecah.h ipsecesp.h ipsec_info.h iptun.h ip6_asp.h ip_if.h ip_ire.h \
35 ip_multi.h ip_netinfo.h ip_ndp.h ip_rts.h ipsec_impl.h keysock.h \
36 led.h mi.h mib2.h nd.h optcom.h sadb.h sctp_itf.h snmpcom.h tcp.h \
37 tcp_sack.h tcp_stack.h tunables.h udp_impl.h rawip_impl.h ipp_common.h \
38 ip_ftable.h ip_impl.h ip_stack.h ip_arp.h tcp_impl.h wifi_ioctl.h \
39 ip2mac.h ip2mac_impl.h tcp_stats.h
45 CHECKHDRS= $(HDRS:%.h=%.check)
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header.p5m50 file path=usr/include/aio.h
54 file path=usr/include/ar.h
268 $(i386_ONLY)link path=usr/include/ia32/sys/psw.h target=../../sys/psw.h
269 $(i386_ONLY)link path=usr/include/ia32/sys/pte.h target=../../sys/pte.h
270 $(i386_ONLY)link path=usr/include/ia32/sys/reg.h target=../../sys/reg.h
271 $(i386_ONLY)link path=usr/include/ia32/sys/stack.h target=../../sys/stack.h
272 $(i386_ONLY)link path=usr/include/ia32/sys/trap.h target=../../sys/trap.h
324 link path=usr/include/iso/assert_iso.h target=../assert.h
326 link path=usr/include/iso/errno_iso.h target=../errno.h
327 link path=usr/include/iso/float_iso.h target=../float.h
[all …]
/illumos-gate/usr/src/cmd/cdrw/
H A Dbstream.c277 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_file_read_stream()
304 h->bstr_size(h, &iso_size); in open_iso_read_stream()
308 h->bstr_close(h); in open_iso_read_stream()
339 h->bstr_close(h); in open_iso_read_stream()
344 h->bstr_close(h); in open_iso_read_stream()
355 h->bstr_rewind(h); in open_iso_read_stream()
375 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_stdin_read_stream()
447 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_au_read_stream()
516 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_wav_read_stream()
563 h = (bstreamhandle)my_zalloc(sizeof (*h)); in open_au_write_stream()
[all …]
/illumos-gate/exception_lists/
H A Dhdrchk1 usr/src/cmd/acpi/acpidump/acpidump.h
3 usr/src/cmd/acpi/acpixtract/axmain.h
23 usr/src/cmd/krb5/slave/kprop.h
178 usr/src/lib/krb5/ss/ss.h
387 usr/src/cmd/bhyve/acpi.h
389 usr/src/cmd/bhyve/ahci.h
392 usr/src/cmd/bhyve/basl.h
401 usr/src/cmd/bhyve/e820.h
405 usr/src/cmd/bhyve/mem.h
415 usr/src/cmd/bhyve/rtc.h
[all …]
/illumos-gate/usr/src/tools/smatch/src/cwchash/
H A Dhashtable.c44 if (NULL == h->table) { free(h); return NULL; } /*oom*/ in create_hashtable()
52 return h; in create_hashtable()
106 memset(newtable[h->tablelength], 0, newsize - h->tablelength); in hashtable_expand()
142 if (++(h->entrycount) > h->loadlimit) in hashtable_insert()
152 e->h = hash(h,k); in hashtable_insert()
153 index = indexFor(h->tablelength,e->h); in hashtable_insert()
173 if ((hashvalue == e->h) && (h->eqfn(k, e->k))) return e->v; in hashtable_search()
192 index = indexFor(h->tablelength,hash(h,k)); in hashtable_remove()
198 if ((hashvalue == e->h) && (h->eqfn(k, e->k))) in hashtable_remove()
239 free(h->table); in hashtable_destroy()
[all …]
/illumos-gate/usr/src/uts/common/smbsrv/
H A DMakefile34 mbuf.h \
35 msgbuf.h \
36 netbios.h \
38 nmpipes.h \
39 ntifs.h \
41 smb_sid.h \
42 smb.h \
60 smb2.h \
62 string.h \
63 svrapi.h \
[all …]
/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c119 free(h); in fstyp_init()
123 h->fd = fd; in fstyp_init()
127 if ((h->name_max = pathconf(h->libfs_dir, _PC_NAME_MAX)) < 0) { in fstyp_init()
130 h->name_max++; in fstyp_init()
135 error = fstyp_init_module(h, h->module_dir, "", NULL); in fstyp_init()
138 fstyp_fini(h); in fstyp_init()
142 *handle = h; in fstyp_init()
154 free(h); in fstyp_fini()
234 h->ident = mp; in fstyp_ident_one()
394 h->modules = h->modules_tail = mp; in fstyp_init_module()
[all …]
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_host.c57 sda_host_t *h; in sda_host_alloc() local
63 h = kmem_zalloc(sizeof (*h), KM_SLEEP); in sda_host_alloc()
64 h->h_nslot = nslot; in sda_host_alloc()
66 h->h_dma = dma; in sda_host_alloc()
67 h->h_dip = dip; in sda_host_alloc()
73 slot->s_hostp = h; in sda_host_alloc()
80 return (h); in sda_host_alloc()
90 kmem_free(h->h_slots, sizeof (sda_slot_t) * h->h_nslot); in sda_host_free()
91 kmem_free(h, sizeof (*h)); in sda_host_free()
113 sda_host_detect(h, i); in sda_host_attach()
[all …]
/illumos-gate/usr/src/uts/common/rpc/
H A DMakefile38 sparc_HDRS= ib.h
41 auth.h auth_des.h auth_sys.h auth_unix.h \
42 bootparam.h clnt.h clnt_soc.h clnt_stat.h des_crypt.h \
43 nettype.h pmap_clnt.h pmap_rmt.h \
44 rpc.h rpc_com.h rpc_msg.h \
45 rpcb_clnt.h rpcent.h svc.h svc_auth.h svc_soc.h \
46 types.h xdr.h rpcsec_gss.h svc_mt.h \
47 rpcsys.h rpc_rdma.h
57 DERIVED_FILES= key_prot.h pmap_prot.h rpcb_prot.h rpc_sztypes.h
104 key_prot.h: key_prot.x
[all …]
/illumos-gate/usr/src/uts/common/netinet/
H A DMakefile32 HDRS= arp.h dhcp.h dhcp6.h icmp6.h icmp_var.h if_ether.h igmp.h igmp_var.h \
33 in.h inetutil.h in_pcb.h in_systm.h in_var.h ip.h ip6.h ip_icmp.h \
34 ip_mroute.h ip_var.h pim.h sctp.h tcp.h tcp_debug.h tcp_fsm.h \
35 tcp_seq.h tcp_timer.h tcp_var.h tcpip.h udp.h udp_var.h
41 CHECKHDRS= $(HDRS:%.h=%.check)
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dhashset.c97 HASHSET h; in h_create() local
105 h = exmalloc(sizeof (*h)); in h_create()
107 if (h == NULL) in h_create()
115 free(h); in h_create()
123 h->h_count = 0; in h_create()
125 return (h); in h_create()
173 h->h_threshold = (uint_t)(newtabSize * h->h_loadFactor); in rehash()
197 if (h->h_count >= h->h_threshold) { in h_put()
198 rehash(h); in h_put()
209 h->h_count++; in h_put()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A DMakefile92 HEADERS_LL2 = ecore_ll2_api.h ecore_ll2.h
93h ecore_hsi_iscsi.h ecore_hsi_roce.h ecore_hsi_rdma.h ecore_hsi_iwarp.h ecore_hsi_fcoe.h ecore_hsi…
94h ecore_cxt_api.h ecore_cxt.h ecore_dbg_fw_funcs.h ecore_user_dbg_fw_funcs.h ecore_dbg_values.h ec…
102 HEADERS += $(HEADERS_HSI) ecore_hsi_eth.h
124 HEADERS += ecore_l2_api.h ecore_l2.h
125 HEADERS += ecore_roce.h ecore_roce_api.h ecore_hsi_roce.h ecore_hsi_rdma.h
126 HEADERS += ecore_fcoe_api.h ecore_fcoe.h ecore_hsi_fcoe.h
127 HEADERS += ecore_hsi_iscsi.h ecore_iscsi_api.h ecore_iscsi.h ecore_ooo.h
129 HEADERS += ecore_iov_api.h ecore_sriov.h ecore_vf_api.h ecore_vf.h ecore_vfpf_if.h
130 HEADERS += ecore_ptp_api.h
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c118 h->linp[skip] = h->upper -= ilen;
119 dest = (char *)h + h->upper;
220 h = h->pgno == P_ROOT ?
238 dest = (char *)h + h->linp[skip];
504 dest = (char *)h + h->upper;
509 dest = (char *)h + h->upper;
555 dest = (char *)h + h->upper;
562 h->linp[1] = h->upper -= nbytes;
563 dest = (char *)h + h->upper;
578 h->linp[1] = h->upper -= nbytes;
[all …]
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dsys_atomic_h.cfg44 sys/atomic.h | +ALL
49 sys/atomic.h | +ALL
54 sys/atomic.h | +ALL
59 sys/atomic.h | +ALL
64 sys/atomic.h | +ALL
69 sys/atomic.h | +ALL
74 sys/atomic.h | +ALL
79 sys/atomic.h | +ALL
84 sys/atomic.h | +ALL
89 sys/atomic.h | +ALL
[all …]

12345678910>>...90