HomeSort by: relevance | last modified time | path
    Searched defs:KERNEL (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/distrib/prep/floppies/kernel-generic/
Makefile 9 KERNEL= netbsd-GENERIC.gz
11 CLEANFILES+= ${KERNEL}
13 ${KERNEL}: ${KERN}
17 realall: ${KERNEL}
19 release: check_RELEASEDIR .WAIT ${KERNEL}
20 ${RELEASE_INSTALL} ${KERNEL} ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel
  /src/distrib/prep/floppies/bootfloppy.generic/
Makefile 7 KERNDIR!= cd ${.CURDIR}/../kernel-generic && ${PRINTOBJDIR}
8 KERNEL= ${KERNDIR}/netbsd-GENERIC.gz
  /src/distrib/prep/floppies/bootfloppy.sysinst/
Makefile 7 KERNDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
8 KERNEL= ${KERNDIR}/netbsd-INSTALL.gz
  /src/distrib/prep/floppies/bootfloppy_com0.generic/
Makefile 7 KERNDIR!= cd ${.CURDIR}/../kernel-generic && ${PRINTOBJDIR}
8 KERNEL= ${KERNDIR}/netbsd-GENERIC.gz
  /src/distrib/prep/floppies/bootfloppy_com0.sysinst/
Makefile 7 KERNDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
8 KERNEL= ${KERNDIR}/netbsd-INSTALL.gz
  /src/distrib/prep/floppies/bootfloppy_small.sysinst/
Makefile 7 KERNDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
8 KERNEL= ${KERNDIR}/netbsd-INSTALL_SMALL.gz
  /src/distrib/prep/floppies/bootfloppy_small_com0.sysinst/
Makefile 7 KERNDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
8 KERNEL= ${KERNDIR}/netbsd-INSTALL_SMALL.gz
  /src/distrib/rs6000/bootfs/
Makefile 12 KERNEL= ${KERNDIR}/netbsd-INSTALL.gz
18 ${IMAGE}.gz: ${KERNEL} ${BOOTLOADER}
19 ${TOOL_GZIP_N} -cd ${KERNEL} > ${TMPKERNEL}
  /src/distrib/alpha/rz25dist/
Makefile 16 KERNEL?= ${KERNOBJDIR}/GENERIC/netbsd
48 cp ${KERNEL} ${DESTDIR}
  /src/distrib/sun2/miniroot/
Makefile 12 KERNEL= ${KERNOBJDIR}/INSTALL/netbsd
23 PARSELISTENV= KERNEL=${KERNEL}
26 ${KERNEL} \
  /src/sys/external/bsd/ipf/netinet/
ip_log.c 15 #if defined(KERNEL) || defined(_KERNEL)
16 # undef KERNEL
18 # define KERNEL 1
40 # define KERNEL
46 # undef KERNEL
ip_lookup.c 8 #if defined(KERNEL) || defined(_KERNEL)
9 # undef KERNEL
11 # define KERNEL 1
542 /* Copy statistical information from inside the kernel back to user space. */
ip_scan.c 8 #if defined(KERNEL) || defined(_KERNEL)
9 # undef KERNEL
11 # define KERNEL 1
ip_auth.c 8 #if defined(KERNEL) || defined(_KERNEL)
9 # undef KERNEL
11 # define KERNEL 1
84 # define KERNEL
93 # undef KERNEL
1197 * the kernel in a manner that will mean IPFilter sees the packet
ip_dstlist.c 8 #if defined(KERNEL) || defined(_KERNEL)
9 # undef KERNEL
11 # define KERNEL 1
298 /* data(I) - address of object in kernel space */
ip_frag.c 8 #if defined(KERNEL) || defined(_KERNEL)
9 # undef KERNEL
11 # define KERNEL 1
52 # include <sys/kernel.h>
ip_htable.c 8 #if defined(KERNEL) || defined(_KERNEL)
9 # undef KERNEL
11 # define KERNEL 1
ip_pool.c 8 #if defined(KERNEL) || defined(_KERNEL)
9 # undef KERNEL
11 # define KERNEL 1
ip_sync.c 8 #if defined(KERNEL) || defined(_KERNEL)
9 # undef KERNEL
11 # define KERNEL 1
23 # define KERNEL
29 # undef KERNEL
424 /* Moves data from user space into the kernel and uses it for updating data */
ip_proxy.c 8 #if defined(KERNEL) || defined(_KERNEL)
9 # undef KERNEL
11 # define KERNEL 1
272 /* Initialise hook for kernel application proxies. */
273 /* Call the initialise routine for all the compiled in kernel proxies. */
293 /* Unload hook for kernel application proxies. */
294 /* Call the finialise routine for all the compiled in kernel proxies. */
562 /* Dynamically add a new kernel proxy. Ensure that it is unique in the */
ip_fil_netbsd.c 18 #if defined(KERNEL) || defined(_KERNEL)
19 # undef KERNEL
21 # define KERNEL 1
102 #include <sys/kernel.h>
ip_nat6.c 8 #if defined(KERNEL) || defined(_KERNEL)
9 # undef KERNEL
11 # define KERNEL 1
3900 /* rule is loaded into the kernel and when the list of NAT rules is sync'd */
ip_state.c 10 #if defined(KERNEL) || defined(_KERNEL)
11 # undef KERNEL
13 # define KERNEL 1
835 /* Copy out state information from the kernel to a user space process. If */
868 * copying of random kernel data.
2716 * a kernel panic. ipf_matchsrcdst does not use this.
4412 * a kernel panic. ipf_matchsrcdst does not use this.
ip_nat.c 8 #if defined(KERNEL) || defined(_KERNEL)
9 # undef KERNEL
10 # undef KERNEL
11 # define KERNEL 1
12 # define KERNEL 1
27 # define KERNEL
32 # undef KERNEL
57 # ifdef KERNEL
944 /* kernel the data section of the ICMP error is just data, and no special */
946 /* kernel on the data section. *
    [all...]
ip_compat.h 20 #if defined(_KERNEL) || defined(KERNEL) || defined(__KERNEL__)
21 # undef KERNEL
24 # define KERNEL
121 # define KERNEL
129 # undef KERNEL
290 * For BSD kernels, if bpf is in the kernel, enable ipfilter to use bpf in
384 * In a non-kernel environment, there are a lot of macros that need to be

Completed in 37 milliseconds

1 2