/src/sys/dev/isa/ |
addcom_isa.c | 242 int alive = sc->sc_alive; local in function:addcomintr 245 bits = bus_space_read_1(iot, sc->sc_statusioh, 0) & alive; 262 bits = bus_space_read_1(iot, sc->sc_statusioh, 0) & alive;
|
ast.c | 197 int alive = sc->sc_alive; local in function:astintr 200 bits = ~bus_space_read_1(iot, sc->sc_slaveioh[3], com_scratch) & alive; 214 com_scratch) & alive;
|
boca.c | 200 int alive = sc->sc_alive; local in function:bocaintr 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 in function:boca_fixup 242 if (alive & (1 << (i)))
|
ioat66.c | 197 int alive = sc->sc_alive; local in function:ioat66intr 200 bits = bus_space_read_1(iot, sc->sc_intmasq, 0) & alive; 215 bits = bus_space_read_1(iot, sc->sc_intmasq, 0) & alive;
|
rtfps.c | 207 int alive = sc->sc_alive; local in function:rtfpsintr 212 if (alive & (1 << (n))) \
|
tcom.c | 238 int alive = sc->sc_alive; local in function:tcomintr 241 bits = ~bus_space_read_1(iot, sc->sc_statusioh, 0) & alive; 258 bits = ~bus_space_read_1(iot, sc->sc_statusioh, 0) & alive;
|
/src/sys/arch/mac68k/mac68k/ |
iop.c | 82 int alive; local in function:iop_alive 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 in typeref:typename:int
|
/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/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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_thread_registry_test.cc | 37 uptr total, running, alive; local in function:__sanitizer::CheckThreadQuantity 38 registry->GetNumberOfThreads(&total, &running, &alive); 41 EXPECT_EQ(exp_alive, alive);
|
/src/sys/arch/hp300/stand/common/ |
itevar.h | 57 int alive; member in struct:ite_data
|
/src/sys/arch/mac68k/include/ |
iopreg.h | 108 u_char alive; /* IOP alive flag */ member in struct:__anonc7da8d500508
|
/src/sys/dev/ieee1394/ |
sbp.c | 976 int alive; local in function:sbp_post_busreset 978 alive = SBP_FWDEV_ALIVE(fwdev); 981 if (!alive) 982 printf("not alive\n"); 986 if (!alive) 998 int alive; local in function:sbp_post_explore 1000 alive = SBP_FWDEV_ALIVE(fwdev); 1003 if (!alive) 1004 printf("not alive\n"); 1006 if (!alive) [all...] |