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

1 2

  /src/lib/libkvm/
kvm_private.h 51 char alive; /* live kernel? */ member in struct:__kvm
99 #define KVM_ALIVE_FILES 1 /* alive, working from open kmem/drum */
100 #define KVM_ALIVE_SYSCTL 2 /* alive, sysctl-type calls only */
102 #define ISALIVE(kd) ((kd)->alive != KVM_ALIVE_DEAD)
103 #define ISKMEM(kd) ((kd)->alive == KVM_ALIVE_FILES)
104 #define ISSYSCTL(kd) ((kd)->alive == KVM_ALIVE_SYSCTL || ISKMEM(kd))
  /src/tests/net/if_pppoe/
t_pppoe_keepalive.sh 55 alive-interval=1 \
56 max-alive-missed=1 \
  /src/external/mpl/bind/dist/bin/tests/system/doth/
stress_http_quota.py 153 def alive(self): member in class:SubDIG
182 def alive(self): member in class:MultiDIG
183 return reduce(lambda a, b: (a and b), map(lambda p: (p.alive()), self.digs))
188 if not p.alive():
225 assert subdig.alive(), "The single DIG instance is expected to be alive"
226 assert multidig.alive(), (
228 f"be alive, but {multidig.completed()} of them have completed"
  /src/sys/dev/isa/
boca.c 200 int alive = sc->sc_alive; local
203 bits = bus_space_read_1(iot, sc->sc_slaveioh[0], com_scratch) & alive;
225 com_scratch) & alive;
236 int alive = sc->sc_alive; local
242 if (alive & (1 << (i)))
ast.c 197 int alive = sc->sc_alive; local
200 bits = ~bus_space_read_1(iot, sc->sc_slaveioh[3], com_scratch) & alive;
214 com_scratch) & alive;
ioat66.c 197 int alive = sc->sc_alive; local
200 bits = bus_space_read_1(iot, sc->sc_intmasq, 0) & alive;
215 bits = bus_space_read_1(iot, sc->sc_intmasq, 0) & alive;
addcom_isa.c 242 int alive = sc->sc_alive; local
245 bits = bus_space_read_1(iot, sc->sc_statusioh, 0) & alive;
262 bits = bus_space_read_1(iot, sc->sc_statusioh, 0) & alive;
tcom.c 238 int alive = sc->sc_alive; local
241 bits = ~bus_space_read_1(iot, sc->sc_statusioh, 0) & alive;
258 bits = ~bus_space_read_1(iot, sc->sc_statusioh, 0) & alive;
rtfps.c 207 int alive = sc->sc_alive; local
212 if (alive & (1 << (n))) \
  /src/sys/arch/vax/vax/
gencons.c 61 short alive; member in struct:gc_softc
114 gc_softc[unit].alive = 1;
147 gc_softc[minor(dev)].alive = 0;
225 if (sc->alive == 0)
254 if (sc->alive == 0)
  /src/sys/arch/hp300/stand/common/
itevar.h 57 int alive; member in struct:ite_data
ite.c 249 ip->alive = 1;
289 ip->alive = 1;
328 if (ip->alive == 0)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 37 uptr total, running, alive; local
38 registry->GetNumberOfThreads(&total, &running, &alive);
41 EXPECT_EQ(exp_alive, alive);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc 124 uptr *alive) {
128 if (alive) *alive = alive_threads_;
153 Printf("race: limit on %u simultaneously alive goroutines is exceeded,"
sanitizer_thread_registry.h 89 uptr *alive = nullptr);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp 121 uptr *alive) {
126 if (alive) *alive = alive_threads_;
151 Printf("race: limit on %u simultaneously alive goroutines is exceeded,"
  /src/sys/arch/x68k/stand/common/
exec_image.S 56 jbsr _C_LABEL(memcpy) | memcpy() is still alive
  /src/external/bsd/ipf/dist/tools/
ipnat.c 413 void dotable(nsp, fd, alive, which, side)
415 int fd, alive, which;
443 if (alive) {
484 void dostats(fd, nsp, opts, alive, filter)
486 int fd, opts, alive, *filter;
493 dotable(nsp, fd, alive, 0, "in");
496 dotable(nsp, fd, alive, 1, "out");
528 if (alive)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
tls.exp 177 # Set a bp at a point where we know all threads are alive.
179 gdb_test "b [gdb_get_line_number "still alive"]" \
227 gdb_test "continue" ".*Breakpoint 3.*still alive.*" "continue to synch point"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
tls.exp 177 # Set a bp at a point where we know all threads are alive.
179 gdb_test "b [gdb_get_line_number "still alive"]" \
227 gdb_test "continue" ".*Breakpoint 3.*still alive.*" "continue to synch point"
  /src/sys/arch/mac68k/mac68k/
iop.c 82 int alive; local
84 alive = iop_read1(ioph, IOP_ADDR_ALIVE);
86 return alive;
174 printf("ISM IOP base: 0x%x, alive %x\n", (unsigned) ioph,
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp 123 uptr *alive) {
128 if (alive) *alive = alive_threads_;
153 Printf("race: limit on %u simultaneously alive goroutines is exceeded,"
sanitizer_thread_registry.h 95 uptr *alive = nullptr);
138 // Returns number of alive threads before fork.
  /src/games/sail/
globals.c 582 int alive; variable
  /src/sys/arch/mac68k/include/
iopreg.h 108 u_char alive; /* IOP alive flag */ member in struct:__anon1592

Completed in 70 milliseconds

1 2