Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c688 int exitflg; in aio_cleanup() local
886 aio_cleanup_cleanupq(aio_t *aiop, aio_req_t *qhead, int exitflg) in aio_cleanup_cleanupq()
927 aio_cleanup_notifyq(aio_t *aiop, aio_req_t *qhead, int exitflg) in aio_cleanup_notifyq()
978 aio_cleanup_pollq(aio_t *aiop, aio_req_t *qhead, int exitflg) in aio_cleanup_pollq()
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c75 int exitflg = 0; /* -e for mail test */ variable