| /openbsd/src/regress/sys/kern/pipe/ |
| D | test-close.c | 34 static volatile sig_atomic_t alive = 1; variable 53 ctx1.c_alive = &alive; in test_close_race() 58 ctx2.c_alive = &alive; in test_close_race() 64 while (alive) { in test_close_race() 66 alive = 0; in test_close_race() 101 alive = 0; in sighandler()
|
| D | test-kqueue.c | 216 int alive; in ctx_thread_alive() local 219 alive = ctx->c_alive; in ctx_thread_alive() 221 return alive; in ctx_thread_alive()
|
| /openbsd/src/gnu/usr.bin/perl/ext/Amiga-Exec/__examples/ |
| D | simplehost.pl | 11 my $alive = 1; 13 while ($alive) 28 $alive = 0;
|
| /openbsd/src/gnu/usr.bin/perl/ext/Amiga-ARexx/__examples/ |
| D | simplehost.pl | 11 my $alive = 1; 13 while ($alive) 28 $alive = 0;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/ |
| D | keepalive-05.txt | 1 Not HTTP/1.1 with keep-alive 9 Connection: keep-alive
|
| /openbsd/src/sys/dev/isa/ |
| D | ast.c | 180 int alive = sc->sc_alive; in astintr() local 183 bits = ~bus_space_read_1(iot, sc->sc_slaveioh[3], 7) & alive; in astintr() 196 bits = ~bus_space_read_1(iot, sc->sc_slaveioh[3], 7) & alive; in astintr()
|
| D | boca.c | 177 int alive = sc->sc_alive; in bocaintr() local 180 bits = bus_space_read_1(iot, sc->sc_slaveioh[0], 7) & alive; in bocaintr() 197 bits = bus_space_read_1(iot, sc->sc_slaveioh[0], 7) & alive; in bocaintr()
|
| /openbsd/src/lib/libkvm/ |
| D | kvm_private.h | 89 int alive; /* Dead or alive. */ member 90 #define ISALIVE(kd) ((kd)->alive)
|
| D | kvm.c | 188 kd->alive = 0; in _kvm_open() 207 kd->alive = 1; in _kvm_open() 248 kd->alive = 1; in _kvm_open() 644 kd->alive = 0; in kvm_close()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_thread_registry_test.cpp | 36 uptr total, running, alive; in CheckThreadQuantity() local 37 registry->GetNumberOfThreads(&total, &running, &alive); in CheckThreadQuantity() 40 EXPECT_EQ(exp_alive, alive); in CheckThreadQuantity()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| D | Mirrors.pm | 609 my ($alive,$rtt) = eval { $ping->ping($self->hostname); }; 611 if ($verbose && !$alive) { 615 $self->{rtt} = $alive ? $rtt : undef;
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_thread_registry.cpp | 123 uptr *alive) { in GetNumberOfThreads() argument 128 if (alive) *alive = alive_threads_; in GetNumberOfThreads()
|
| D | sanitizer_thread_registry.h | 95 uptr *alive = nullptr);
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | LiveVariables.cpp | 73 bool alive = false; in isLive() local 75 alive |= liveBindings.contains(BD); in isLive() 80 alive |= liveDecls.contains(DD); in isLive() 81 return alive; in isLive()
|
| /openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| D | pty_spawn.py | 682 alive = ptyproc.isalive() 684 if not alive: 690 return alive
|
| /openbsd/src/sys/arch/armv7/omap/ |
| D | if_cpsw.c | 285 uint32_t alive, link; in cpsw_mdio_init() local 296 alive = bus_space_read_4(sc->sc_bst, sc->sc_bsh, MDIOALIVE) & 3; in cpsw_mdio_init() 297 if (alive) in cpsw_mdio_init() 302 if (alive == 0) { in cpsw_mdio_init() 309 if (alive == 3) { in cpsw_mdio_init() 313 } else if (alive == 2) in cpsw_mdio_init()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Net-Ping/t/ |
| D | 190_alarm.t | 45 # It does not matter if alive or not
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/ |
| D | tls.exp | 165 gdb_test "b [gdb_get_line_number "still alive"]" \
|
| /openbsd/src/games/sail/ |
| D | dr_1.c | 399 if (alive) in next() 400 alive = 0; in next()
|
| D | globals.c | 556 int alive; variable
|
| D | extern.h | 295 extern int alive;
|
| D | sync.c | 469 alive = 1; in sync_update()
|
| /openbsd/src/distrib/notes/hppa/ |
| D | prep | 36 dnl At least mine is still alive, and I have played a lot with its
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/App/ |
| D | Cpan.pm | 1048 my( $alive, $rtt ) = eval{ $ping->ping( $url->host ) }; 1049 $alive ? $rtt : undef;
|
| /openbsd/src/sys/net/ |
| D | ifq.c | 483 volatile unsigned int *alive) in ifq_deq_sleep() argument 508 if (!(*alive)) { in ifq_deq_sleep()
|