Home
last modified time | relevance | path

Searched defs:_iSCSITargetProperties (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h393 typedef struct _iSCSITargetProperties { struct
394 uint32_t p_vers, /* In */
395 p_oid; /* In */
396 uchar_t p_name[ISCSI_MAX_NAME_LEN]; /* Out */
397 uint_t p_name_len; /* Out */
398 uchar_t p_alias[ISCSI_MAX_NAME_LEN]; /* Out */
399 uint_t p_alias_len; /* Out */
400 iSCSIDiscoveryMethod_t p_discovery; /* Out */
401 boolean_t p_connected; /* Out */
402 uint32_t p_num_of_connections; /* Out */
[all …]
/titanic_50/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h418 typedef struct _iSCSITargetProperties { struct
419 uint32_t p_vers, /* In */
420 p_oid; /* In */
421 uchar_t p_name[ISCSI_MAX_NAME_LEN]; /* Out */
422 uint_t p_name_len; /* Out */
423 uchar_t p_alias[ISCSI_MAX_NAME_LEN]; /* Out */
424 uint_t p_alias_len; /* Out */
425 iSCSIDiscoveryMethod_t p_discovery; /* Out */
426 boolean_t p_connected; /* Out */
427 uint32_t p_num_of_connections; /* Out */
[all …]