Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dqueue.c384 tfp = e->e_lockfp;
411 e->e_lockfp = tfp;
501 if (e->e_lockfp == NULL)
504 dumpfd(sm_io_getinfo(e->e_lockfp, SM_IO_WHAT_FD, NULL),
942 if (e->e_lockfp != NULL)
943 (void) sm_io_close(e->e_lockfp, SM_TIME_DEFAULT);
944 e->e_lockfp = tfp;
4136 e->e_lockfp = qfp;
4603 e->e_lockfp = NULL;
4946 if (e.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 &&
2296 (mpvect[0] == sm_io_getinfo(e->e_lockfp, SM_IO_WHAT_FD,
2298 mpvect[1] == sm_io_getinfo(e->e_lockfp, SM_IO_WHAT_FD,
2301 if (e->e_lockfp == NULL)
2309 sm_io_getinfo(e->e_lockfp,
2385 if (e->e_lockfp != NULL)
[all …]
H A Denvelope.c879 if (e->e_lockfp == NULL && bitset(EF_INQUEUE, e->e_flags))
923 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