Home
last modified time | relevance | path

Searched refs:RVAL_STR (Results 1 – 22 of 22) sorted by relevance

/external/strace/
Dfcntl.c147 return RVAL_HEX | RVAL_STR; in print_fcntl()
152 return RVAL_HEX | RVAL_STR; in print_fcntl()
175 return RVAL_HEX | RVAL_STR; in print_fcntl()
181 return RVAL_HEX | RVAL_STR; in print_fcntl()
186 return RVAL_STR; in print_fcntl()
Dprctl.c145 return RVAL_STR; in SYS_FUNC()
176 return RVAL_STR; in SYS_FUNC()
212 return RVAL_STR; in SYS_FUNC()
229 return RVAL_STR; in SYS_FUNC()
250 return RVAL_STR; in SYS_FUNC()
402 return RVAL_STR; in SYS_FUNC()
Dsignal.c292 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
389 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
398 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
434 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
678 return RVAL_STR; in SYS_FUNC()
Dpoll.c85 return RVAL_STR; in decode_poll_exiting()
151 return RVAL_STR; in decode_poll_exiting()
Dmmsghdr.c234 return RVAL_STR; in SYS_FUNC()
242 return RVAL_STR; in SYS_FUNC()
Ddesc.c141 return RVAL_STR; in decode_select()
193 return RVAL_STR; in decode_select()
Dsparc.c43 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
Dprint_time.c49 return RVAL_STR; in SYS_FUNC()
Dmembarrier.c49 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
Dnsfs.c47 return RVAL_IOCTL_DECODED | RVAL_STR; in nsfs_ioctl()
Dpersonality.c64 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
Dioprio.c70 return RVAL_STR; in SYS_FUNC()
Dalpha.c48 return RVAL_STR; in decode_getxxid()
Dldt.c176 return RVAL_STR; in SYS_FUNC()
Dsched.c45 return RVAL_STR; in SYS_FUNC()
Dtime.c181 return RVAL_STR; in do_adjtimex()
Dkvm.c376 r |= RVAL_STR; in kvm_ioctl_decode_run()
Dsyscall.c877 if ((sys_res & RVAL_STR) && tcp->auxstr) in syscall_exiting_trace()
922 if ((sys_res & RVAL_STR) && tcp->auxstr) in syscall_exiting_trace()
Dv4l2.c986 return RVAL_IOCTL_DECODED | RVAL_STR; in print_v4l2_create_buffers()
Ddefs.h364 #define RVAL_STR 020 /* Print `auxstr' field after return val */ macro
DChangeLog-CVS478 * syscall.c (trace_syscall): If RVAL_STR is set, then
DChangeLog5659 Return RVAL_STR unconditionally.
5664 return RVAL_STR unconditionally.
16493 (return RVAL_STR in the latter case).
43278 (RVAL_MASK, RVAL_STR, RVAL_NONE): Update.