Home
last modified time | relevance | path

Searched refs:ShmKey (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c6886 if (ShmKey == 0)
6891 keyselect = ShmKey == SEL_SHM_KEY;
6895 ShmKey = FIRST_SHM_KEY;
6899 ShmKey = read_key_file(ShmKeyFile, ShmKey);
6901 if (ShmKey == SEL_SHM_KEY)
6911 Pshm = sm_shmstart(ShmKey, shms,
6921 ++ShmKey;
6924 if (ShmKey == SEL_SHM_KEY)
6932 if (!keyselect || ShmKey == SEL_SHM_KEY)
6940 (void) write_key_file(ShmKeyFile, (long) ShmKey);
[all …]
H A Dsendmail.h2314 EXTERN key_t ShmKey; /* shared memory key */ variable
H A Dreadcf.c3179 ShmKey = atol(val);