Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c688 int exitflg; in aio_cleanup() local
693 exitflg = AIO_CLEANUP_EXIT; in aio_cleanup()
695 exitflg = 0; in aio_cleanup()
749 aio_cleanup_pollq(aiop, pollqhead, exitflg); in aio_cleanup()
751 aio_cleanup_portq(aiop, cleanupport, exitflg); in aio_cleanup()
753 if (exitflg) in aio_cleanup()
908 if (exitflg) in aio_cleanup_cleanupq()
912 if (!exitflg) { in aio_cleanup_cleanupq()
940 if (exitflg) { in aio_cleanup_notifyq()
978 aio_cleanup_pollq(aio_t *aiop, aio_req_t *qhead, int exitflg) in aio_cleanup_pollq() argument
[all …]
/illumos-gate/usr/src/cmd/mailx/
H A Dmain.c148 exitflg++; in main()
342 if (exitflg && (mustsend || argp != -1)) in main()
H A Dlex.c91 if (exitflg) in setfile()
107 if (exitflg) in setfile()
135 if (exitflg) in setfile()
142 if (exitflg) { in setfile()
H A Dinit.c75 int exitflg = 0; /* -e for mail test */ variable
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h68 extern int exitflg; /* -e for mail test */