Searched refs:sm_shmsetowner (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | t-shm.c | 89 i = sm_shmsetowner(shmid, getuid(), getgid(), 0644); 174 r = sm_shmsetowner(shmid, getuid(), getgid(), 0660);
|
H A D | shm.c | 125 sm_shmsetowner(shmid, uid, gid, mode) in sm_shmsetowner() function
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | shm.h | 33 extern int sm_shmsetowner __P((int, uid_t, gid_t, mode_t));
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 6942 i = sm_shmsetowner(ShmId, RunAsUid, RunAsGid, 0660);
|