Searched defs:str_type (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c623 x86pi_cleanup_smbios_str(topo_mod_t *mod, const char *begin, int str_type) argument
646 if (str_type == LABEL) {
664 if (str_type == LABEL)
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c441 chip_cleanup_smbios_str(topo_mod_t *mod, const char *begin, int str_type) argument
464 if (str_type == LABEL) {
482 if (str_type == LABEL)
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c83 struct str_type { struct
88 static struct str_type ValidBusStrings[] = {
101 static struct str_type ValidFCAstrings[] = {
107 static struct str_type ValidXportStrings[] = {
1032 struct str_type *search_arr_ptr; /* updated by GetMatch macro */
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c582 char *str_type; local
610 (void **)&str_type, &size)) != CFGA_SATA_OK) {
614 if (strncmp(str_type, "sata-pmult", sizeof ("sata-pmult")) == 0) {
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c1439 const char *str_type = NULL; local
1444 str_type = "msi";
1447 str_type = "ino";
1468 "info failed: %s\n", str_type, intr,
1493 "device info failed: %s\n", str_type,
1693 const char *str_type = NULL; local
1701 str_type = "msi";
1705 str_type = "ino";
1719 str_type, intr, strerror(errno));
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c309 int str_type; /* PM_REQ or NOSTRUCT */ member in struct:pm_cmd_info
369 * command, name, supported, str_type, inargs, diptype, deptype, permission
988 switch (pcip->str_type) {
3007 pm_log("ioctl: invalid str_type %d for cmd %d (%s)\n",
3008 pcip->str_type, cmd, pcip->name);

Completed in 60 milliseconds