Searched refs:syscall_table (Results 1 – 4 of 4) sorted by relevance
107 static char * syscall_table[MAX_SYSCALLS]; variable113 syscall_table[SYS_BSD_getime] = "BSD_getime"; in init_syscall_table()116 syscall_table[SYS_BSDgetpgrp] = "BSDgetpgrp"; in init_syscall_table()119 syscall_table[SYS_BSDsetpgrp] = "BSDsetpgrp"; in init_syscall_table()122 syscall_table[SYS_acancel] = "acancel"; in init_syscall_table()125 syscall_table[SYS_accept] = "accept"; in init_syscall_table()128 syscall_table[SYS_access] = "access"; in init_syscall_table()131 syscall_table[SYS_acct] = "acct"; in init_syscall_table()134 syscall_table[SYS_acl] = "acl"; in init_syscall_table()137 syscall_table[SYS_aclipc] = "aclipc"; in init_syscall_table()[all …]
2016 Expanded the syscall_table to include new potential sysv4.2mp
4588 * procfs.c (MAX_SYSCALLS, syscall_table[], init_syscalltable(),
6 unsigned (Thread::*syscall_table)();11 syscall_table = &Thread::sys_ipc_log; in hook_ipc_vector()