Home | History | Annotate | Download | only in strace

Lines Matching refs:syscall

63 #define MAX_ARGS	32	/* maximum number of args to a syscall */
111 #include <sys/syscall.h>
176 System Call Offset 16 (actually, (syscall no.) | (0x1n << 16),
278 const char *auxstr; /* Auxiliary info from syscall (see RVAL_STR) */
281 struct timeval etime; /* Syscall entry time */
323 #define TCB_REPRINT 01000 /* We should reprint this syscall on exit */
328 # define TCB_CLONE_DETACHED 04000 /* CLONE_DETACHED set in creating syscall */
329 # define TCB_CLONE_THREAD 010000 /* CLONE_THREAD set in creating syscall */
331 # include <sys/syscall.h>
352 #define QUAL_ABBREV 0002 /* abbreviate the structures of this syscall */
353 #define QUAL_VERBOSE 0004 /* decode the structures of this syscall */
354 #define QUAL_RAW 0010 /* print all args in hex for this syscall */
371 /* Format of syscall return values */