Home
last modified time | relevance | path

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

/external/strace/
Ddefs.h643 long native_scno; /* Match against SYS_* constants. */ member
Dsyscall.c1339 if (scno >= 0 && scno < nsyscalls && sysent[scno].native_scno != 0) in known_scno()
1340 scno = sysent[scno].native_scno; in known_scno()
DChangeLog291 Do not initialize native_scno on platforms with only one personality
292 * linux/bfin/syscallent.h: Remove redundant native_scno initialization.
341 * syscall.c (known_scno): Do not check for native_scno field on
DChangeLog-CVS2055 * defs.h (struct sysent): New member `native_scno'.