Searched refs:SYS_openat (Results 1 – 6 of 6) sorted by relevance
460 #elif defined(JEMALLOC_USE_SYSCALL) && defined(SYS_openat) in os_overcommits_proc()462 fd = (int)syscall(SYS_openat, in os_overcommits_proc()465 fd = (int)syscall(SYS_openat, in os_overcommits_proc()
304 #ifdef SYS_openat in init_syscall_table()305 syscall_table[SYS_openat] = "openat"; in init_syscall_table()
1312 #define SYS_openat 468 macro
86 [SYS_openat] = &filemon_sys_openat,
6120 error = rsys_syscall(SYS_openat, &callarg, sizeof(callarg), retval); in rump___sysimpl_openat()