Home
last modified time | relevance | path

Searched refs:str_type (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c1439 const char *str_type = NULL; in get_single_interrupt() local
1444 str_type = "msi"; in get_single_interrupt()
1447 str_type = "ino"; in get_single_interrupt()
1468 "info failed: %s\n", str_type, intr, in get_single_interrupt()
1493 "device info failed: %s\n", str_type, in get_single_interrupt()
1693 const char *str_type = NULL; in set_interrupts() local
1701 str_type = "msi"; in set_interrupts()
1705 str_type = "ino"; in set_interrupts()
1719 str_type, intr, strerror(errno)); in set_interrupts()
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c83 struct str_type { struct
88 static struct str_type ValidBusStrings[] = { argument
101 static struct str_type ValidFCAstrings[] = {
107 static struct str_type ValidXportStrings[] = {
1032 struct str_type *search_arr_ptr; /* updated by GetMatch macro */ in g_get_path_type()
/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) in x86pi_cleanup_smbios_str() argument
646 if (str_type == LABEL) { in x86pi_cleanup_smbios_str()
664 if (str_type == LABEL) in x86pi_cleanup_smbios_str()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c482 chip_cleanup_smbios_str(topo_mod_t *mod, const char *begin, int str_type) in chip_cleanup_smbios_str() argument
505 if (str_type == LABEL) { in chip_cleanup_smbios_str()
523 if (str_type == LABEL) in chip_cleanup_smbios_str()
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c584 char *str_type; in cfga_change_state() local
612 (void **)&str_type, &size)) != CFGA_SATA_OK) { in cfga_change_state()
616 if (strncmp(str_type, "sata-pmult", sizeof ("sata-pmult")) == 0) { in cfga_change_state()
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c309 int str_type; /* PM_REQ or NOSTRUCT */ member
988 switch (pcip->str_type) { in pm_ioctl()
3008 pcip->str_type, cmd, pcip->name); in pm_ioctl()