Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Dt-shm.c93 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 Dshm.c69 sm_shmstop(shm, *shmid, owner);
94 sm_shmstop(shm, shmid, owner) in sm_shmstop() function
/freebsd/contrib/sendmail/include/sm/
H A Dshm.h30 extern int sm_shmstop __P((void *, int, bool));
/freebsd/contrib/sendmail/src/
H A Dqueue.c7471 if (sm_shmstop(Pshm, ShmId, owner) < 0 && LogLevel > 8)