Home
last modified time | relevance | path

Searched refs:SM_BF_COMMIT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dbf.h27 # define SM_BF_COMMIT 1001 /* commit file to disk */ macro
H A Dbf.c854 case SM_BF_COMMIT:
H A Dcollect.c742 else if (sm_io_setinfo(df, SM_BF_COMMIT, NULL) < 0 && errno != EINVAL)
H A Dqueue.c518 sm_io_setinfo(e->e_dfp, SM_BF_COMMIT, NULL) < 0 &&
7816 r = sm_io_setinfo(old->e_dfp, SM_BF_COMMIT, NULL);
H A Dsrvrsmtp.c3586 if (sm_io_setinfo(df, SM_BF_COMMIT, NULL) < 0
H A Ddeliver.c1019 sm_io_setinfo(e->e_dfp, SM_BF_COMMIT, NULL) < 0 &&