Searched refs:ISCSI_TARGET_PROPS_GET (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/ |
H A D | iscsi_if.h | 104 #define ISCSI_TARGET_PROPS_GET (ISCSI_IOCTL | 10) macro
|
/illumos-gate/usr/src/uts/common/sys/iscsit/ |
H A D | iscsi_if.h | 111 #define ISCSI_TARGET_PROPS_GET (ISCSI_IOCTL | 10) macro
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_ioctl.c | 1042 if (cmd == ISCSI_TARGET_PROPS_GET) {
|
H A D | iscsi.c | 2224 * ISCSI_TARGET_PROPS_GET - 2226 case ISCSI_TARGET_PROPS_GET:
|
/illumos-gate/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 1471 if (ioctl(fd, ISCSI_TARGET_PROPS_GET, &prop) != 0) { 1474 "ISCSI_TARGET_PROPS_GET ioctl failed, errno: %d", errno); 1812 "ISCSI_TARGET_PROPS_GET ioctl failed, errno: %d", errno); 1914 "ISCSI_TARGET_PROPS_GET ioctl failed, errno: %d", errno); 2006 "ISCSI_TARGET_PROPS_GET ioctl failed, errno: %d", errno);
|
/illumos-gate/usr/src/cmd/iscsiadm/ |
H A D | sun_ima.c | 463 if (ioctl(fd, ISCSI_TARGET_PROPS_GET, &prop) != 0) { 465 "ISCSI_TARGET_PROPS_GET ioctl failed, errno: %d", errno);
|
Completed in 91 milliseconds