Searched defs:sg_header (Results 1 – 1 of 1) sorted by relevance
92 struct sg_header { struct93 int pack_len;94 int reply_len;95 int pack_id;96 int result;97 u_int twelve_byte:1;98 u_int target_status:5;99 u_int host_status:8;100 u_int driver_status:8;101 u_int other_flags:10;[all …]