Home
last modified time | relevance | path

Searched refs:ISNS_ESI (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Disns_protocol.h64 #define ISNS_ESI (0x000D) macro
H A Disns_client.c3045 case ISNS_ESI: in isns_service_esi_scn()
3047 if (in_pdu->func_id == ISNS_ESI) { in isns_service_esi_scn()
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Disns_protocol.h71 #define ISNS_ESI (0x000D) macro
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_protocol.h71 #define ISNS_ESI (0x000D) macro
H A Desi.c1334 pdu->func_id = htons((uint16_t)ISNS_ESI); in esi_monitor()
H A Ddump.c109 { ISNS_ESI, "ESI" },
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c3224 if (ntohs(pdu->func_id) != ISNS_ESI) { in isnst_handle_esi_req()