Searched defs:bdesc_length (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c1247 if (hdr->bdesc_length != sizeof (struct block_descriptor) &&
1248 hdr->bdesc_length != 0) {
1250 "length %d incorrect\n", page_code, hdr->bdesc_length);
1255 (int)(MODE_HEADER_LENGTH + hdr->bdesc_length));
1257 MODE_HEADER_LENGTH + hdr->bdesc_length);
1264 (MODE_HEADER_LENGTH + hdr->bdesc_length));
1274 (MODE_HEADER_LENGTH + hdr->bdesc_length));
1331 ushort_t length, bdesc_length; local
1371 bdesc_length = BE_16(hdr->bdesc_length);
[all...]
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_scsi.h67 ushort_t bdesc_length; /* length of block descriptor(s), if any */ member in struct:mode_header_10_struct
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dmode.h55 uchar_t bdesc_length; /* length of block descriptor(s), if any */ member in struct:mode_header
69 ushort_t bdesc_length; /* len of block descriptor(s), if any */ member in struct:mode_header_g1
111 ((mhdr)->bdesc_length && ((unsigned)(bdnum)) < \
112 ((mhdr)->bdesc_length/(sizeof (struct block_descriptor)))) ? \
149 ((type *)(((ulong_t)(mhdr))+MODE_HEADER_LENGTH+(mhdr)->bdesc_length))

Completed in 65 milliseconds