Searched refs:scn_type (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Disns_client.h67 uint32_t scn_type; member in struct:isns_scn_callback_arg
H A Discsid.c958 uint32_t scn_type; local
981 scn_type = ((isns_scn_callback_arg_t *)arg)->scn_type;
982 DTRACE_PROBE1(isns_scn_callback_scn_type, int, scn_type);
983 switch (scn_type) {
1074 "received unknown iSNS SCN type 0x%x\n", scn_type);
H A Disns_client.c2713 uint32_t scn_type; local
2724 scn_type = 0;
2773 scn_args_p->scn_type = ntohl(scn_type);
2797 bcopy(&(attr_tlv_p->attr_value), &scn_type, 4);

Completed in 175 milliseconds