Home
last modified time | relevance | path

Searched refs:header (Results 101 – 125 of 464) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/pkg/manifests/
H A Dnetwork-ipfilter-header-ipfilter.p5m32 set name=pkg.fmri value=pkg:/network/ipfilter/header-ipfilter@$(PKGVERS)
33 set name=pkg.summary value="IP Filter header files"
34 set name=pkg.description value="C header files for IP Filter"
53 legacy pkg=SUNWipfh desc="C header files for IP Filter" \
54 name="IP Filter header files"
H A Dsystem-header-header-audio.p5m26 set name=pkg.fmri value=pkg:/system/header/header-audio@$(PKGVERS)
29 value="SunOS C/C++ header files for audio drivers and applications"
51 desc="SunOS C/C++ header files for audio drivers and applications" \
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h.texi1 /* @r{multiboot.h - the header for Multiboot} */
20 /* @r{The magic number for the Multiboot header.} */
23 /* @r{The flags for the Multiboot header.} */
48 /* @r{The Multiboot header.} */
70 /* @r{The section header table for ELF.} */
/illumos-gate/usr/src/cmd/format/
H A Dctlr_ata.c288 list->header.count = ap->ap_tblp->alts_ent_used; in ata_convert_list()
289 list->header.magicno = (uint_t)DEFECT_MAGIC; in ata_convert_list()
306 list->header.count = 0; in ata_convert_list()
307 list->header.magicno = (uint_t)DEFECT_MAGIC; in ata_convert_list()
439 if (list->header.magicno != (uint_t)DEFECT_MAGIC) in ata_wr_cur()
442 sec_count = list->header.count; in ata_wr_cur()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dgetinst.c235 char header[256]; in prompt() local
255 (void) snprintf(header, sizeof (header), MSG_GETINST_HEADER, pkgabrv); in prompt()
256 menup = allocmenu(header, CKALPHA); in prompt()
/illumos-gate/usr/src/cmd/mail/
H A Dgoback.c76 strncmp(line, header[H_FROM].tag, strlen(header[H_FROM].tag))
78 strncmp(line, header[H_FROM1].tag,
79 strlen(header[H_FROM1].tag)) == SAME; ) {
H A Disit.c50 for (p = header[type].tag; *lp && *p; lp++, p++) { in isit()
57 for (p = header[type].tag; *lp && *p; lp++, p++) { in isit()
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c122 uchar_t nfunc, header; in look_for_any_pciex_device() local
141 header = (*pci_getb_func)(bus, dev, func, in look_for_any_pciex_device()
143 if (header == 0xff) in look_for_any_pciex_device()
152 if ((func == 0) && (header & PCI_HEADER_MULTI)) in look_for_any_pciex_device()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1891 accthdr(struct s_spcl *header) in accthdr() argument
1898 if (header->c_type == TS_TAPE) { in accthdr()
1899 if (header->c_firstrec) in accthdr()
1902 header->c_firstrec); in accthdr()
1939 if (header->c_type != TS_END) in accthdr()
1945 prevtype = header->c_type; in accthdr()
1946 previno = header->c_inumber; in accthdr()
1971 findinode(struct s_spcl *header) in findinode() argument
1982 if (ishead(header) == FAIL) { in findinode()
1996 (void) gethead(header); in findinode()
[all …]
/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c51 static FILE *infix(struct header *hp, FILE *fi);
53 static int savemail(char name[], struct header *hp, FILE *fi);
285 struct header head; in mail()
336 struct header head; in tmail()
353 struct header head; in sendmail()
374 struct header head; in Sendmail()
403 mail1(struct header *hp, int use_to, char *orig_to) in mail1()
596 infix(struct header *hp, FILE *fi) in infix()
653 puthead(struct header *hp, FILE *fo, int w, long clen) in puthead()
729 savemail(char name[], struct header *hp, FILE *fi) in savemail()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsys46 header stdlib.h
47 header stddef.h
48 header sys/types.h
49 header stdint.h
50 header inttypes.h
51 header string.h
52 header unistd.h
53 header limits.h
54 header fcntl.h
55 header locale.h
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_wait.c132 dapl_os_lock(&evd_ptr->header.lock); in dapl_evd_wait()
136 dapl_os_unlock(&evd_ptr->header.lock); in dapl_evd_wait()
141 dapl_os_unlock(&evd_ptr->header.lock); in dapl_evd_wait()
H A Ddapl_osd.c409 dapl_ia_unlink_rmr(rmr_ptr->header.owner_ia, in dapls_osd_fork_cleanup()
453 (void) dapls_hash_remove(lmr_ptr->header. in dapls_osd_fork_cleanup()
459 dapl_ia_unlink_lmr(lmr_ptr->header.owner_ia, in dapls_osd_fork_cleanup()
485 dapl_ia_unlink_pz(pz_ptr->header.owner_ia, in dapls_osd_fork_cleanup()
493 dapl_ia_unlink_evd(evd_ptr->header.owner_ia, in dapls_osd_fork_cleanup()
H A Ddapl_evd_clear_unwaitable.c75 dapl_os_lock(&evd_ptr->header.lock); in dapl_evd_clear_unwaitable()
77 dapl_os_unlock(&evd_ptr->header.lock); in dapl_evd_clear_unwaitable()
H A Ddapl_cno_modify_agent.c79 dapl_os_lock(&cno_ptr->header.lock); in dapl_cno_modify_agent()
81 dapl_os_unlock(&cno_ptr->header.lock); in dapl_cno_modify_agent()
H A Ddapl_evd_set_unwaitable.c75 dapl_os_lock(&evd_ptr->header.lock); in dapl_evd_set_unwaitable()
77 dapl_os_unlock(&evd_ptr->header.lock); in dapl_evd_set_unwaitable()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c953 itm_tbl_hdr_t *header; in map_table_indexed_fixed() local
1011 header->name.itm_ptr = 0; in map_table_indexed_fixed()
1127 return (header); in map_table_indexed_fixed()
1141 itm_tbl_hdr_t *header; in map_table_lookup_fixed() local
1173 header->number = num2; in map_table_lookup_fixed()
1279 return (header); in map_table_lookup_fixed()
1295 itm_tbl_hdr_t *header; in map_table_hash() local
1435 header->number = num2; in map_table_hash()
1581 return (header); in map_table_hash()
1599 itm_tbl_hdr_t *header; in map_table_dense_encoding() local
[all …]
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt70 token=head:header
173 # header
179 # header
187 # header
194 # header
219 # header,135,2,access(2),,Wed Apr 25 13:53:15 2001, + 10000329 msec
663 # header,83,2,creat(2),,Mon May 15 09:22:12 2000, + 70001870 msec
722 # header,48,2,enter prom,na,tmach1,2004-11-12 09:07:41.342 -08:00
772 # header,48,2,exit prom,na,tmach1,2004-11-12 09:07:43.547 -08:00
1820 # header,73,2,setrlimit(2),,Thu Nov 08 15:14:17 2001, + 0 msec
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Djfs.h350 } header; /* (32) */ member
393 } header; /* (32) */ member
437 } header; /* (32) */ member
507 #define di_parent di_dtroot.header.idotdot
508 #define di_DASD di_dtroot.header.DASD
/illumos-gate/usr/src/contrib/zlib/
H A Dtrees.c328 FILE *header = fopen("trees.h", "w"); in gen_trees_header() local
331 Assert (header != NULL, "Can't open trees.h"); in gen_trees_header()
332 fprintf(header, in gen_trees_header()
337 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header()
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
349 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
353 fprintf(header, in gen_trees_header()
356 fprintf(header, "%2u%s", _length_code[i], in gen_trees_header()
362 fprintf(header, "%1u%s", base_length[i], in gen_trees_header()
368 fprintf(header, "%5u%s", base_dist[i], in gen_trees_header()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c4707 Header_t header; local
4709 char path[sizeof(header.prefix) + sizeof(header.name) + 4];
4944 if (!*header.name)
4952 e = header.chksum + sizeof(header.chksum);
4964 e = (char*)&header + sizeof(header);
4983 for (e = (s = (char*)&header) + sizeof(header); s < e; s++)
4992 if (!strncmp(header.magic, TMAGIC, sizeof(header.magic)) && *header.prefix)
4995 e = header.prefix + sizeof(header.prefix);
5000 s = header.name;
5001 e = header.name + sizeof(header.name);
[all …]
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_hw.c248 struct header { struct
261 sc->sc_fw.boot_base = ipw2200_boot_bin + sizeof (struct header); in ipw2200_cache_firmware() argument
263 sizeof (ipw2200_boot_bin) - sizeof (struct header); in ipw2200_cache_firmware()
265 sc->sc_fw.uc_base = ipw2200_ucode_bin + sizeof (struct header); in ipw2200_cache_firmware()
266 sc->sc_fw.uc_size = sizeof (ipw2200_ucode_bin) - sizeof (struct header); in ipw2200_cache_firmware()
268 sc->sc_fw.fw_base = ipw2200_fw_bin + sizeof (struct header); in ipw2200_cache_firmware()
269 sc->sc_fw.fw_size = sizeof (ipw2200_fw_bin) - sizeof (struct header); in ipw2200_cache_firmware()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dip.d.in130 * ipv4info is a translated version of the IPv4 header (with raw pointer).
135 uint8_t ipv4_ihl; /* header length, bytes */
137 uint16_t ipv4_length; /* length (header + payload) */
144 uint16_t ipv4_checksum; /* header checksum */
149 ipha_t *ipv4_hdr; /* pointer to raw header */
153 * ipv6info is a translated version of the IPv6 header (with raw pointer).
161 uint8_t ipv6_nexthdr; /* next header protocol */
162 string ipv6_nextstr; /* next header protocol, as a string */
168 ip6_t *ipv6_hdr; /* pointer to raw header */
172 * void_ip_t is a void pointer to either an IPv4 or IPv6 header. It has
[all …]
/illumos-gate/usr/src/cmd/acctadm/
H A Dres.c241 int header = 0; in printgroups() local
245 header = 1; in printgroups()
248 if (header == 1) in printgroups()
253 if (header == 1) in printgroups()
258 if (header == 1) in printgroups()
263 if (header == 1) in printgroups()
/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c139 struct smbios_structure header; member
159 struct smbios_structure header; member
177 struct smbios_structure header; member
201 struct smbios_structure header; member
234 struct smbios_structure header; member
270 struct smbios_structure header; member
290 struct smbios_structure header; member
319 struct smbios_structure header; member
334 struct smbios_structure header; member
343 struct smbios_structure header; member

12345678910>>...19