Searched refs:scn (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dsyscall.c456 unsigned long scn, narg, *pa0; local
463 scn = regs->regs[2];
466 if ((scn >= __NR_Linux) && (scn < (__NR_Linux + __NR_Linux_syscalls))) {
467 name = sfnames[scn - __NR_Linux];
468 narg = *(unsigned long *)(((char *)(&sys_call_table[scn])) + 4);
470 sprintf(space, "sc%lu", scn);

Completed in 85 milliseconds