Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-shm.c92 return sm_shmstop((void *) shm, shmid, owner);
135 return sm_shmstop((void *) shm, shmid, owner);
180 r = sm_shmstop((void *) shm, shmid, owner);
195 return sm_shmstop((void *) shm, shmid, owner);
H A Dshm.c68 sm_shmstop(shm, *shmid, owner);
93 sm_shmstop(shm, shmid, owner) in sm_shmstop() function
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dshm.h30 extern int sm_shmstop __P((void *, int, bool));
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c7208 if (sm_shmstop(Pshm, ShmId, owner) < 0 && LogLevel > 8)