Searched refs:sg_io_hdr (Results 1 – 13 of 13) sorted by relevance
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_io_linux.h | 153 struct sg_io_hdr; 157 int sg_chk_n_print3(const char * leadin, struct sg_io_hdr * hp, 163 bool sg_normalize_sense(const struct sg_io_hdr * hp, 173 int sg_err_category3(struct sg_io_hdr * hp);
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | sg_err.h | 131 struct sg_io_hdr; 132 extern int sg_chk_n_print3(const char * leadin, struct sg_io_hdr * hp); 154 extern int sg_err_category3(struct sg_io_hdr * hp);
|
D | sg_err.c | 1276 int sg_chk_n_print3(const char *leadin, struct sg_io_hdr *hp) in sg_chk_n_print3() 1294 int sg_err_category3(struct sg_io_hdr *hp) in sg_err_category3()
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_io_linux.c | 173 sg_normalize_sense(const struct sg_io_hdr * hp, in sg_normalize_sense() 187 sg_chk_n_print3(const char * leadin, struct sg_io_hdr * hp, in sg_chk_n_print3() 212 sg_err_category3(struct sg_io_hdr * hp) in sg_err_category3()
|
D | sg_pt_linux.c | 833 struct sg_io_hdr v3_hdr; in do_scsi_pt_v3()
|
/external/kernel-headers/original/scsi/ |
D | sg.h | 44 typedef struct sg_io_hdr struct 211 typedef struct sg_io_hdr Sg_io_hdr;
|
/external/syzkaller/sys/linux/ |
D | sg.txt | 15 ioctl$SG_IO(fd fd_sg, cmd const[SG_IO], arg ptr[in, sg_io_hdr]) 51 sg_io_hdr { 118 define SG_IO_HDR_SIZE sizeof(struct sg_io_hdr)
|
/external/strace/ |
D | sg_io_v3.c | 38 typedef struct sg_io_hdr struct_sg_io_hdr;
|
D | NEWS | 411 * Enhanced decoding of sg_io_hdr and sg_io_v4 structures.
|
D | ChangeLog | 19884 sg_io_v3: print sg_io_hdr.duration field as unsigned integer. 19947 sg_io: decode struct sg_io_hdr.info and struct sg_io_v4.info. 19948 Print struct sg_io_hdr.info and struct sg_io_v4.info using printflags. 19959 sg_io: decode struct sg_io_hdr.flags and struct sg_io_v4.flags. 19960 Print struct sg_io_hdr.flags and struct sg_io_v4.flags using printflags. 19971 Mpersify struct sg_io_hdr. 19972 struct sg_io_hdr contains pointers and therefore has to be mpersified. 19975 * sg_io_v3.c (struct_sg_io_hdr): Typedef to struct sg_io_hdr. 20003 of struct sg_io_hdr.interface_id field between entering and exiting 20010 of struct sg_io_hdr.interface_id field. [all …]
|
/external/strace/tests-mx32/ |
D | ioctl_sg_io_v3.c | 46 TAIL_ALLOC_OBJECT_CONST_PTR(struct sg_io_hdr, sg_io); in main()
|
/external/strace/tests/ |
D | ioctl_sg_io_v3.c | 46 TAIL_ALLOC_OBJECT_CONST_PTR(struct sg_io_hdr, sg_io); in main()
|
/external/strace/tests-m32/ |
D | ioctl_sg_io_v3.c | 46 TAIL_ALLOC_OBJECT_CONST_PTR(struct sg_io_hdr, sg_io); in main()
|