Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 524) sorted by path

12345678910>>...21

/illumos-gate/usr/src/boot/common/
H A Dbootstrap.h319 #define COMMAND_SET(tag, key, desc, func) \ argument
321 static struct bootblk_command _cmd_ ## tag = { key, desc, func }; \
322 DATA_SET(Xcommand_set, _cmd_ ## tag)
H A Dinstall.c108 char *p, *tag, *val; in read_metatags() local
128 tag = buf; in read_metatags()
129 while (!error && *tag != '\0') { in read_metatags()
130 val = strchr(tag, '='); in read_metatags()
143 if (strcmp(tag, "KERNEL") == 0) in read_metatags()
145 else if (strcmp(tag, "MODULES") == 0) in read_metatags()
147 else if (strcmp(tag, "ROOTFS") == 0) in read_metatags()
150 tag = p; in read_metatags()
H A Disapnp.c162 uchar_t tag, resinfo[8]; in isapnp_scan_resdata() local
168 while ((limit-- > 0) && !isapnp_get_resource_info(&tag, 1)) { in isapnp_scan_resdata()
169 if (PNP_RES_TYPE(tag) == 0) { in isapnp_scan_resdata()
171 switch (PNP_SRES_NUM(tag)) { in isapnp_scan_resdata()
175 PNP_SRES_LEN(tag))) in isapnp_scan_resdata()
186 PNP_SRES_LEN(tag))) in isapnp_scan_resdata()
198 switch (PNP_LRES_NUM(tag)) { in isapnp_scan_resdata()
H A Dmultiboot2.c981 tag->mb_size = sizeof (*tag); in multiboot2_exec()
1038 tag->mb_size = sizeof (*tag) + num; in multiboot2_exec()
1074 tag->mb_size = sizeof (*tag) + in multiboot2_exec()
1104 memcpy(tag, &vbestate, sizeof (*tag)); in multiboot2_exec()
1106 tag->mb_size = sizeof (*tag); in multiboot2_exec()
1138 tag->mb_size = sizeof (*tag); in multiboot2_exec()
1148 tag->mb_size = sizeof (*tag); in multiboot2_exec()
1160 memcpy(tag, &gfx_fb, sizeof (*tag)); in multiboot2_exec()
1180 memcpy(tag, &gfx_fb, sizeof (*tag)); in multiboot2_exec()
1247 tag->mb_size = sizeof (*tag) + map_size; in multiboot2_exec()
[all …]
H A Dpart.c604 dl->part[i].tag = be16toh(dl->part[i].tag); in ptable_vtoc8read()
606 dl->part[i].tag == VTOC_TAG_UNASSIGNED) in ptable_vtoc8read()
614 entry->part.type = vtoc8_parttype(dl->part[i].tag); in ptable_vtoc8read()
616 entry->type.vtoc8 = dl->part[i].tag; in ptable_vtoc8read()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm12.h640 TPM_STRUCTURE_TAG tag; member
650 TPM_STRUCTURE_TAG tag; member
697 TPM_STRUCTURE_TAG tag; member
706 TPM_STRUCTURE_TAG tag; member
715 TPM_STRUCTURE_TAG tag; member
733 TPM_STRUCTURE_TAG tag; member
784 TPM_STRUCTURE_TAG tag; member
865 TPM_STRUCTURE_TAG tag; member
991 TPM_STRUCTURE_TAG tag; member
1182 TPM_STRUCTURE_TAG tag; member
[all …]
H A DTpm20.h996 TPM_ST tag; member
1003 TPM_ST tag; member
1010 TPM_ST tag; member
1017 TPM_ST tag; member
1036 TPM_PT tag; member
1790 TPM_ST tag; member
1796 TPM_ST tag; member
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospnp.c190 u_int tag, i, rlen, dlen; in biospnp_scanresdata() local
198 tag = p[i]; in biospnp_scanresdata()
200 if (PNP_RES_TYPE(tag) == 0) { in biospnp_scanresdata()
201 rlen = PNP_SRES_LEN(tag); in biospnp_scanresdata()
203 switch (PNP_SRES_NUM(tag)) { in biospnp_scanresdata()
218 switch(PNP_LRES_NUM(tag)) { in biospnp_scanresdata()
/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h88 #define EVL_VLANOFTAG(tag) ((tag) & EVL_VLID_MASK) argument
89 #define EVL_PRIOFTAG(tag) (((tag) >> 13) & 7) argument
90 #define EVL_CFIOFTAG(tag) (((tag) >> 12) & 1) argument
/illumos-gate/usr/src/boot/libsa/
H A Dbootp.c356 uchar_t tag; in vend_rfc1048() local
371 tag = *cp++; in vend_rfc1048()
373 if (tag == TAG_END) in vend_rfc1048()
379 if (tag == TAG_GATEWAY) { in vend_rfc1048()
483 uint8_t tag; member
636 uchar_t tag; in setenv_() local
655 if (tag == TAG_END) in setenv_()
657 if (tag == 0) in setenv_()
660 for (op = opts+1; op->tag && op->tag != tag; op++) in setenv_()
755 sprintf(tp, "%d", tag); in setenv_()
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dvtoc.h74 uint16_t tag; member
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.alt.in29 #ALT_USAGE:<tag>:<1-line-desc>:<lib>:<sym>[|<sym>...]:<text>
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1109 my ($n, $tag, $val);
1122 if ($tag eq "SONAME") {
1445 if ($tag eq 'FILTER' || $tag eq 'SUNW_FILTER') {
1448 } elsif ($tag eq 'AUXILIARY' || $tag eq
1691 my ($tag, $rel, $lib, $sym, $rest);
1740 ($tag, $rel, $lib, $sym, $rest) =
1851 $tag =~ s/^\s*//;
1856 $tag =~ s,[\s/;]+,_,g;
1868 $warnings_desc{$tag} = $desc;
1870 $warnings_match{$tag} = '';
[all …]
H A Dsymcheck.pl1187 my ($tag, $tag0, $sub, $res);
1189 while (($tag, $sub) = each(%warnings_match)) {
1193 $warnings{$tag} = 1 if ($res);
1261 ($tag, $tmp) = split(/\|/, $tag0, 2);
1263 next if ($warnings{$tag});
1277 $warnings{$tag} = 1;
1285 next if ($tg2 eq $tag);
1303 my $tag;
1304 foreach $tag (keys(%warnings)) {
1305 print $problems_fh "MISC: WARNING: $tag\n";
H A Dsymreport.pl268 my $tag = 'unbound symbols';
269 $warnings_found{$tag} .= "$object|";
273 $warnings_desc{$tag} = $desc;
283 my $tag = 'unrecognized symbols';
284 $warnings_found{$tag} .= "$object|";
288 $warnings_desc{$tag} = $desc;
299 my $tag = 'statically linked';
305 $warnings_desc{$tag} = $desc;
321 $warnings_desc{$tag} = $desc;
348 my $tag = 'scoped symbols';
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Derrlog.c121 const char *tag, const char *line) in seterrline() argument
125 Location.l_tag = (char *)tag; in seterrline()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c51 static wchar_t *makeindex(NODE *np, wchar_t *array, int tag);
1004 register int tag; in exprreduce() local
1037 tag = 0; in exprreduce()
1045 tag = tnp->n_scope; in exprreduce()
1058 tag = tnp->n_scope; in exprreduce()
1063 tag = 0; in exprreduce()
1065 tag = tnp->n_scope; in exprreduce()
1076 cp = makeindex(np, aname, tag); in exprreduce()
2099 makeindex(NODE *np, wchar_t *array, int tag) in makeindex() argument
2116 for (taglen = 0; tag; tag >>= 4) in makeindex()
[all …]
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c353 *tag; in evaluate_differences() local
408 tag = "dirmtime"; in evaluate_differences()
411 tag = "lnmtime"; in evaluate_differences()
414 tag = "mtime"; in evaluate_differences()
418 report_error(ctrl_fname, tag, ctrl_mtime, in evaluate_differences()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c839 uint16_t *tp, tag, head; in e82545_rx_callback() local
901 tag = ntohs(tp[1]) & 0x0fff; in e82545_rx_callback()
902 if ((sc->esc_fvlan[tag >> 5] & in e82545_rx_callback()
903 (1 << (tag & 0x1f))) != 0) { in e82545_rx_callback()
904 DPRINTF("known VLAN %d", tag); in e82545_rx_callback()
906 DPRINTF("unknown VLAN %d", tag); in e82545_rx_callback()
H A Dpci_virtio_9p.c101 char tag[0]; member
103 char tag[VT9P_MAXTAGSZ]; member
353 memcpy(sc->vsc_config->tag, sharename, sc->vsc_config->tag_len); in pci_vt9p_init()
H A Dpci_virtio_viona.c334 pci_viona_control_mac_dump(const char *tag, const struct iovec *iov) in pci_viona_control_mac_dump() argument
339 DPRINTF("-- %s MAC TABLE (entries: %u)", tag, table->vncm_entries); in pci_viona_control_mac_dump()
H A Dprivileges.c53 illumos_priv_printset(const char *tag, priv_set_t *set) in illumos_priv_printset() argument
59 warn("priv_set_to_str(%s) failed", tag); in illumos_priv_printset()
62 DPRINTF((" + %s: %s", tag, s)); in illumos_priv_printset()
H A Dtpm_emul_passthru.c30 uint16_t tag; member
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dvnode_file.c59 test_fd(int fd, char *tag) in test_fd() argument
65 ASSERT_PTR_NEQ(("%s: mevent_add", tag), evp, NULL); in test_fd()
107 ASSERT_INT_EQ(("%s: mevent_disable: %s", tag, strerror(err)), err, 0); in test_fd()
109 (void) printf("PASS %s - %s\n", testlib_prog, tag); in test_fd()
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1069 uint16_t tag) in get_slice() argument
1075 if (tag != V_BOOT && tag != V_SYSTEM) in get_slice()
1079 if (vtoc->efi_parts[i].p_tag == tag) { in get_slice()
1106 device->stage.tag = vtoc->efi_parts[i].p_tag; in get_slice()
1116 allocate_slice(ib_data_t *data, struct dk_gpt *vtoc, uint16_t tag, in allocate_slice() argument
1131 if (!get_slice(data, pl, vtoc, tag)) { in allocate_slice()
1482 device->stage.tag = exvtoc.v_part[i].p_tag; in probe_vtoc()
1523 pl->pl_device->stage.tag = device->stage.tag; in probe_vtoc()
1654 device->stage.tag = V_BOOT; in probe_mbr()

12345678910>>...21