Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dqueue.c6909 if (ShmKey == 0)
6914 keyselect = ShmKey == SEL_SHM_KEY;
6918 ShmKey = FIRST_SHM_KEY;
6922 ShmKey = read_key_file(ShmKeyFile, ShmKey);
6924 if (ShmKey == SEL_SHM_KEY)
6934 Pshm = sm_shmstart(ShmKey, shms,
6944 ++ShmKey;
6947 if (ShmKey == SEL_SHM_KEY)
6955 if (!keyselect || ShmKey == SEL_SHM_KEY)
6963 (void) write_key_file(ShmKeyFile, (long) ShmKey);
[all …]
H A Dsendmail.h2463 EXTERN key_t ShmKey; /* shared memory key */ variable
H A Dreadcf.c3745 ShmKey = atol(val);