| /netbsd-src/sys/arch/i386/pnpbios/ |
| H A D | ess_pnpbios.c | 68 if (strcmp(aa->idstr, "ESS0104") && /* 1788 */ in ess_pnpbios_match() 69 strcmp(aa->idstr, "ESS0114") && /* 1788 */ in ess_pnpbios_match() 70 strcmp(aa->idstr, "CPQAE27") && /* 1788 */ in ess_pnpbios_match() 71 strcmp(aa->idstr, "ESS1869") && /* 1869 */ in ess_pnpbios_match() 72 strcmp(aa->idstr, "CPQB0AB") && /* 1869 */ in ess_pnpbios_match() 73 strcmp(aa->idstr, "CPQB0AC") && /* 1869 */ in ess_pnpbios_match() 74 strcmp(aa->idstr, "CPQB0AD") && /* 1869 */ in ess_pnpbios_match() 75 strcmp(aa->idstr, "CPQB0F1") && /* 1869 */ in ess_pnpbios_match() 76 strcmp(aa->idstr, "ESS1878") && /* 1878 */ in ess_pnpbios_match() 77 strcmp(aa->idstr, "ESS1879")) /* 1879 */ in ess_pnpbios_match()
|
| H A D | lm_pnpbios.c | 70 char idstr[8]; member 84 lm_pnpbios_hints_index(const char *idstr) in lm_pnpbios_hints_index() argument 88 while (lm_pnpbios_hints[idx].idstr[0] != 0) { in lm_pnpbios_hints_index() 89 if (!strcmp(lm_pnpbios_hints[idx].idstr, idstr)) in lm_pnpbios_hints_index() 108 if ((wphi = lm_pnpbios_hints_index(aa->idstr)) == -1) in lm_pnpbios_match() 133 wph = &lm_pnpbios_hints[lm_pnpbios_hints_index(aa->idstr)]; in lm_pnpbios_attach()
|
| H A D | wss_pnpbios.c | 62 char idstr[8]; member 77 wss_pnpbios_hints_index(const char *idstr) in wss_pnpbios_hints_index() argument 81 while (wss_pnpbios_hints[idx].idstr[0] != 0) { in wss_pnpbios_hints_index() 82 if (!strcmp(wss_pnpbios_hints[idx].idstr, idstr)) in wss_pnpbios_hints_index() 95 if (wss_pnpbios_hints_index(aa->idstr) == -1) in wss_pnpbios_match() 117 wph = &wss_pnpbios_hints[wss_pnpbios_hints_index(aa->idstr)]; in wss_pnpbios_attach()
|
| H A D | pnpbios.c | 475 char idstr[8]; in pnpbios_update_dock_status() local 476 pnpbios_id_to_string(di.di_id, idstr); in pnpbios_update_dock_status() 477 printf("%s: dock id %s", device_xname(sc->sc_dev), idstr); in pnpbios_update_dock_status() 750 if (aa->idstr != aa->primid) in pnpbios_print() 751 aprint_normal(", attached as %s", aa->idstr); in pnpbios_print() 790 char idstr[8]; in pnpbios_attachnode() local 797 pnpbios_id_to_string(dn->dn_product, idstr); in pnpbios_attachnode() 802 idstr, matchonly ? "static" : "dynamic", dn->dn_type, in pnpbios_attachnode() 804 DPRINTF(("%s: allocated config scan:\n", idstr)); in pnpbios_attachnode() 841 aprint_normal("%s", idstr); in pnpbios_attachnode() [all …]
|
| H A D | com_pnpbios.c | 65 if (strcmp(aa->idstr, "PNP0500") && in com_pnpbios_match() 66 strcmp(aa->idstr, "PNP0501") && in com_pnpbios_match() 67 strcmp(aa->idstr, "PNP0510") && in com_pnpbios_match() 68 strcmp(aa->idstr, "PNP0511")) in com_pnpbios_match()
|
| H A D | pckbc_pnpbios.c | 93 if (strcmp(aa->idstr, "PNP0303") == 0 || in pckbc_pnpbios_match() 94 strcmp(aa->idstr, "PNP0320") == 0) /* Japanese 106 */ in pckbc_pnpbios_match() 96 if (strcmp(aa->idstr, "PNP0F13") == 0) in pckbc_pnpbios_match() 114 if (strncmp(aa->idstr, "PNP03", 5) == 0) { in pckbc_pnpbios_attach() 116 } else if (strcmp(aa->idstr, "PNP0F13") == 0) { in pckbc_pnpbios_attach()
|
| H A D | lpt_pnpbios.c | 64 if (strcmp(aa->idstr, "PNP0400") && in lpt_pnpbios_match() 65 strcmp(aa->idstr, "PNP0401")) in lpt_pnpbios_match()
|
| H A D | pnpbiosvar.h | 37 char idstr[8]; member 85 char *idstr; member
|
| H A D | sb_pnpbios.c | 66 if (strcmp(aa->idstr, "NMX2210") && in sb_pnpbios_match() 67 strcmp(aa->idstr, "CRX0002")) /* Cyrix XpressAudio */ in sb_pnpbios_match()
|
| H A D | atppc_pnpbios.c | 86 if (strcmp(aa->idstr, "PNP0400") == 0 in atppc_pnpbios_match() 87 || strcmp(aa->idstr, "PNP0401") == 0) in atppc_pnpbios_match()
|
| H A D | joy_pnpbios.c | 65 if (strcmp(aa->idstr, "PNPB02F")) in joy_pnpbios_match()
|
| H A D | fdc_pnpbios.c | 76 if (strcmp(aa->idstr, "PNP0700") == 0) in fdc_pnpbios_match()
|
| /netbsd-src/sys/dev/hpc/ |
| H A D | hpctpanel.c | 48 const char *idstr; in hpc_tpanel_ioctl() local 64 idstr = platid_name(&platid); in hpc_tpanel_ioctl() 65 s = strlen(idstr); in hpc_tpanel_ioctl() 68 memcpy(id->data, idstr, s); in hpc_tpanel_ioctl()
|
| /netbsd-src/sys/sys/ |
| H A D | gennameih.awk | 30 function getrcsid(idstr) { 31 sub("^[^$]*\\$", "", idstr); 32 sub("\\$.*", "", idstr); 34 return idstr;
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | wss_acpi.c | 56 char idstr[8]; member 71 wss_acpi_hints_index(const char *idstr) in wss_acpi_hints_index() argument 75 if (idstr == NULL) in wss_acpi_hints_index() 78 if (!strcmp(wss_acpi_hints[idx].idstr, idstr)) in wss_acpi_hints_index()
|
| /netbsd-src/sys/arch/luna68k/stand/boot/ |
| H A D | sc.c | 256 char idstr[32]; in scprobe() 266 memcpy(idstr, &inqbuf.vendor_id, 28); in scprobe() 268 if (idstr[i] != ' ') in scprobe() 270 idstr[i + 1] = '\0'; in scprobe() 272 if (idstr[i] != ' ') 274 idstr[i + 1] = '\0'; 276 if (idstr[i] != ' ') 278 idstr[i + 1] = '\0'; in issue_select() 280 printf(" ID %d: %s %s rev %s", target, idstr, &idstr[ in issue_select() 244 char idstr[32]; scprobe() local [all...] |
| /netbsd-src/sys/arch/hpcmips/vr/ |
| H A D | flash_vrip.c | 151 const u_int8_t *idstr = CFI_QUERY_ID_STR; in probe_cfi() local 162 if (bus_space_read_2(iot, ioh, i) != *idstr) { in probe_cfi() 167 idstr++; in probe_cfi() 168 } while (*idstr); in probe_cfi() 418 static const u_int8_t idstr[] = { in i28f128_probe() local 430 for (i = 0; idstr[i] != 0xff; i++) { in i28f128_probe() 431 if (bus_space_read_2(iot, ioh, (0x10 + i) << 1) != idstr[i]) in i28f128_probe() 457 static const u_int8_t idstr[] = { in mbm29160_probe() local 469 for (i = 0; idstr[i] != 0xff; i++) { in mbm29160_probe() 470 if (bus_space_read_2(iot, ioh, (0x10 + i) << 1) != idstr[i]) in mbm29160_probe()
|
| /netbsd-src/sys/arch/hpcmips/stand/lcboot/ |
| H A D | i28f128.c | 55 static const u_int8_t idstr[] = { in i28f128_probe() local 68 for (i = 0; idstr[i] != 0xff; i++) { in i28f128_probe() 69 if (REGREAD_2(base, (0x10 + i) << 1) != idstr[i]) in i28f128_probe()
|
| /netbsd-src/external/cddl/osnet/dist/lib/pyzfs/common/ |
| H A D | userspace.py | 66 idstr = "%s-%u" % (domain, rid) 68 idstr = "%u" % rid 86 v["name"] = mapfunc(idstr) 91 v["name"] = idstr
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/os/ |
| H A D | fm.c | 930 char idstr[11]; in fm_fmri_hc_set() local 932 (void) snprintf(idstr, sizeof (idstr), "%u", id); in fm_fmri_hc_set() 936 nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr) != 0) { in fm_fmri_hc_set() 1371 char idstr[11]; in fm_fmri_hc_create() local 1372 (void) snprintf(idstr, sizeof (idstr), "%u", id); in fm_fmri_hc_create() 1375 nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr) != 0) { in fm_fmri_hc_create()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | dsl_deleg.c | 129 char idstr[32]; in dsl_deleg_can_unallow() local 134 (void) snprintf(idstr, sizeof (idstr), "%lld", in dsl_deleg_can_unallow() 144 if (strcmp(idstr, &nvpair_name(whopair)[3]) != 0) in dsl_deleg_can_unallow()
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | remoteconf.c | 426 char *idstr = NULL; local 429 idstr = ipsecdoi_id2str(iph1->id_p); 433 saddr2str(iph1->remote), idstr ? idstr : "<any>"); 435 if (idstr) 436 racoon_free(idstr);
|
| /netbsd-src/sbin/cgdconfig/ |
| H A D | params.c | 587 char *idstr; in keygen_makeshared() local 594 uuid_to_string(&id, &idstr, &status); in keygen_makeshared() 600 kg->kg_sharedid = string_fromcharstar(idstr); in keygen_makeshared() 605 free(idstr); in keygen_makeshared()
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-dump.c | 106 const char *idstr = ""; in ctf_dump_format_type() local 129 idstr = "ID "; in ctf_dump_format_type() 130 if (asprintf (&bit, "%s%s0x%lx: (kind %i) ", nonroot_leader, idstr, in ctf_dump_format_type()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-dump.c | 106 const char *idstr = ""; in ctf_dump_format_type() local 129 idstr = "ID "; in ctf_dump_format_type() 130 if (asprintf (&bit, "%s%s0x%lx: (kind %i) ", nonroot_leader, idstr, in ctf_dump_format_type()
|