Home
last modified time | relevance | path

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

12345678910>>...100

/titanic_44/usr/src/uts/common/sys/
H A DMakefile40 agp/agpamd64gart_io.h \
41 agp/agpdefs.h \
42 agp/agpgart_impl.h \
43 agp/agpmaster_io.h \
44 agp/agptarget_io.h \
45 agpgart.h \
46 asy.h \
47 fd_debug.h \
48 fdc.h \
49 fdmedia.h \
[all …]
/titanic_44/usr/src/head/
H A DMakefile36 i386_HDRS= stack_unwind.h
40 KRB5HDRS= mit_copyright.h mit-sipb-copyright.h
42 ATTRDB_HDRS= secdb.h auth_attr.h exec_attr.h prof_attr.h user_attr.h \
43 auth_list.h
46 aio.h \
47 alloca.h \
48 apptrace.h \
49 apptrace_impl.h \
50 ar.h \
51 archives.h \
[all …]
/titanic_44/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c109 #define PC_BPSEC(h) ltohs((h)->bs.bps[0]) argument
110 #define PC_RESSEC(h) ltohs((h)->bs.res_sec[0]) argument
111 #define PC_NROOTENT(h) ltohs((h)->bs.rdirents[0]) argument
112 #define PC_NSEC(h) ltohs((h)->bs.numsect[0]) argument
113 #define PC_DRVNUM(h) (FSTYP_IS_32(h) ? (h)->bs32.f_drvnum : \ argument
114 (h)->bs16.f_drvnum)
115 #define PC_VOLID(a) (FSTYP_IS_32(h) ? ltohi((h)->bs32.f_volid[0]) : \
116 ltohi((h)->bs16.f_volid[0]))
117 #define PC_LABEL_ADDR(a) (FSTYP_IS_32(h) ? \
118 &((h)->bs32.f_label[0]) : &((h)->bs16.f_label[0]))
[all …]
/titanic_44/usr/src/lib/libast/
H A DMakefile48 align.h \
49 ast_botch.h \
50 ast_ccode.h \
51 ast_common.h \
52 ast_dir.h \
53 ast_dirent.h \
54 ast_fcntl.h \
55 ast_float.h \
56 ast_fs.h \
57 ast_getopt.h \
[all …]
/titanic_44/usr/src/cmd/vi/port/
H A Dport.mk.usg109 ex.o: ex.h $(INC)/sys/types.h $(INC)/ctype.h \
110 $(INC)/errno.h $(INC)/signal.h $(INC)/setjmp.h \
111 $(INC)/sys/stat.h $(INC)/termio.h $(INC)/sys/termio.h \
112 $(INC)/term.h ex_tune.h ex_vars.h \
113 ex_argv.h ex_temp.h ex_tty.h
115 ex_addr.o: ex.h $(INC)/sys/types.h $(INC)/ctype.h \
116 $(INC)/errno.h $(INC)/signal.h \
117 $(INC)/setjmp.h $(INC)/sys/stat.h \
118 $(INC)/termio.h $(INC)/sys/termio.h \
119 $(INC)/term.h ex_tune.h ex_vars.h \
[all …]
/titanic_44/usr/src/man/man3head/
H A DMakefile22 MANFILES= acct.h.3head \
23 aio.h.3head \
24 ar.h.3head \
25 archives.h.3head \
26 assert.h.3head \
27 complex.h.3head \
28 cpio.h.3head \
29 dirent.h.3head \
30 endian.h.3head \
31 errno.h.3head \
[all …]
/titanic_44/usr/src/uts/intel/sys/
H A DMakefile34 archsystm.h \
35 asm_linkage.h \
36 bootconf.h \
37 bootregs.h \
38 bootsvcs.h \
39 controlregs.h \
40 cpu.h \
41 ddi_isa.h \
42 debugreg.h \
43 fasttrap_isa.h \
[all …]
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dllib-lssh28 #include <includes.h>
29 #include <ssh.h>
30 #include <atomicio.h>
31 #include <auth.h>
32 #include <auth-pam.h>
33 #include <auth2-pam.h>
34 #include <authfd.h>
35 #include <authfile.h>
36 #include <auth-options.h>
37 #include <base64.h>
[all …]
/titanic_44/usr/src/lib/libast/common/
H A Dllib-last34 #include <align.h>
35 #include <ast.h>
36 #include <ast_botch.h>
37 #include <ast_ccode.h>
38 #include <ast_common.h>
39 #include <ast_dir.h>
40 #include <ast_dirent.h>
41 #include <ast_fcntl.h>
42 #include <ast_float.h>
43 #include <ast_fs.h>
[all …]
/titanic_44/usr/src/uts/sun4u/sys/
H A DMakefile39 async.h \
40 clock.h \
41 cmp.h \
42 cpc_ultra.h \
43 cpu_sgnblk_defs.h \
44 ddi_subrdefs.h \
45 dvma.h \
46 eeprom.h \
47 errclassify.h \
48 fcode.h \
[all …]
/titanic_44/usr/src/cmd/mandoc/
H A Dhtml.c120 struct html *h; in ml_alloc() local
130 h = mandoc_calloc(1, sizeof(struct html)); in ml_alloc()
132 h->type = type; in ml_alloc()
133 h->tags.head = NULL; in ml_alloc()
134 h->symtab = mchars_alloc(); in ml_alloc()
139 h->style = v; in ml_alloc()
142 h->base_man = v; in ml_alloc()
145 h->base_includes = v; in ml_alloc()
148 h->oflags |= HTML_FRAGMENT; in ml_alloc()
154 return(h); in ml_alloc()
[all …]
H A Dmdoc_html.c40 struct html *h
292 synopsis_pre(struct html *h, const struct mdoc_node *n) in synopsis_pre() argument
302 print_otag(h, TAG_BR, 0, NULL); in synopsis_pre()
316 print_otag(h, TAG_P, 0, NULL); in synopsis_pre()
320 print_otag(h, TAG_P, 0, NULL); in synopsis_pre()
325 print_otag(h, TAG_BR, 0, NULL); in synopsis_pre()
361 if ( ! (HTML_FRAGMENT & h->oflags)) { in print_mdoc()
362 print_gen_decls(h); in print_mdoc()
363 t = print_otag(h, TAG_HTML, 0, NULL); in print_mdoc()
364 tt = print_otag(h, TAG_HEAD, 0, NULL); in print_mdoc()
[all …]
/titanic_44/usr/src/uts/common/inet/
H A DMakefile31 HDRS= arp.h common.h ipclassifier.h ip.h ip6.h ipdrop.h ipnet.h \
32 ipsecah.h ipsecesp.h ipsec_info.h iptun.h ip6_asp.h ip_if.h ip_ire.h \
33 ip_multi.h ip_netinfo.h ip_ndp.h ip_rts.h ipsec_impl.h keysock.h \
34 led.h mi.h mib2.h nd.h optcom.h sadb.h sctp_itf.h snmpcom.h tcp.h \
35 tcp_sack.h tcp_stack.h tunables.h udp_impl.h rawip_impl.h ipp_common.h \
36 ip_ftable.h ip_impl.h ip_stack.h ip_arp.h tcp_impl.h wifi_ioctl.h \
37 ip2mac.h ip2mac_impl.h tcp_stats.h
43 CHECKHDRS= $(HDRS:%.h=%.check)
/titanic_44/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c60 #define GETCDSECTOR(h, buf, secno, nosec) (getdisk(h, buf, \ argument
61 ((secno)+(h)->cdroff)*ISO_SECTOR_SIZE, \
66 static int ckvoldesc(fstyp_hsfs_t *h, int *cd_type);
67 static int findhsvol(fstyp_hsfs_t *h, char *volp);
68 static int findisovol(fstyp_hsfs_t *h, char *volp);
69 static int findunixvol(fstyp_hsfs_t *h, char *volp);
72 static int getdisk(fstyp_hsfs_t *h, char *buf, int daddr, int size);
74 static int is_hsfs(fstyp_hsfs_t *h);
75 static int get_attr(fstyp_hsfs_t *h);
87 fstyp_hsfs_t *h = (fstyp_hsfs_t *)handle; in fstyp_mod_init() local
[all …]
/titanic_44/usr/src/uts/sun4v/sys/
H A DMakefile42 clock.h \
43 cmp.h \
44 cpc_ultra.h \
45 cpu_sgnblk_defs.h \
46 ddi_subrdefs.h \
47 dvma.h \
48 eeprom.h \
49 fcode.h \
50 idprom.h \
51 intr.h \
[all …]
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-header.mf190 $(i386_ONLY)file path=usr/include/$(ARCH64)/sys/kdi_regs.h
191 $(i386_ONLY)file path=usr/include/$(ARCH64)/sys/privmregs.h
192 $(i386_ONLY)file path=usr/include/$(ARCH64)/sys/privregs.h
193 file path=usr/include/aio.h
194 file path=usr/include/alloca.h
195 file path=usr/include/apptrace.h
196 file path=usr/include/apptrace_impl.h
197 file path=usr/include/ar.h
198 file path=usr/include/archives.h
199 file path=usr/include/arpa/ftp.h
[all …]
/titanic_44/usr/src/cmd/cdrw/
H A Dbstream.c82 file_stream_size(bstreamhandle h, off_t *size) in file_stream_size() argument
88 if (fstat(h->bstr_fd, &st) < 0) in file_stream_size()
99 audio_stream_size(bstreamhandle h, off_t *size) in audio_stream_size() argument
102 *size = (off_t)(uintptr_t)(h->bstr_private); in audio_stream_size()
107 file_stream_read(bstreamhandle h, uchar_t *buf, off_t size) in file_stream_read() argument
110 return (read(h->bstr_fd, buf, size)); in file_stream_read()
114 file_stream_write(bstreamhandle h, uchar_t *buf, off_t size) in file_stream_write() argument
117 return (write(h->bstr_fd, buf, size)); in file_stream_write()
124 file_stream_read_wrbo(bstreamhandle h, uchar_t *buf, off_t size) in file_stream_read_wrbo() argument
129 cnt = read(h->bstr_fd, buf, size); in file_stream_read_wrbo()
[all …]
/titanic_44/usr/src/uts/sparc/sys/
H A DMakefile29 archsystm.h \
30 asm_linkage.h \
31 cmpregs.h \
32 cpu.h \
33 ddi_isa.h \
34 fasttrap_isa.h \
35 frame.h \
36 fsr.h \
37 inline.h \
38 kdi_machimpl.h \
[all …]
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dllib-lopenbsd-compat28 #include <includes.h>
29 #include <atomicio.h>
30 #include <base64.h>
31 #include <bindresvport.h>
32 #include <bsd-arc4random.h>
33 #include <bsd-cray.h>
34 #include <bsd-cygwin_util.h>
35 #include <bsd-getpeereid.h>
36 #include <bsd-misc.h>
37 #include <bsd-snprintf.h>
[all …]
/titanic_44/usr/src/uts/common/smbsrv/
H A DMakefile27 HDRS= alloc.h \
28 cp_unicode.h \
29 cp_usascii.h \
30 hash_table.h \
31 mac_cifs.h \
32 mailslot.h \
33 mbuf.h \
34 msgbuf.h \
35 ndr.h \
36 netbios.h \
[all …]
/titanic_44/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c90 static int fstyp_ident_all(struct fstyp_handle *h, const char **ident);
91 static int fstyp_ident_one(struct fstyp_handle *h, const char *fsname,
93 static fstyp_module_t *fstyp_find_module_by_name(struct fstyp_handle *h,
95 static int fstyp_init_module(struct fstyp_handle *h,
97 static void fstyp_fini_module(struct fstyp_handle *h,
99 static int fstyp_init_all_modules(struct fstyp_handle *h);
100 static void fstyp_fini_all_modules(struct fstyp_handle *h);
101 static int fstyp_load_module(struct fstyp_handle *h,
103 static void fstyp_unload_module(struct fstyp_handle *h,
113 struct fstyp_handle *h; in fstyp_init() local
[all …]
/titanic_44/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()
65 h->h_slots = kmem_zalloc(sizeof (sda_slot_t) * nslot, KM_SLEEP); in sda_host_alloc()
66 h->h_dma = dma; in sda_host_alloc()
67 h->h_dip = dip; in sda_host_alloc()
71 sda_slot_t *slot = &h->h_slots[i]; in sda_host_alloc()
73 slot->s_hostp = h; in sda_host_alloc()
80 return (h); in sda_host_alloc()
84 sda_host_free(sda_host_t *h) in sda_host_free() argument
[all …]
/titanic_44/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)
/titanic_44/exception_lists/
H A Dhdrchk1 usr/src/cmd/acpi/acpidump/acpidump.h
2 usr/src/cmd/acpi/acpixtract/acpixtract.h
3 usr/src/cmd/acpi/acpixtract/axmain.h
4 usr/src/cmd/acpi/acpixtract/axutils.h
5 usr/src/cmd/krb5/kadmin/cli/kadmin.h
6 usr/src/cmd/krb5/kadmin/dbutil/import_err.h
7 usr/src/cmd/krb5/kadmin/dbutil/kdb5_util.h
8 usr/src/cmd/krb5/kadmin/dbutil/nstrtok.h
9 usr/src/cmd/krb5/kadmin/dbutil/string_table.h
10 usr/src/cmd/krb5/kadmin/kpasswd/kpasswd_strings.h
[all …]
/titanic_44/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 raw.h 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
78 CHECKHDRS= $(HDRS:%.h=%.check)
[all …]

12345678910>>...100