Symbol: str_type
usr/src/cmd/pcitool/pcitool.c
1439
const char *str_type = NULL;
usr/src/cmd/pcitool/pcitool.c
1444
str_type = "msi";
usr/src/cmd/pcitool/pcitool.c
1447
str_type = "ino";
usr/src/cmd/pcitool/pcitool.c
1468
"info failed: %s\n", str_type, intr,
usr/src/cmd/pcitool/pcitool.c
1493
"device info failed: %s\n", str_type,
usr/src/cmd/pcitool/pcitool.c
1693
const char *str_type = NULL;
usr/src/cmd/pcitool/pcitool.c
1701
str_type = "msi";
usr/src/cmd/pcitool/pcitool.c
1705
str_type = "ino";
usr/src/cmd/pcitool/pcitool.c
1719
str_type, intr, strerror(errno));
usr/src/lib/cfgadm_plugins/sata/common/cfga_sata.c
584
char *str_type;
usr/src/lib/cfgadm_plugins/sata/common/cfga_sata.c
612
(void **)&str_type, &size)) != CFGA_SATA_OK) {
usr/src/lib/cfgadm_plugins/sata/common/cfga_sata.c
616
if (strncmp(str_type, "sata-pmult", sizeof ("sata-pmult")) == 0) {
usr/src/lib/fm/topo/modules/i86pc/chip/chip_smbios.c
482
chip_cleanup_smbios_str(topo_mod_t *mod, const char *begin, int str_type)
usr/src/lib/fm/topo/modules/i86pc/chip/chip_smbios.c
505
if (str_type == LABEL) {
usr/src/lib/fm/topo/modules/i86pc/chip/chip_smbios.c
523
if (str_type == LABEL)
usr/src/lib/fm/topo/modules/i86pc/x86pi/x86pi_subr.c
623
x86pi_cleanup_smbios_str(topo_mod_t *mod, const char *begin, int str_type)
usr/src/lib/fm/topo/modules/i86pc/x86pi/x86pi_subr.c
646
if (str_type == LABEL) {
usr/src/lib/fm/topo/modules/i86pc/x86pi/x86pi_subr.c
664
if (str_type == LABEL)
usr/src/lib/storage/libg_fc/common/genf.c
101
static struct str_type ValidFCAstrings[] = {
usr/src/lib/storage/libg_fc/common/genf.c
1032
struct str_type *search_arr_ptr; /* updated by GetMatch macro */
usr/src/lib/storage/libg_fc/common/genf.c
107
static struct str_type ValidXportStrings[] = {
usr/src/lib/storage/libg_fc/common/genf.c
88
static struct str_type ValidBusStrings[] = {
usr/src/uts/common/io/pm.c
3008
pcip->str_type, cmd, pcip->name);
usr/src/uts/common/io/pm.c
309
int str_type; /* PM_REQ or NOSTRUCT */
usr/src/uts/common/io/pm.c
988
switch (pcip->str_type) {