Home
last modified time | relevance | path

Searched defs:scno (Results 1 – 4 of 4) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/s390/
Dtrace.c70 long pc, opcode, offset_reg, scno, tmp; in syscall_p() local
/external/strace/
Dcount.c56 unsigned long scno = tcp->scno; in count_syscall() local
Ddefs.h409 long scno; /* System call number */ member
826 #define SCNO_IS_VALID(scno) \ argument
830 #define SCNO_IN_RANGE(scno) \ argument
Dsyscall.c935 shuffle_scno(unsigned long scno) in shuffle_scno()
963 # define shuffle_scno(scno) ((long)(scno)) argument
1136 long scno = 0; in get_scno() local