Home
last modified time | relevance | path

Searched refs:exitflag (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/listen/
H A Dlslog.c86 error(int code, int exitflag) in error() argument
90 if (!(exitflag & NO_MSG)) { in error()
92 clean_up(code, exitflag, scratch); in error()
94 clean_up(code, exitflag, NULL); in error()
104 tli_error(int code, int exitflag) in tli_error() argument
119 clean_up(code, exitflag, scratch); in tli_error()
128 sys_error(int code, int exitflag) in sys_error() argument
134 clean_up(code, exitflag, scratch); in sys_error()
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c794 aio_cleanup_portq(aio_t *aiop, aio_req_t *cleanupq, int exitflag) in aio_cleanup_portq() argument
802 if (exitflag || ((aiop->aio_flags & AIO_CLEANUP_PORT) == 0)) { in aio_cleanup_portq()
823 if (exitflag) { in aio_cleanup_portq()
831 if (headp != NULL && exitflag == 0) { in aio_cleanup_portq()
857 if (exitflag) { in aio_cleanup_portq()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c603 static int exitflag = 0; variable
1423 if (!exitflag) { in dorep()
1434 if (exitflag) { in dorep()
1944 exitflag = 1; in putfile()
1981 exitflag = 1; in putfile()
2048 exitflag = 1; in putfile()
2102 exitflag = 1; in putfile()
2237 if (!exitflag) { in putfile()
2243 if (exitflag) in putfile()
2273 exitflag = 1; in putfile()
[all …]