Home
last modified time | relevance | path

Searched refs:struct_sg_io_hdr (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dsg_io_v3.c34 #include DEF_MPERS_TYPE(struct_sg_io_hdr)
38 typedef struct sg_io_hdr struct_sg_io_hdr; typedef
73 struct_sg_io_hdr sg_io; in decode_request()
75 offsetof(struct_sg_io_hdr, dxfer_direction); in decode_request()
99 struct_sg_io_hdr *entering_sg_io = malloc(sizeof(*entering_sg_io)); in decode_request()
112 struct_sg_io_hdr *entering_sg_io = get_tcb_priv_data(tcp); in decode_response()
113 struct_sg_io_hdr sg_io; in decode_response()
Dmx32_type_defs.h119 # define struct_sg_io_hdr MPERS_mx32_struct_sg_io_hdr macro
Dm32_type_defs.h119 # define struct_sg_io_hdr MPERS_m32_struct_sg_io_hdr macro
DChangeLog19867 * sg_io_v3.c (decode_request): Save a copy of struct_sg_io_hdr using
19953 (decode_response): Print struct_sg_io_hdr.info using printflags.
19964 (decode_request): Print struct_sg_io_hdr.flags using printflags.
19975 * sg_io_v3.c (struct_sg_io_hdr): Typedef to struct sg_io_hdr.