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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dshm_internal.h137 __private_extern__ void shmexec(struct proc *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_fork.c790 * Use shmexec(): we have no address space, so no mappings
794 shmexec(p);
H A Dsysv_shm.c863 * shmexec() is like shmexit(), only it doesn't delete the mappings,
869 shmexec(struct proc *p) function
H A Dkern_exec.c107 #include <sys/shm_internal.h> /* shmexec() */
1005 shmexec(p);

Completed in 92 milliseconds