HomeSort by: relevance | last modified time | path
    Searched refs:exiting (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
instance.h 53 bool exiting; member in struct:sample_instance
  /src/external/mpl/bind/dist/lib/dns/include/dns/
dyndb.h 127 dns_dyndb_cleanup(bool exiting);
131 * 'exiting' indicates whether the server is shutting down,
  /src/sys/dev/mii/
mii.c 206 bool exiting = false; local
224 exiting = true;
226 if (exiting) {
238 if (!exiting && (mii->mii_flags & MIIF_EXITING) != 0) {
245 (!exiting || (exiting && mii->mii_probe_waiters == 1)))
251 if (!exiting)
269 if (exiting) {
  /src/external/gpl2/rcs/include/
conf.h 133 # define exiting __attribute__((noreturn)) macro
135 # define exiting macro
202 # define printf_string_exiting(m, n) printf_string(m, n) exiting
384 void _exit P((int)) exiting;
385 void exit P((int)) exiting;
  /src/tests/bin/sh/
t_exit.sh 78 atf_check -s exit:0 -o inline:'exiting\n' -e empty \
79 ${TEST_SH} -c '( trap "echo exiting" EXIT; /usr/bin/true )'
89 echo '( trap "echo exiting" 0 )' >helper.sh
90 atf_check -s exit:0 -o match:exiting -e empty ${TEST_SH} helper.sh
92 # atf_check -s exit:0 -o match:exiting -e empty /bin/ksh helper.sh
101 echo '( trap "echo exiting" 0; exit; echo NO_NO_NO )' >helper.sh
102 atf_check -s exit:0 -o match:exiting -o not-match:NO_NO -e empty \
105 # atf_check -s exit:0 -o match:exiting -e empty /bin/ksh helper.sh
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dyndb.h 129 dns_dyndb_cleanup(bool exiting);
133 * 'exiting' indicates whether the server is shutting down,
  /src/external/gpl2/rcs/dist/src/
conf.heg 133 # define exiting __attribute__((noreturn))
135 # define exiting
201 # define printf_string_exiting(m, n) printf_string(m, n) exiting
378 void _exit P((int)) exiting;
379 void exit P((int)) exiting;
rcsbase.h 449 void exiterr P((void)) exiting;
555 void efaterror P((char const*)) exiting;
556 void enfaterror P((int,char const*)) exiting;
557 void fatcleanup P((int)) exiting;
561 void Ieof P((void)) exiting;
562 void Ierror P((void)) exiting;
563 void Oerror P((void)) exiting;
673 void unexpected_EOF P((void)) exiting;
rcssyn.c 165 static void badDiffOutput P((char const*)) exiting;
166 static void diffLineNumberTooLarge P((char const*)) exiting;
rcsedit.c 209 static void editEndsPrematurely P((void)) exiting;
210 static void editLineNumberOverflow P((void)) exiting;
  /src/external/mit/libuv/dist/test/
benchmark-udp-pummel.c 59 static int exiting; variable
82 if (exiting)
138 exiting = 1;
  /src/external/mpl/bind/dist/lib/dns/
dyndb.c 237 dns_dyndb_cleanup(bool exiting) {
258 if (exiting) {
db_p.h 157 bool exiting; member in struct:__anon23976
adb.c 123 atomic_bool exiting; member in struct:dns_adb
1875 if (!atomic_compare_exchange_strong(&adb->exiting, &(bool){ false },
1936 if (atomic_load(&adb->exiting)) {
2347 if (atomic_load(&adb->exiting)) {
3360 if (atomic_load(&adb->exiting)) {
3401 if (atomic_load(&adb->exiting)) {
3423 if (atomic_load(&adb->exiting)) {
3465 if (atomic_load(&adb->exiting)) {
  /src/external/bsd/ntp/dist/libntp/lib/isc/
task.c 160 isc_boolean_t exiting; member in struct:isc__taskmgr
168 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks))
315 * task manager is exiting. Wake up
336 isc_boolean_t exiting; local
369 exiting = ISC_FALSE;
371 if (!manager->exiting) {
376 exiting = ISC_TRUE;
379 if (exiting) {
1090 * lock before exiting the 'if (task != NULL)' block.
1288 ISC_MSG_EXITING, "exiting"));
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
task.c 148 bool exiting; member in struct:isc_taskmgr
207 bool exiting; local
256 exiting = manager->exiting;
257 if (!exiting) {
263 if (exiting) {
1062 INSIST(manager->exiting == false);
1063 manager->exiting = true;
1138 } else if (mgr->exiting) {
1160 (manager->exiting && manager->excl == NULL))
    [all...]
  /src/bin/sh/
trap.c 99 static int exiting; /* exitshell() has been done */ variable
935 exiting = 1;
951 getpid(), exiting ? " exiting" : "", exitstatus,
954 if (!exiting) {
1016 ("exitshell_savedstatus(): pid %d exiting(%d)\n",
  /src/external/mpl/dhcp/bind/dist/lib/dns/
request.c 63 bool exiting; member in struct:dns_requestmgr
197 requestmgr->exiting = false;
223 if (requestmgr->exiting) {
256 if (!requestmgr->exiting) {
257 requestmgr->exiting = true;
279 REQUIRE(!source->exiting);
305 if (requestmgr->iref == 0 && requestmgr->exiting) {
323 REQUIRE(!source->exiting);
352 INSIST(requestmgr->exiting &&
812 if (requestmgr->exiting) {
    [all...]
dyndb.c 384 dns_dyndb_cleanup(bool exiting) {
405 if (exiting) {
resolver.c 485 atomic_bool exiting; member in struct:fctxbucket
569 atomic_bool exiting; member in struct:dns_resolver
1822 !atomic_load_acquire(&fctx->res->exiting))
4651 if (atomic_load_acquire(&res->buckets[bucketnum].exiting) &&
7923 if (atomic_load_acquire(&fctx->res->exiting)) {
10543 INSIST(!atomic_load_acquire(&res->exiting));
10656 atomic_init(&res->buckets[i].exiting, false);
10689 atomic_init(&res->exiting, false);
10826 if (!atomic_load_acquire(&res->exiting)) {
10882 REQUIRE(!atomic_load_acquire(&source->exiting));
    [all...]
  /src/sys/arch/sparc64/doc/
TODO 18 (verified by exiting sysinst and issuing a ping command)
  /src/common/lib/libc/arch/sparc64/string/
memset.S 158 * On exiting this routine we undo the damage: restore the original
  /src/sys/kern/
kern_lwp.c 585 lwp_wait(struct lwp *l, lwpid_t lid, lwpid_t *departed, bool exiting)
625 * exiting, count detached LWPs as eligible to be collected,
668 nfound += exiting;
722 if (exiting) {
1158 * We are exiting, bail out without informing parent
1725 * is dumping core or exiting, where we will instead
1763 * Process is exiting. The core dump and signal cases must
1817 * exiting, thus keep the lwp structure and PCB around to inspect.
2096 * Process is exiting; tear down lwpctl state. This can only be safely
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.cpp 323 static void SlotDetachImpl(ThreadState* thr, bool exiting) {
350 CHECK(exiting || thr->fast_state.epoch() == kEpochLast);
  /src/sys/arch/m68k/060sp/dist/
isp.s 881 # If exiting through isp_dacc... #
884 # elsif exiting though isp_iacc... #
1639 # If exiting through isp_dacc... #
1878 # If exiting through isp_dacc... #
2062 # If exiting through isp_dacc... #
2500 # If exiting through isp_dacc... #

Completed in 46 milliseconds

1 2