Searched refs:native_scno (Results 1 – 4 of 4) sorted by relevance
643 long native_scno; /* Match against SYS_* constants. */ member
1339 if (scno >= 0 && scno < nsyscalls && sysent[scno].native_scno != 0) in known_scno()1340 scno = sysent[scno].native_scno; in known_scno()
291 Do not initialize native_scno on platforms with only one personality292 * linux/bfin/syscallent.h: Remove redundant native_scno initialization.341 * syscall.c (known_scno): Do not check for native_scno field on
2055 * defs.h (struct sysent): New member `native_scno'.