Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Daio_subr.c701 int exitflg; in aio_cleanup() local
706 exitflg = AIO_CLEANUP_EXIT; in aio_cleanup()
708 exitflg = 0; in aio_cleanup()
757 signalled = aio_cleanup_cleanupq(aiop, cleanupqhead, exitflg); in aio_cleanup()
760 signalled = aio_cleanup_notifyq(aiop, notifyqhead, exitflg); in aio_cleanup()
762 aio_cleanup_pollq(aiop, pollqhead, exitflg); in aio_cleanup()
764 aio_cleanup_portq(aiop, cleanupport, exitflg); in aio_cleanup()
766 if (exitflg) in aio_cleanup()
899 aio_cleanup_cleanupq(aio_t *aiop, aio_req_t *qhead, int exitflg) in aio_cleanup_cleanupq() argument
921 if (exitflg) in aio_cleanup_cleanupq()
[all …]
/titanic_41/usr/src/cmd/mailx/
H A Dmain.c147 exitflg++; in main()
341 if (exitflg && (mustsend || argp != -1)) in main()
H A Dlex.c92 if (exitflg) in setfile()
108 if (exitflg) in setfile()
136 if (exitflg) in setfile()
143 if (exitflg) { in setfile()
H A Dinit.c77 int exitflg = 0; /* -e for mail test */ variable
/titanic_41/usr/src/cmd/mailx/hdr/
H A Dglob.h68 extern int exitflg; /* -e for mail test */