Searched defs:is_type (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libipmi/common/
H A Dlibipmi.h549 uint8_t is_type; member in struct:ipmi_sdr
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h172 L_DECL(is_type); variable
/illumos-gate/usr/src/cmd/stat/common/
H A Dstatcommon.h163 enum iodev_type is_type; member in struct:iodev_snapshot
/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/sys/
H A Dsbd_ioctl.h142 #define is_type is_cm.ci_type macro
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h146 #define is_type is_cm.ci_type macro
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c88 uint8_t is_type; /* structure type */ member in struct:smb_infospec
246 for (isp = _smb_infospecs; isp->is_type != SMB_TYPE_EOT; isp++) {
247 if (isp->is_type == stp->smbst_hdr->smbh_type)
265 if (isp->is_type == SMB_TYPE_SYSTEM) {
285 if (isp->is_type == SMB_TYPE_PORT && ip->smbi_location[0] == '\0') {
313 for (isp = _smb_infospecs; isp->is_type != SMB_TYPE_EOT; isp++) {
314 if (isp->is_type == stp->smbst_hdr->smbh_type)
317 if (isp->is_type == SMB_TYPE_EOT)

Completed in 66 milliseconds