Home
last modified time | relevance | path

Searched refs:cleanup_shm (Results 1 – 5 of 5) sorted by last modified time

/freebsd/contrib/sendmail/src/
H A Dqueue.c7221 cleanup_shm(false);
7228 cleanup_shm(false);
7436 cleanup_shm(false); /* release shared memory */
7466 cleanup_shm(owner) in cleanup_shm() function
H A Dsendmail.h2874 extern void cleanup_shm __P((bool));
H A Ddaemon.c3347 cleanup_shm(DaemonPid == getpid()); in restart_daemon()
H A Dmain.c3168 cleanup_shm(DaemonPid == pid);
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c423 static void cleanup_shm(void) in cleanup_shm() function
493 OPENSSL_atexit(&cleanup_shm); in wait_random_seeded()