Searched refs:sg_io_v4 (Results 1 – 11 of 11) sorted by relevance
60 struct sg_io_v4 sg_io; in decode_request()61 static const size_t skip_iid = offsetof(struct sg_io_v4, protocol); in decode_request()93 struct sg_io_v4 *entering_sg_io = malloc(sizeof(*entering_sg_io)); in decode_request()106 struct sg_io_v4 *entering_sg_io = get_tcb_priv_data(tcp); in decode_response()107 struct sg_io_v4 sg_io; in decode_response()
191 "sg_io_v4.c",
369 sg_io_v4.c shutdown.c sigaltstack.c sigevent.h signal.c \479 strace-sg_io_v3.$(OBJEXT) strace-sg_io_v4.$(OBJEXT) \1395 sg_io_v4.c shutdown.c sigaltstack.c sigevent.h signal.c \2465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strace-sg_io_v4.Po@am__quote@6236 strace-sg_io_v4.o: sg_io_v4.c6237 … -MT strace-sg_io_v4.o -MD -MP -MF $(DEPDIR)/strace-sg_io_v4.Tpo -c -o strace-sg_io_v4.o `test -f …6238 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/strace-sg_io_v4.Tpo $(DEPDIR)/strace-sg_io_v4.Po6241 …AGS) $(strace_CFLAGS) $(CFLAGS) -c -o strace-sg_io_v4.o `test -f 'sg_io_v4.c' || echo '$(srcdir)/'…6243 strace-sg_io_v4.obj: sg_io_v4.c6244 …$(strace_CFLAGS) $(CFLAGS) -MT strace-sg_io_v4.obj -MD -MP -MF $(DEPDIR)/strace-sg_io_v4.Tpo -c -o…[all …]
302 sg_io_v4.c \
11984 * sg_io_v4.c: Likewise.12016 * sg_io_v4.c: Likewise.12062 * sg_io_v4.c (decode_response): Likewise.12083 * sg_io_v4.c (decode_request): Likewise.14048 sg_io_v4: use PRINT_FIELD_* macros.14049 * sg_io_v4.c: Include "print_fields.h".19838 sg_io_v4: print din_resid and dout_resid fields as signed integers.19839 * sg_io_v4.c (decode_response): Print din_resid and dout_resid fields19851 * sg_io_v4.c: Likewise.19872 * sg_io_v4.c (decode_request): Save a copy of struct sg_io_v4 using[all …]
411 * Enhanced decoding of sg_io_hdr and sg_io_v4 structures.
43 struct sg_io_v4 { struct95 struct sg_io_v4 io_hdr; /* use v4 header as it is more general */ argument
22 struct sg_io_v4 { struct
48 TAIL_ALLOC_OBJECT_CONST_PTR(struct sg_io_v4, sg_io); in main()