Searched refs:evpd (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcSendScsiInquiry.cc | 42 HBA_UINT64 fcLun, HBA_UINT8 evpd, HBA_UINT32 pageCode, in Sun_fcSendScsiInquiry() argument 58 evpd, (HBA_UINT8)pageCode, in Sun_fcSendScsiInquiry()
|
/titanic_50/usr/src/uts/common/io/scsi/conf/ |
H A D | scsi_confsubr.c | 95 uchar_t evpd, uchar_t page_code, size_t *lenp, 2157 uchar_t evpd, uchar_t page_code, size_t *lenp, in send_scsi_INQUIRY() argument 2187 inq_pkt->pkt_cdbp[1] = evpd; in send_scsi_INQUIRY()
|
/titanic_50/usr/src/lib/libima/common/ |
H A D | ima-plugin.h | 426 IMA_BOOL evpd,
|
H A D | ima.h | 2252 IMA_BOOL evpd,
|
H A D | ima-lib.c | 5133 IMA_BOOL evpd, in IMA_LuInquiry() argument 5155 if ((evpd != IMA_TRUE && evpd != IMA_FALSE) || in IMA_LuInquiry() 5183 PassFunc(deviceId, evpd, in IMA_LuInquiry()
|
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 3185 uchar_t evpd = 0x01; in scsa2usb_check_bulkonly_blacklist_attrs() local 3189 if (cmd->cmd_pkt->pkt_cdbp[1] & evpd) in scsa2usb_check_bulkonly_blacklist_attrs() 3214 uchar_t evpd = 0x01; in scsa2usb_check_bulkonly_blacklist_attrs() local 3216 if (!(cmd->cmd_pkt->pkt_cdbp[1] & evpd)) in scsa2usb_check_bulkonly_blacklist_attrs() 3273 uchar_t evpd = 0x01; in scsa2usb_handle_scsi_cmd_sub_class() local 3323 if (pkt->pkt_cdbp[1] & evpd) { in scsa2usb_handle_scsi_cmd_sub_class()
|
/titanic_50/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 1738 IMA_BOOL evpd, in IMA_LuInquiry() argument 1757 if (evpd == IMA_TRUE) in IMA_LuInquiry()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 1528 size_t buflen, uchar_t evpd, uchar_t page_code, size_t *residp); 5801 uchar_t evpd = 0x01; /* Set the EVPD bit */ in sd_check_vpd_page_support() local 5820 rval = sd_send_scsi_INQUIRY(ssc, page_list, page_length, evpd, in sd_check_vpd_page_support() 20716 uchar_t evpd, uchar_t page_code, size_t *residp) argument 20736 cdb.cdb_opaque[1] = evpd;
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 354 uchar_t page, unsigned char *buf, int len, int *rlen, uchar_t evpd); 13979 unsigned char *buf, int len, int *reallen, uchar_t evpd) in mptsas_inquiry() argument 14000 cdb[1] = evpd; in mptsas_inquiry()
|