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

/freebsd-13-stable/sys/kern/
H A Duipc_shm.c1974 sys_shm_open2(struct thread *td, struct shm_open2_args *uap) function
H A Dinit_sysent.c629 { .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-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c663 { .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-13-stable/sys/sys/
H A Dsysproto.h2235 int sys_shm_open2(struct thread *, struct shm_open2_args *);

Completed in 119 milliseconds