Searched refs:kernel (Results 1 - 25 of 3105) sorted by relevance

1234567891011>>

/netbsd-current/external/cddl/osnet/sys/sys/
H A Dkernel.h1 /* $NetBSD: kernel.h,v 1.1 2009/03/26 22:11:46 ad Exp $ */
33 #include_next <sys/kernel.h>
/netbsd-current/sys/arch/mmeye/stand/boot/
H A Ddeflate.sh3 kernel=$1
9 ${TOOL_AWK} '{ printf "%c", int($0); }' > ${kernel}.gz
11 gzip -nc ${kernel} | dd bs=10 skip=1 of=${kernel}.gz.tmp
12 SIZE=`ls -l ${kernel}.gz.tmp | cut -d ' ' -f 8`
13 dd if=${kernel}.gz.tmp bs=`expr $SIZE - 8` count=1 >> ${kernel}.gz
14 rm ${kernel}.gz.tmp
17 ${TOOL_HEXDUMP} -v -e '1/1 "0x%02x\n"' ${kernel} | \
24 >> ${kernel}
[all...]
/netbsd-current/distrib/bebox/floppies/
H A DMakefile3 SUBDIR= kernel-ramdisk .WAIT kernel \
/netbsd-current/external/bsd/ntp/dist/html/hints/
H A Dsolaris.xtra.patchfreq8 # This is a little script to patch a 5.5 or 5.5.1 kernel to get around
15 # Patching a kernel can render a machine unbootable; do not run this
31 kernel=/platform/sun4u/kernel/unix
34 kernel=$2
37 if [ ! -w $kernel ]; then
38 echo "$0: Cannot open $kernel for writing."
42 arch=`echo utsname+404?s | adb $kernel | cut -d: -f2`
49 rel=`echo utsname+202?s | adb $kernel | cut -d: -f2`
60 instr=`echo setcpudelay+34?X | adb $kernel | cu
[all...]
/netbsd-current/lib/libutil/
H A Dgetbootfile.c55 const char *kernel; local
57 kernel = _PATH_UNIX;
59 /* find real boot-kernel name */
66 * path of the kernel with the leading slash stripped
71 kernel = name;
75 if (strcmp(kernel, _PATH_UNIX) != 0 &&
76 secure_path(kernel) != 0) {
78 kernel = _PATH_UNIX;
83 return (kernel);
/netbsd-current/distrib/ibmnws/netboot/
H A DMakefile3 SUBDIR= ramdisk .WAIT kernel
/netbsd-current/etc/etc.cats/
H A DMakefile.inc14 INSTALLATION_DIRS+= installation/kernel
17 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*.gz'
20 ${TOOL_GZIP} -dc ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/netbsd.aout-INSTALL.gz \
/netbsd-current/sys/external/bsd/drm2/include/asm/
H A Dparam.h36 #include <sys/kernel.h>
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_module.h36 #include <linux/kernel.h>
/netbsd-current/external/bsd/iscsi/dist/src/initiator/
H A Dlibkmod.c77 openkmod(kernel_t *kernel) argument
79 kernel->size = 4096;
81 kernel->iov.iov_base = malloc(kernel->size);
82 kernel->iov.iov_len = kernel->size;
83 if (modctl(MODCTL_STAT, &kernel->iov)) {
87 if (kernel->size >= kernel->iov.iov_len) {
90 free(kernel
100 readkmod(kernel_t *kernel, kmod_t *module) argument
135 closekmod(kernel_t *kernel) argument
145 kernel_t kernel; local
[all...]
/netbsd-current/distrib/utils/embedded/conf/
H A Drpi_inst.conf7 kernel=$kerneldir/netbsd-RPI_INSTALL.img
49 kernel=/kernel.img
55 if [ ! -f ${kernel} ]; then
56 echo ${PROG}: Missing ${kernel} 1>&2
60 echo "${bar} installing kernel ${bar}"
61 case ${kernel} in
63 echo " ${kernel} uncompressed to kernel.img"
64 ${GZIP_CMD} -dc ${kernel} >
[all...]
H A Drpi.conf7 kernel=$kerneldir/netbsd-RPI.bin
49 rpi2_kernel="$(echo $kernel | sed -e 's/RPI/RPI2/g')"
65 # Default kernel for BCM2836 and later
66 kernel=/kernel7.img
67 # Override kernel for BCM2835 based boards
69 kernel=/kernel.img
71 kernel=/kernel.img
73 kernel
[all...]
H A Docteon.conf30 echo "${bar} looking for kernel in ${kernel} ${bar}"
32 # ELF kernel
33 kernel_elf="${kernel}/netbsd-${kernel_config}.gz"
35 # Install kernel to FAT partition
/netbsd-current/sys/dev/i2c/
H A Dsensirion_arch_config.h30 #include <sys/kernel.h>
/netbsd-current/distrib/prep/floppies/
H A DMakefile4 kernel-generic kernel-ramdisk .WAIT \
/netbsd-current/distrib/evbppc/
H A DMakefile3 SUBDIR= ramdisk .WAIT md-kernel cdroms
/netbsd-current/distrib/hppa/
H A DMakefile3 SUBDIR= ramdisk .WAIT kernel cdroms sysnbsd
/netbsd-current/distrib/macppc/floppies/
H A DMakefile3 SUBDIR= ramdisk .WAIT md-kernel .WAIT bootfloppy .WAIT bootfloppy-601
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dsysrq.h35 #include <linux/kernel.h>
H A Dhardirq.h36 #include <sys/kernel.h>
/netbsd-current/tests/kernel/tty/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/kernel/tty
/netbsd-current/sys/arch/sgimips/stand/common/
H A Dboot.c81 * We won't go overboard with gzip'd kernel names. After all we can
82 * still boot a gzip'd kernel called "netbsd.sgimips" - it doesn't need
124 const char *kernel = NULL; local
158 * device we've booted from. Derive the install kernel name from
169 kernel = "ip3x";
171 kernel = "ip2x";
172 strcpy(ep + 1, kernel);
190 kernel = arcbios_GetEnvironmentVariable("OSLoadFilename");
193 * argv[1] is assumed to contain the name of the kernel to boot,
199 kernel
[all...]
/netbsd-current/distrib/bebox/floppies/kernel/
H A DMakefile9 FLOPPYBASE= kernel
13 FLOPPYDIR!= cd ${.CURDIR}/../kernel-ramdisk && ${PRINTOBJDIR}
/netbsd-current/sys/modules/lua/
H A Dtest.lua3 systm.print("hello, kernel world!\n")
/netbsd-current/sys/arch/next68k/stand/boot/
H A Dboot.c60 char kernel[KNAMEN]; variable
112 strcpy(kernel, boot_arg);
117 fd = loadfile(kernel, marks, LOAD_KERNEL);
122 printf("load of %s: %s\n", kernel, strerror(errno));
124 kgets(kernel, sizeof(kernel));
125 if (kernel[0] == '\0')
129 kernel_args = strchr(kernel, ')');
131 kernel_args = kernel;
140 if (devparse(kernel,
[all...]

Completed in 179 milliseconds

1234567891011>>