Home
last modified time | relevance | path

Searched refs:e_lockfp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c384 tfp = e->e_lockfp;
411 e->e_lockfp = tfp;
501 if (e->e_lockfp == NULL)
942 if (e->e_lockfp != NULL)
944 e->e_lockfp = tfp;
4136 e->e_lockfp = qfp;
4604 e->e_lockfp = NULL;
4950 e.e_lockfp = NULL;
5487 e->e_lockfp = NULL;
7909 ee->e_lockfp = NULL;
[all …]
H A Ddeliver.c411 ee->e_lockfp = NULL;
661 if (e->e_lockfp != NULL)
662 (void) sm_io_close(e->e_lockfp, SM_TIME_DEFAULT);
665 e->e_lockfp = NULL;
2295 (e->e_lockfp != NULL &&
2301 if (e->e_lockfp == NULL)
2309 sm_io_getinfo(e->e_lockfp,
2385 if (e->e_lockfp != NULL)
2386 (void) close(sm_io_getinfo(e->e_lockfp,
5247 if (e->e_lockfp != NULL)
[all …]
H A Denvelope.c881 if (e->e_lockfp == NULL && bitset(EF_INQUEUE, e->e_flags))
925 if (e->e_lockfp == NULL)
H A Dutil.c2095 if (e->e_lockfp != NULL)
2099 fd = sm_io_getinfo(e->e_lockfp, SM_IO_WHAT_FD, NULL);
H A Dsendmail.h909 SM_FILE_T *e_lockfp; /* the lock file for this message */ member