Searched refs:sm_shmstop (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sendmail/libsm/ |
H A D | t-shm.c | 93 return sm_shmstop((void *) shm, shmid, owner); 136 return sm_shmstop((void *) shm, shmid, owner); 181 r = sm_shmstop((void *) shm, shmid, owner); 196 return sm_shmstop((void *) shm, shmid, owner);
|
H A D | shm.c | 69 sm_shmstop(shm, *shmid, owner); 94 sm_shmstop(shm, shmid, owner) in sm_shmstop() function
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | shm.h | 30 extern int sm_shmstop __P((void *, int, bool));
|
/freebsd/contrib/sendmail/src/ |
H A D | queue.c | 7471 if (sm_shmstop(Pshm, ShmId, owner) < 0 && LogLevel > 8)
|