Searched defs:exitflg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c77 int exitflg = 0; /* -e for mail test */ variable
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c701 int exitflg; local
706 exitflg = AIO_CLEANUP_EXIT;
708 exitflg = 0;
757 signalled = aio_cleanup_cleanupq(aiop, cleanupqhead, exitflg);
760 signalled = aio_cleanup_notifyq(aiop, notifyqhead, exitflg);
762 aio_cleanup_pollq(aiop, pollqhead, exitflg);
764 aio_cleanup_portq(aiop, cleanupport, exitflg);
766 if (exitflg)
899 aio_cleanup_cleanupq(aio_t *aiop, aio_req_t *qhead, int exitflg) argument
921 if (exitflg)
940 aio_cleanup_notifyq(aio_t *aiop, aio_req_t *qhead, int exitflg) argument
991 aio_cleanup_pollq(aio_t *aiop, aio_req_t *qhead, int exitflg) argument
[all...]

Completed in 63 milliseconds