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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dshm_internal.h145 __private_extern__ void shmexec(struct proc *);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c1056 * Use shmexec(): we have no address space, so no mappings
1060 shmexec(p);
H A Dsysv_shm.c963 * shmexec() is like shmexit(), only it doesn't delete the mappings,
969 shmexec(struct proc *p) function
H A Dkern_exec.c106 #include <sys/shm_internal.h> /* shmexec() */
1034 shmexec(p);

Completed in 118 milliseconds