tag | line | file | source code |
---|---|---|---|
SYS | 293 | arch/mips/kernel/entry.S | #define SYS(call, narg) PTR call |
SYS | 309 | arch/mips/kernel/entry.S | #undef SYS |
SYS | 310 | arch/mips/kernel/entry.S | #define SYS(call, narg) .byte narg |
SYS | 39 | fs/binfmt_elf.c | #define SYS(name) (sys_call_table[__NR_##name]) |