Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dt-shm.c94 return sm_shmstop((void *) shm, shmid, owner);
137 return sm_shmstop((void *) shm, shmid, owner);
182 r = sm_shmstop((void *) shm, shmid, owner);
197 return sm_shmstop((void *) shm, shmid, owner);
H A Dshm.c70 sm_shmstop(shm, *shmid, owner);
95 sm_shmstop(shm, shmid, owner) in sm_shmstop() function
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dshm.h32 extern int sm_shmstop __P((void *, int, bool));
/titanic_50/usr/src/cmd/sendmail/src/
H A Dqueue.c7207 if (sm_shmstop(Pshm, ShmId, owner) < 0 && LogLevel > 8)