Home
last modified time | relevance | path

Searched refs:cleanup_shm (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c6962 cleanup_shm(false);
6969 cleanup_shm(false);
7173 cleanup_shm(false); /* release shared memory */
7203 cleanup_shm(owner) in cleanup_shm() function
H A Dsendmail.h2512 extern void cleanup_shm __P((bool));
H A Dmain.c3026 cleanup_shm(DaemonPid == pid);
H A Ddaemon.c3127 cleanup_shm(DaemonPid == getpid()); in restart_daemon()