Home
last modified time | relevance | path

Searched refs:FCP_TGT_INQUIRY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp_util.h38 #define FCP_TGT_INQUIRY 0x01 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1383 case FCP_TGT_INQUIRY: in fcp_ioctl()
1514 if (cmd == FCP_TGT_INQUIRY) { in fcp_setup_device_data_ioctl()
1612 case FCP_TGT_INQUIRY: in fcp_setup_device_data_ioctl()
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c1079 if (ioctl(fd, FCP_TGT_INQUIRY, fcp_data) == -1) { in g_issue_fcp_ioctl()