Searched refs:idstr (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/sys/sys/
H A Dgennameih.awk30 function getrcsid(idstr) {
31 sub("^[^$]*\\$", "", idstr);
32 sub("\\$.*", "", idstr);
34 return idstr;
/netbsd-current/sys/arch/i386/pnpbios/
H A Dess_pnpbios.c68 if (strcmp(aa->idstr, "ESS0104") && /* 1788 */
69 strcmp(aa->idstr, "ESS0114") && /* 1788 */
70 strcmp(aa->idstr, "CPQAE27") && /* 1788 */
71 strcmp(aa->idstr, "ESS1869") && /* 1869 */
72 strcmp(aa->idstr, "CPQB0AB") && /* 1869 */
73 strcmp(aa->idstr, "CPQB0AC") && /* 1869 */
74 strcmp(aa->idstr, "CPQB0AD") && /* 1869 */
75 strcmp(aa->idstr, "CPQB0F1") && /* 1869 */
76 strcmp(aa->idstr, "ESS1878") && /* 1878 */
77 strcmp(aa->idstr, "ESS187
[all...]
H A Dlm_pnpbios.c70 char idstr[8]; member in struct:lm_pnpbios_hint
84 lm_pnpbios_hints_index(const char *idstr) argument
88 while (lm_pnpbios_hints[idx].idstr[0] != 0) {
89 if (!strcmp(lm_pnpbios_hints[idx].idstr, idstr))
108 if ((wphi = lm_pnpbios_hints_index(aa->idstr)) == -1)
133 wph = &lm_pnpbios_hints[lm_pnpbios_hints_index(aa->idstr)];
H A Dcom_pnpbios.c65 if (strcmp(aa->idstr, "PNP0500") &&
66 strcmp(aa->idstr, "PNP0501") &&
67 strcmp(aa->idstr, "PNP0510") &&
68 strcmp(aa->idstr, "PNP0511"))
H A Dwss_pnpbios.c62 char idstr[8]; member in struct:wss_pnpbios_hint
77 wss_pnpbios_hints_index(const char *idstr) argument
81 while (wss_pnpbios_hints[idx].idstr[0] != 0) {
82 if (!strcmp(wss_pnpbios_hints[idx].idstr, idstr))
95 if (wss_pnpbios_hints_index(aa->idstr) == -1)
117 wph = &wss_pnpbios_hints[wss_pnpbios_hints_index(aa->idstr)];
H A Dpnpbiosvar.h37 char idstr[8]; member in struct:pnp_compatid
85 char *idstr; member in struct:pnpbiosdev_attach_args
H A Dlpt_pnpbios.c64 if (strcmp(aa->idstr, "PNP0400") &&
65 strcmp(aa->idstr, "PNP0401"))
H A Dpckbc_pnpbios.c93 if (strcmp(aa->idstr, "PNP0303") == 0 ||
94 strcmp(aa->idstr, "PNP0320") == 0) /* Japanese 106 */
96 if (strcmp(aa->idstr, "PNP0F13") == 0)
114 if (strncmp(aa->idstr, "PNP03", 5) == 0) {
116 } else if (strcmp(aa->idstr, "PNP0F13") == 0) {
H A Dpnpbios.c475 char idstr[8]; local
476 pnpbios_id_to_string(di.di_id, idstr);
477 printf("%s: dock id %s", device_xname(sc->sc_dev), idstr);
750 if (aa->idstr != aa->primid)
751 aprint_normal(", attached as %s", aa->idstr);
790 char idstr[8]; local
797 pnpbios_id_to_string(dn->dn_product, idstr);
802 idstr, matchonly ? "static" : "dynamic", dn->dn_type,
804 DPRINTF(("%s: allocated config scan:\n", idstr));
841 aprint_normal("%s", idstr);
919 char *idstr; local
[all...]
H A Dsb_pnpbios.c66 if (strcmp(aa->idstr, "NMX2210") &&
67 strcmp(aa->idstr, "CRX0002")) /* Cyrix XpressAudio */
H A Djoy_pnpbios.c65 if (strcmp(aa->idstr, "PNPB02F"))
H A Datppc_pnpbios.c86 if (strcmp(aa->idstr, "PNP0400") == 0
87 || strcmp(aa->idstr, "PNP0401") == 0)
H A Dfdc_pnpbios.c76 if (strcmp(aa->idstr, "PNP0700") == 0)
H A Dym_pnpbios.c74 if (strcmp(aa->idstr, "YMH0021"))
/netbsd-current/sys/dev/hpc/
H A Dhpctpanel.c48 const char *idstr; local
64 idstr = platid_name(&platid);
65 s = strlen(idstr);
68 memcpy(id->data, idstr, s);
/netbsd-current/sys/dev/acpi/
H A Dwss_acpi.c56 char idstr[8]; member in struct:wss_acpi_hint
71 wss_acpi_hints_index(const char *idstr) argument
75 if (idstr == NULL)
78 if (!strcmp(wss_acpi_hints[idx].idstr, idstr))
/netbsd-current/sys/arch/hpcmips/stand/lcboot/
H A Di28f128.c55 static const u_int8_t idstr[] = { local
68 for (i = 0; idstr[i] != 0xff; i++) {
69 if (REGREAD_2(base, (0x10 + i) << 1) != idstr[i])
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dsc.c244 char idstr[32]; local
254 memcpy(idstr, &inqbuf.vendor_id, 28);
256 if (idstr[i] != ' ')
258 idstr[i + 1] = '\0';
260 if (idstr[i] != ' ')
262 idstr[i + 1] = '\0';
264 if (idstr[i] != ' ')
266 idstr[i + 1] = '\0';
268 printf(" ID %d: %s %s rev %s", target, idstr, &idstr[
[all...]
/netbsd-current/external/cddl/osnet/dist/lib/pyzfs/common/
H A Duserspace.py66 idstr = "%s-%u" % (domain, rid)
68 idstr = "%u" % rid
86 v["name"] = mapfunc(idstr)
91 v["name"] = idstr
/netbsd-current/sys/arch/hpcmips/vr/
H A Dflash_vrip.c151 const u_int8_t *idstr = CFI_QUERY_ID_STR; local
162 if (bus_space_read_2(iot, ioh, i) != *idstr) {
167 idstr++;
168 } while (*idstr);
418 static const u_int8_t idstr[] = { local
430 for (i = 0; idstr[i] != 0xff; i++) {
431 if (bus_space_read_2(iot, ioh, (0x10 + i) << 1) != idstr[i])
457 static const u_int8_t idstr[] = { local
469 for (i = 0; idstr[i] != 0xff; i++) {
470 if (bus_space_read_2(iot, ioh, (0x10 + i) << 1) != idstr[
[all...]
/netbsd-current/sys/arch/prep/pnpbus/
H A Dpnpbusvar.h60 char idstr[8]; member in struct:pnpbus_compatid
/netbsd-current/external/cddl/osnet/dist/uts/common/os/
H A Dfm.c930 char idstr[11]; local
932 (void) snprintf(idstr, sizeof (idstr), "%u", id);
936 nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr) != 0) {
1371 char idstr[11]; local
1372 (void) snprintf(idstr, sizeof (idstr), "%u", id);
1375 nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr) != 0) {
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-isakmp.c1232 const char *idstr; local
1244 idstr = STR_OR_ID(GET_U_1(p->t_id), ikev1_p_map);
1249 idstr = STR_OR_ID(GET_U_1(p->t_id), ah_p_map);
1254 idstr = STR_OR_ID(GET_U_1(p->t_id), esp_p_map);
1259 idstr = STR_OR_ID(GET_U_1(p->t_id), ipcomp_p_map);
1264 idstr = NULL;
1270 if (idstr)
1271 ND_PRINT(" #%u id=%s ", GET_U_1(p->t_no), idstr);
1923 const char *idstr; local
1940 idstr
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_deleg.c129 char idstr[32]; local
134 (void) snprintf(idstr, sizeof (idstr), "%lld",
144 if (strcmp(idstr, &nvpair_name(whopair)[3]) != 0)
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.c426 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);

Completed in 268 milliseconds

12