| /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))
|
| kvm.c | 259 kd->alive = KVM_ALIVE_DEAD; 286 kd->alive = KVM_ALIVE_SYSCTL; 371 kd->alive = KVM_ALIVE_FILES;
|
| /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/sys/arch/x68k/stand/common/ |
| exec_image.S | 56 jbsr _C_LABEL(memcpy) | memcpy() is still alive
|
| /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/games/sail/ |
| globals.c | 582 int alive; variable
|
| dr_1.c | 406 if (alive) 407 alive = 0;
|
| extern.h | 253 extern int alive;
|
| sync.c | 930 alive = 1;
|
| /src/sys/arch/mac68k/include/ |
| iopreg.h | 108 u_char alive; /* IOP alive flag */ member in struct:__anon1592
|
| /src/sys/dev/ieee1394/ |
| sbp.c | 976 int alive; local 978 alive = SBP_FWDEV_ALIVE(fwdev); 981 if (!alive) 982 printf("not alive\n"); 986 if (!alive) 998 int alive; local 1000 alive = SBP_FWDEV_ALIVE(fwdev); 1003 if (!alive) 1004 printf("not alive\n"); 1006 if (!alive) [all...] |