Searched refs:sys_shm_open2 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | uipc_shm.c | 2209 sys_shm_open2(struct thread *td, struct shm_open2_args *uap) in sys_shm_open2() function
|
H A D | init_sysent.c | 640 { .sy_narg = AS(shm_open2_args), .sy_call = (sy_call_t *)sys_shm_open2, .sy_auevent = AUE_SHMOPEN, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 571 = shm_open2 */
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 641 { .sy_narg = AS(shm_open2_args), .sy_call = (sy_call_t *)sys_shm_open2, .sy_auevent = AUE_SHMOPEN, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 571 = shm_open2 */
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 2282 int sys_shm_open2(struct thread *, struct shm_open2_args *);
|