Home
last modified time | relevance | path

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

/external/strace/
Dipc_shm.c103 return RVAL_NONE; in SYS_FUNC()
Dsyscall.c816 } else if (!(sys_res & RVAL_NONE) && tcp->u_error) { in syscall_exiting_trace()
880 if (sys_res & RVAL_NONE) in syscall_exiting_trace()
Ddefs.h365 #define RVAL_NONE 040 /* Print nothing */ macro
DChangeLog2813 (syscall_exiting_trace) <if (!(sys_res & RVAL_NONE) && tcp->u_error)>:
43278 (RVAL_MASK, RVAL_STR, RVAL_NONE): Update.