Searched refs:sm_shmstop (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | t-shm.c | 94 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 D | shm.c | 70 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 D | shm.h | 32 extern int sm_shmstop __P((void *, int, bool));
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 7207 if (sm_shmstop(Pshm, ShmId, owner) < 0 && LogLevel > 8)
|