Home
last modified time | relevance | path

Searched refs:ISNS_FLAG_AUTH_BLK_PRESENTED (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Disns_protocol.h78 #define ISNS_FLAG_AUTH_BLK_PRESENTED (0x2000) macro
/titanic_44/usr/src/uts/common/sys/iscsit/
H A Disns_protocol.h91 #define ISNS_FLAG_AUTH_BLK_PRESENTED (0x2000) macro
/titanic_44/usr/src/cmd/isns/isnsd/
H A Disns_protocol.h91 #define ISNS_FLAG_AUTH_BLK_PRESENTED (0x2000) macro
H A Ddump.c245 ((flags & ISNS_FLAG_AUTH_BLK_PRESENTED) == 0) ? 0 : 1); in dump_pdu()