HomeSort by: relevance | last modified time | path
    Searched defs:idstr (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/sys/dev/hpc/
hpctpanel.c 48 const char *idstr; local
64 idstr = platid_name(&platid);
65 s = strlen(idstr);
68 memcpy(id->data, idstr, s);
hpctpanel.c 48 const char *idstr; local
64 idstr = platid_name(&platid);
65 s = strlen(idstr);
68 memcpy(id->data, idstr, s);
  /src/sys/arch/hpcmips/stand/lcboot/
i28f128.c 55 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])
i28f128.c 55 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])
  /src/sys/arch/i386/pnpbios/
wss_pnpbios.c 62 char idstr[8]; member in struct:wss_pnpbios_hint
77 wss_pnpbios_hints_index(const char *idstr)
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)];
wss_pnpbios.c 62 char idstr[8]; member in struct:wss_pnpbios_hint
77 wss_pnpbios_hints_index(const char *idstr)
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)];
lm_pnpbios.c 70 char idstr[8]; member in struct:lm_pnpbios_hint
84 lm_pnpbios_hints_index(const char *idstr)
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)];
lm_pnpbios.c 70 char idstr[8]; member in struct:lm_pnpbios_hint
84 lm_pnpbios_hints_index(const char *idstr)
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)];
pnpbiosvar.h 37 char idstr[8]; member in struct:pnp_compatid
85 char *idstr; member in struct:pnpbiosdev_attach_args
pnpbiosvar.h 37 char idstr[8]; member in struct:pnp_compatid
85 char *idstr; member in struct:pnpbiosdev_attach_args
  /src/sys/dev/acpi/
wss_acpi.c 56 char idstr[8]; member in struct:wss_acpi_hint
71 wss_acpi_hints_index(const char *idstr)
75 if (idstr == NULL)
78 if (!strcmp(wss_acpi_hints[idx].idstr, idstr))
wss_acpi.c 56 char idstr[8]; member in struct:wss_acpi_hint
71 wss_acpi_hints_index(const char *idstr)
75 if (idstr == NULL)
78 if (!strcmp(wss_acpi_hints[idx].idstr, idstr))
  /src/sys/arch/hpcmips/vr/
flash_vrip.c 151 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[i]
    [all...]
flash_vrip.c 151 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[i]
    [all...]
  /src/sys/arch/luna68k/stand/boot/
sc.c 256 char idstr[32]; local
266 memcpy(idstr, &inqbuf.vendor_id, 28);
268 if (idstr[i] != ' ')
270 idstr[i + 1] = '\0';
272 if (idstr[i] != ' ')
274 idstr[i + 1] = '\0';
276 if (idstr[i] != ' ')
278 idstr[i + 1] = '\0';
280 printf(" ID %d: %s %s rev %s", target, idstr, &idstr[8], &idstr[24])
    [all...]
sc.c 256 char idstr[32]; local
266 memcpy(idstr, &inqbuf.vendor_id, 28);
268 if (idstr[i] != ' ')
270 idstr[i + 1] = '\0';
272 if (idstr[i] != ' ')
274 idstr[i + 1] = '\0';
276 if (idstr[i] != ' ')
278 idstr[i + 1] = '\0';
280 printf(" ID %d: %s %s rev %s", target, idstr, &idstr[8], &idstr[24])
    [all...]
  /src/sys/arch/prep/pnpbus/
pnpbusvar.h 60 char idstr[8]; member in struct:pnpbus_compatid
pnpbusvar.h 60 char idstr[8]; member in struct:pnpbus_compatid
  /src/sbin/cgdconfig/
params.c 587 char *idstr; local
594 uuid_to_string(&id, &idstr, &status);
600 kg->kg_sharedid = string_fromcharstar(idstr);
605 free(idstr);
params.c 587 char *idstr; local
594 uuid_to_string(&id, &idstr, &status);
600 kg->kg_sharedid = string_fromcharstar(idstr);
605 free(idstr);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_deleg.c 129 char idstr[32]; local
134 (void) snprintf(idstr, sizeof (idstr), "%lld",
144 if (strcmp(idstr, &nvpair_name(whopair)[3]) != 0)
dsl_deleg.c 129 char idstr[32]; local
134 (void) snprintf(idstr, sizeof (idstr), "%lld",
144 if (strcmp(idstr, &nvpair_name(whopair)[3]) != 0)
  /src/external/gpl3/binutils/dist/libctf/
ctf-dump.c 106 const char *idstr = ""; local
129 idstr = "ID ";
130 if (asprintf (&bit, "%s%s0x%lx: (kind %i) ", nonroot_leader, idstr,
ctf-dump.c 106 const char *idstr = ""; local
129 idstr = "ID ";
130 if (asprintf (&bit, "%s%s0x%lx: (kind %i) ", nonroot_leader, idstr,
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dump.c 106 const char *idstr = ""; local
129 idstr = "ID ";
130 if (asprintf (&bit, "%s%s0x%lx: (kind %i) ", nonroot_leader, idstr,

Completed in 66 milliseconds

1 2