Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dqueue.c6885 if (ShmKey == 0)
6890 keyselect = ShmKey == SEL_SHM_KEY;
6894 ShmKey = FIRST_SHM_KEY;
6898 ShmKey = read_key_file(ShmKeyFile, ShmKey);
6900 if (ShmKey == SEL_SHM_KEY)
6910 Pshm = sm_shmstart(ShmKey, shms,
6920 ++ShmKey;
6923 if (ShmKey == SEL_SHM_KEY)
6931 if (!keyselect || ShmKey == SEL_SHM_KEY)
6939 (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);