Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dqueue.c7145 if (ShmKey == 0)
7150 keyselect = ShmKey == SEL_SHM_KEY;
7154 ShmKey = FIRST_SHM_KEY;
7158 ShmKey = read_key_file(ShmKeyFile, ShmKey);
7160 if (ShmKey == SEL_SHM_KEY)
7170 Pshm = sm_shmstart(ShmKey, shms,
7180 ++ShmKey;
7183 if (ShmKey == SEL_SHM_KEY)
7191 if (!keyselect || ShmKey == SEL_SHM_KEY)
7199 (void) write_key_file(ShmKeyFile, (long) ShmKey);
[all …]
H A Dsendmail.h2650 EXTERN key_t ShmKey; /* shared memory key */ variable
H A Dreadcf.c4044 ShmKey = atol(val);