Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Dqueue.c7080 if (ShmKey == 0)
7085 keyselect = ShmKey == SEL_SHM_KEY;
7089 ShmKey = FIRST_SHM_KEY;
7093 ShmKey = read_key_file(ShmKeyFile, ShmKey);
7095 if (ShmKey == SEL_SHM_KEY)
7105 Pshm = sm_shmstart(ShmKey, shms,
7115 ++ShmKey;
7118 if (ShmKey == SEL_SHM_KEY)
7126 if (!keyselect || ShmKey == SEL_SHM_KEY)
7134 (void) write_key_file(ShmKeyFile, (long) ShmKey);
[all …]
H A Dsendmail.h2491 EXTERN key_t ShmKey; /* shared memory key */ variable
H A Dreadcf.c3813 ShmKey = atol(val);