Home
last modified time | relevance | path

Searched refs:is_type (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c47 new->is_type = IODEV_CONTROLLER; in make_controller()
131 pos->is_type == IODEV_DISK) in find_parent()
133 if (pos->is_type != IODEV_CONTROLLER) in find_parent()
136 if (pos2->is_type != IODEV_DISK) in find_parent()
614 if (iodev->is_type == IODEV_DISK) { in get_ids()
635 if (iodev->is_type == IODEV_NFS) { in get_pretty_name()
716 *type = io->is_type; in get_path_info()
717 if (io->is_type == IODEV_DISK) { in get_path_info()
733 *type = io->is_type; in get_path_info()
834 tptr->is_type = type; in make_extended_device()
[all …]
H A Dwalkers.c240 if (pos->is_type == IODEV_PARTITION) { in get_child_list()
242 } else if (pos->is_type == IODEV_DISK) { in get_child_list()
260 int is_disk = iodev->is_type == IODEV_DISK; in iodev_changed()
266 switch (iodev->is_type) { in iodev_changed()
H A Dstatcommon.h165 enum iodev_type is_type; member
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_entity.c108 switch (sdrp->is_type) { in ipmi_entity_sdr_parse()
220 if (sdrp->is_type == IPMI_SDR_TYPE_ENTITY_ASSOCIATION) { in ipmi_entity_visit()
294 switch (sdrp->is_type) { in ipmi_entity_present_sdr()
421 switch (sdrp->is_type) { in ipmi_entity_present()
496 switch (sdrp->is_type) { in ipmi_entity_present()
543 if (sdrp->is_type != IPMI_SDR_TYPE_FRU_LOCATOR) in ipmi_entity_present()
H A Dipmi_sdr.c223 switch (sdr->is_type) { in ipmi_sdr_refresh()
620 if (sdrp->is_type != type) { in ipmi_sdr_lookup_common()
H A Dlibipmi.h549 uint8_t is_type; member
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c625 if (new->is_type == IODEV_CONTROLLER) { in show_disk()
627 } else if ((new->is_type == IODEV_IOPATH_LT) || in show_disk()
628 (new->is_type == IODEV_IOPATH_LI)) { in show_disk()
745 if (new->is_type == IODEV_CONTROLLER) in show_disk()
762 if (new->is_type == IODEV_CONTROLLER) in show_disk()
992 if (disk->is_type == IODEV_CONTROLLER) in show_disk_errors()
/illumos-gate/usr/src/cmd/fm/ipmitopo/common/
H A Dipmitopo.c58 switch (sdrp->is_type) { in sdr_print()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c93 uint8_t is_type; /* structure type */ member
299 for (isp = _smb_infospecs; isp->is_type != SMB_TYPE_EOT; isp++) { in smbios_info_common()
300 if (isp->is_type == stp->smbst_hdr->smbh_type) in smbios_info_common()
318 if (isp->is_type == SMB_TYPE_SYSTEM) { in smbios_info_common()
338 if (isp->is_type == SMB_TYPE_PORT && ip->smbi_location[0] == '\0') { in smbios_info_common()
366 for (isp = _smb_infospecs; isp->is_type != SMB_TYPE_EOT; isp++) { in smbios_info_contains()
367 if (isp->is_type == stp->smbst_hdr->smbh_type) in smbios_info_contains()
370 if (isp->is_type == SMB_TYPE_EOT) in smbios_info_contains()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h172 L_DECL(is_type);
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c238 switch (sdrp->is_type) { in ipmi_check_sensor()
319 if (sdrp->is_type == IPMI_SDR_TYPE_FRU_LOCATOR) in ipmi_check_sdr()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h94 #define is_type is_icmp.ici_type macro
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_io.c251 isp->is_type = SBD_COMP_IO; in sbd_io_status()
H A Dsbd.c4560 ds32p->d_io.is_type = in sbd_status()
4561 (int32_t)dsp->d_io.is_type; in sbd_status()
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c398 switch (sdr->is_type) { in ipmi_sensor_state()
526 switch (sdr->is_type) { in ipmi_sensor_reading()
1667 switch (sdr->is_type) { in sdr_callback()
1769 switch (ref_sdr->is_type) { in get_entity_info()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h149 #define is_type is_cm.ci_type macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h145 #define is_type is_cm.ci_type macro
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c831 if (dst->is_type != SBD_COMP_IO) in ap_cm_devpath()