Home
last modified time | relevance | path

Searched defs:sg_header (Results 1 – 4 of 4) sorted by relevance

/external/musl/include/scsi/
Dsg.h116 struct sg_header { struct
117 int pack_len;
118 int reply_len;
119 int pack_id;
120 int result;
121 unsigned twelve_byte:1;
122 unsigned target_status:5;
123 unsigned host_status:8;
124 unsigned driver_status:8;
125 unsigned other_flags:10;
[all …]
/external/kernel-headers/original/scsi/
Dsg.h282 struct sg_header struct
285 int reply_len; /* [i] max length of expected reply (inc. sg_header) */ argument
286 int pack_id; /* [io] id number of packet (use ints >= 0) */
287 int result; /* [o] 0==ok, else (+ve) Unix errno (best ignored) */
288 unsigned int twelve_byte:1;
290 unsigned int target_status:5; /* [o] scsi status from target */
291 unsigned int host_status:8; /* [o] host status (see "DID" codes) */
292 unsigned int driver_status:8; /* [o] driver status+suggestion */
293 unsigned int other_flags:10; /* unused */
294 unsigned char sense_buffer[SG_MAX_SENSE]; /* [o] Output in 3 cases:
/external/bcc/libbpf-tools/x86/
Dvmlinux.h83411 struct sg_header { struct
83412 int pack_len;
83413 int reply_len;
83414 int pack_id;
83415 int result;
83416 unsigned int twelve_byte: 1;
83417 unsigned int target_status: 5;
83418 unsigned int host_status: 8;
83419 unsigned int driver_status: 8;
83420 unsigned int other_flags: 10;
[all …]
Dvmlinux_505.h83411 struct sg_header { struct
83412 int pack_len;
83413 int reply_len;
83414 int pack_id;
83415 int result;
83416 unsigned int twelve_byte: 1;
83417 unsigned int target_status: 5;
83418 unsigned int host_status: 8;
83419 unsigned int driver_status: 8;
83420 unsigned int other_flags: 10;
[all …]