Searched refs:xstat (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmci.c510 ** xstat -- the exit status code.
519 mci_setstat(mci, xstat, dstat, rstat)
521 int xstat;
526 if (xstat != EX_NOTSTICKY && xstat != EX_PROTOCOL)
527 mci->mci_exitstat = xstat;
H A Dusersmtp.c2515 int xstat; local
2730 xstat = EX_NOTSTICKY;
2734 rstat = xstat = EX_TEMPFAIL;
2736 rstat = xstat = EX_OK;
2738 rstat = xstat = EX_PROTOCOL;
2743 mci_setstat(mci, xstat, ENHSCN(enhsc, smtptodsn(r)),
2804 int status, xstat; local
2813 xstat = EX_NOTSTICKY;
2817 status = xstat = EX_OK;
2819 status = xstat
[all...]
H A Dmap.c1813 auto int xstat; local
1817 (char **) NULL, &xstat);
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c216 stmf_status_t xstat; local
368 xstat = stmf_setup_dbuf(task, dbuf, 0);
369 if (xstat != STMF_SUCCESS) {
407 xstat = stmf_xfer_data(task, dbuf, 0);
408 switch (xstat) {
1080 stmf_status_t xstat; local
1216 xstat = stmf_setup_dbuf(task, dbuf, 0);
1217 if (xstat != STMF_SUCCESS) {
1248 xstat = stmf_xfer_data(task, dbuf, 0);
1249 switch (xstat) {
[all...]
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com331 xstat.o

Completed in 85 milliseconds