| /netbsd/src/lib/libkvm/ |
| D | kvm_private.h | 51 char alive; /* live kernel? */ member 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))
|
| D | kvm.c | 259 kd->alive = KVM_ALIVE_DEAD; in _kvm_open() 286 kd->alive = KVM_ALIVE_SYSCTL; in _kvm_open() 371 kd->alive = KVM_ALIVE_FILES; in _kvm_open()
|
| /netbsd/src/sys/dev/isa/ |
| D | boca.c | 200 int alive = sc->sc_alive; in bocaintr() local 203 bits = bus_space_read_1(iot, sc->sc_slaveioh[0], com_scratch) & alive; in bocaintr() 225 com_scratch) & alive; in bocaintr() 236 int alive = sc->sc_alive; in boca_fixup() local 242 if (alive & (1 << (i))) in boca_fixup()
|
| D | ioat66.c | 197 int alive = sc->sc_alive; in ioat66intr() local 200 bits = bus_space_read_1(iot, sc->sc_intmasq, 0) & alive; in ioat66intr() 215 bits = bus_space_read_1(iot, sc->sc_intmasq, 0) & alive; in ioat66intr()
|
| D | tcom.c | 238 int alive = sc->sc_alive; in tcomintr() local 241 bits = ~bus_space_read_1(iot, sc->sc_statusioh, 0) & alive; in tcomintr() 258 bits = ~bus_space_read_1(iot, sc->sc_statusioh, 0) & alive; in tcomintr()
|
| D | ast.c | 197 int alive = sc->sc_alive; in astintr() local 200 bits = ~bus_space_read_1(iot, sc->sc_slaveioh[3], com_scratch) & alive; in astintr() 214 com_scratch) & alive; in astintr()
|
| D | addcom_isa.c | 242 int alive = sc->sc_alive; in addcomintr() local 245 bits = bus_space_read_1(iot, sc->sc_statusioh, 0) & alive; in addcomintr() 262 bits = bus_space_read_1(iot, sc->sc_statusioh, 0) & alive; in addcomintr()
|
| D | rtfps.c | 207 int alive = sc->sc_alive; in rtfpsintr() local 212 if (alive & (1 << (n))) \ in rtfpsintr()
|
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | isakmp4.out | 18 18 1970-01-01 00:00:00.000000 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive 23 23 1970-01-01 00:00:00.000000 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive 28 28 1970-01-01 00:00:00.000000 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive 34 34 1970-01-01 00:00:00.000000 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
|
| /netbsd/src/sys/arch/vax/vax/ |
| D | gencons.c | 61 short alive; member 114 gc_softc[unit].alive = 1; in gencnopen() 147 gc_softc[minor(dev)].alive = 0; in gencnclose() 225 if (sc->alive == 0) in gencnrint() 254 if (sc->alive == 0) in gencntint()
|
| /netbsd/src/external/bsd/ipf/dist/tools/ |
| D | ipnat.c | 413 void dotable(nsp, fd, alive, which, side) in dotable() argument 415 int fd, alive, which; 443 if (alive) { 484 void dostats(fd, nsp, opts, alive, filter) in dostats() argument 486 int fd, opts, alive, *filter; 493 dotable(nsp, fd, alive, 0, "in"); 496 dotable(nsp, fd, alive, 1, "out"); 528 if (alive)
|
| /netbsd/src/sys/arch/hp300/stand/common/ |
| D | ite.c | 174 ip->alive = 1; in iteconfig() 215 ip->alive = 1; in iteconfig() 254 if (ip->alive == 0) in iteprobe()
|
| D | itevar.h | 57 int alive; member
|
| /netbsd/src/sys/arch/mac68k/mac68k/ |
| D | iop.c | 82 int alive; in iop_alive() local 84 alive = iop_read1(ioph, IOP_ADDR_ALIVE); in iop_alive() 86 return alive; in iop_alive()
|
| /netbsd/src/sys/arch/acorn32/stand/boot32/ |
| D | version | 17 3.00: acorn32 bootloader version 3 is alive
|
| /netbsd/src/sys/arch/mac68k/include/ |
| D | iopreg.h | 108 u_char alive; /* IOP alive flag */ member
|
| /netbsd/src/sys/arch/x68k/stand/common/ |
| D | exec_image.S | 56 jbsr _C_LABEL(memcpy) | memcpy() is still alive
|
| /netbsd/src/games/sail/ |
| D | dr_1.c | 406 if (alive) in next() 407 alive = 0; in next()
|
| D | globals.c | 582 int alive; variable
|
| D | extern.h | 253 extern int alive;
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| D | tls.exp | 179 gdb_test "b [gdb_get_line_number "still alive"]" \
|
| /netbsd/src/sys/dev/ieee1394/ |
| D | sbp.c | 976 int alive; in sbp_post_busreset() local 978 alive = SBP_FWDEV_ALIVE(fwdev); in sbp_post_busreset() 981 if (!alive) in sbp_post_busreset() 986 if (!alive) in sbp_post_busreset() 998 int alive; in sbp_post_explore() local 1000 alive = SBP_FWDEV_ALIVE(fwdev); in sbp_post_explore() 1003 if (!alive) in sbp_post_explore() 1006 if (!alive) in sbp_post_explore()
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/samples/ |
| D | racoon.conf.sample-natt | 33 # "Keep-alive packet" every few seconds to every peer with
|
| /netbsd/src/sys/arch/hp300/DOC/ |
| D | Options | 51 useful to see if your machine is alive.
|
| /netbsd/src/games/quiz/datfiles/ |
| D | poetry | 162 Were not meant for man alive:\
|