Searched refs:alive (Results 1 - 23 of 23) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dgetnattype.c21 char *getnattype(nat, alive)
23 int alive;
32 if (alive) {
H A Dprintactivenat.c19 void printactivenat(nat, opts, alive, now)
21 int opts, alive;
25 printf("%s", getnattype(nat, alive));
/netbsd-6-1-5-RELEASE/lib/libkvm/
H A Dkvm_private.h51 char alive; /* live kernel? */ member in struct:__kvm
98 #define KVM_ALIVE_FILES 1 /* alive, working from open kmem/drum */
99 #define KVM_ALIVE_SYSCTL 2 /* alive, sysctl-type calls only */
101 #define ISALIVE(kd) ((kd)->alive != KVM_ALIVE_DEAD)
102 #define ISKMEM(kd) ((kd)->alive == KVM_ALIVE_FILES)
103 #define ISSYSCTL(kd) ((kd)->alive == KVM_ALIVE_SYSCTL || ISKMEM(kd))
H A Dkvm.c237 kd->alive = KVM_ALIVE_DEAD;
261 kd->alive = KVM_ALIVE_SYSCTL;
355 kd->alive = KVM_ALIVE_FILES;
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dboca.c197 int alive = sc->sc_alive; local
200 bits = bus_space_read_1(iot, sc->sc_slaveioh[0], com_scratch) & alive;
222 com_scratch) & alive;
233 int alive = sc->sc_alive; local
239 if (alive & (1 << (i)))
H A Dast.c197 int alive = sc->sc_alive; local
200 bits = ~bus_space_read_1(iot, sc->sc_slaveioh[3], com_scratch) & alive;
214 com_scratch) & alive;
H A Dioat66.c196 int alive = sc->sc_alive; local
199 bits = bus_space_read_1(iot, sc->sc_intmasq, 0) & alive;
214 bits = bus_space_read_1(iot, sc->sc_intmasq, 0) & alive;
H A Daddcom_isa.c241 int alive = sc->sc_alive; local
244 bits = bus_space_read_1(iot, sc->sc_statusioh, 0) & alive;
261 bits = bus_space_read_1(iot, sc->sc_statusioh, 0) & alive;
H A Dtcom.c237 int alive = sc->sc_alive; local
240 bits = ~bus_space_read_1(iot, sc->sc_statusioh, 0) & alive;
257 bits = ~bus_space_read_1(iot, sc->sc_statusioh, 0) & alive;
H A Drtfps.c205 int alive = sc->sc_alive; local
210 if (alive & (1 << (n))) \
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipnat.c348 void dostats(fd, nsp, opts, alive)
350 int fd, opts, alive;
369 dotable(nsp, fd, alive);
373 if (alive)
378 if (alive)
386 void dotable(nsp, fd, alive)
388 int fd, alive;
406 if (alive) {
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dgencons.c64 short alive; member in struct:gc_softc
107 gc_softc[unit].alive = 1;
140 gc_softc[minor(dev)].alive = 0;
218 if (sc->alive == 0)
247 if (sc->alive == 0)
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Ditevar.h57 int alive; member in struct:ite_data
H A Dite.c165 ip->alive = 1;
201 if (ip->alive == 0)
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/common/
H A Dexec_image.S56 jbsr _C_LABEL(memcpy) | memcpy() is still alive
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dtls.exp162 # Set a bp at a point where we know all threads are alive.
164 gdb_test "b [gdb_get_line_number "still alive"]" \
212 gdb_test "continue" ".*Breakpoint 3.*still alive.*" "continue to synch point"
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Diop.c83 int alive; local
85 alive = iop_read1(ioph, IOP_ADDR_ALIVE);
87 return alive;
175 printf("ISM IOP base: 0x%x, alive %x\n", (unsigned) ioph,
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Diopreg.h108 u_char alive; /* IOP alive flag */ member in struct:__anon6162
/netbsd-6-1-5-RELEASE/games/sail/
H A Dglobals.c582 int alive; variable
H A Ddr_1.c406 if (alive)
407 alive = 0;
H A Dextern.h253 extern int alive;
H A Dsync.c931 alive = 1;
/netbsd-6-1-5-RELEASE/sys/dev/ieee1394/
H A Dsbp.c990 int alive; local
992 alive = SBP_FWDEV_ALIVE(fwdev);
995 if (!alive)
996 printf("not alive\n");
1000 if (!alive)
1012 int alive; local
1014 alive = SBP_FWDEV_ALIVE(fwdev);
1017 if (!alive)
1018 printf("not alive\n");
1020 if (!alive)
[all...]

Completed in 322 milliseconds