HomeSort by relevance Sort by last modified time
    Searched refs:entering_sg_io (Results 1 - 2 of 2) sorted by null

  /external/strace/
sg_io_v3.c 99 struct_sg_io_hdr *entering_sg_io = malloc(sizeof(*entering_sg_io)); local
100 if (entering_sg_io) {
101 memcpy(entering_sg_io, &sg_io, sizeof(sg_io));
102 entering_sg_io->interface_id = (unsigned char) 'S';
103 set_tcb_priv_data(tcp, entering_sg_io, free);
112 struct_sg_io_hdr *entering_sg_io = get_tcb_priv_data(tcp); local
117 if (entering_sg_io->dxfer_direction == SG_DXFER_FROM_DEV)
118 PRINT_FIELD_PTR(", ", *entering_sg_io, dxferp);
119 PRINT_FIELD_PTR(", ", *entering_sg_io, sbp)
    [all...]
sg_io_v4.c 93 struct sg_io_v4 *entering_sg_io = malloc(sizeof(*entering_sg_io)); local
94 if (entering_sg_io) {
95 memcpy(entering_sg_io, &sg_io, sizeof(sg_io));
96 entering_sg_io->guard = (unsigned char) 'Q';
97 set_tcb_priv_data(tcp, entering_sg_io, free);
106 struct sg_io_v4 *entering_sg_io = get_tcb_priv_data(tcp); local
112 PRINT_FIELD_X(", ", *entering_sg_io, response);
113 PRINT_FIELD_X(", ", *entering_sg_io, din_xferp);
117 if (sg_io.guard != entering_sg_io->guard)
    [all...]

Completed in 85 milliseconds