Searched refs:exitflag (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/listen/ |
H A D | lslog.c | 88 error(int code, int exitflag) in error() argument 92 if (!(exitflag & NO_MSG)) { in error() 94 clean_up(code, exitflag, scratch); in error() 96 clean_up(code, exitflag, NULL); in error() 106 tli_error(int code, int exitflag) in tli_error() argument 121 clean_up(code, exitflag, scratch); in tli_error() 130 sys_error(int code, int exitflag) in sys_error() argument 136 clean_up(code, exitflag, scratch); in sys_error()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | aio_subr.c | 803 aio_cleanup_portq(aio_t *aiop, aio_req_t *cleanupq, int exitflag) in aio_cleanup_portq() argument 811 if (exitflag || ((aiop->aio_flags & AIO_CLEANUP_PORT) == 0)) { in aio_cleanup_portq() 832 if (exitflag) { in aio_cleanup_portq() 840 if (headp != NULL && exitflag == 0) { in aio_cleanup_portq() 866 if (exitflag) { in aio_cleanup_portq()
|
/titanic_44/usr/src/cmd/tar/ |
H A D | tar.c | 606 static int exitflag = 0; variable 1378 if (!exitflag) { in dorep() 1389 if (exitflag) { in dorep() 1869 exitflag = 1; in putfile() 1906 exitflag = 1; in putfile() 1973 exitflag = 1; in putfile() 2027 exitflag = 1; in putfile() 2163 if (!exitflag) { in putfile() 2169 if (exitflag) in putfile() 2199 exitflag = 1; in putfile() [all …]
|