Searched refs:kernel (Results 201 - 225 of 3110) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/ia64/ia64/
H A Dclock.c37 #include <sys/kernel.h>
/netbsd-current/sys/arch/arm/arm32/
H A Darm32_reboot.c131 #include <sys/kernel.h>
/netbsd-current/sys/arch/powerpc/pic/
H A Dopenpic_common.c37 #include <sys/kernel.h>
/netbsd-current/sys/arch/arm/ti/
H A Dti_tptc.c37 #include <sys/kernel.h>
H A Dti_sysc.c37 #include <sys/kernel.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_events.h28 #include <linux/kernel.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/lib/
H A Ddrm_random.c8 #include <linux/kernel.h>
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_hashtab.h40 #include <linux/kernel.h>
/netbsd-current/sys/arch/alpha/alpha/
H A Dclock.c45 #include <sys/kernel.h>
/netbsd-current/sys/external/bsd/drm2/pci/
H A Ddrm_pci_busid.c40 #include <linux/kernel.h>
/netbsd-current/sys/dev/isa/
H A Disa_stub.c37 #include <sys/kernel.h>
/netbsd-current/tests/
H A DMakefile9 TESTS_SUBDIRS= bin compat dev games include kernel lib libexec net
/netbsd-current/sys/arch/netwinder/netwinder/
H A Dautoconf.c36 * RiscBSD kernel project
56 #include <sys/kernel.h>
/netbsd-current/distrib/emips/instkernel/
H A DMakefile19 MDSET_RELEASEDIR= binary/kernel
/netbsd-current/distrib/cdrom/
H A DNetBSD-1.6.1.mk14 # cats needs an a.out kernel to boot from
15 INTFILES.cats= netbsd.cats:cats/binary/kernel/netbsd.aout-INSTALL.gz
24 netbsd.macppc:macppc/binary/kernel/netbsd.INSTALL.gz,link
29 INTFILES.pmax= netbsd.pmax:pmax/binary/kernel/netbsd-INSTALL.gz,link \
H A DNetBSD-1.6.2.mk14 # cats needs an a.out kernel to boot from
15 INTFILES.cats= netbsd.cats:cats/binary/kernel/netbsd.aout-INSTALL.gz
24 netbsd.macppc:macppc/binary/kernel/netbsd.INSTALL.gz,link
29 INTFILES.pmax= netbsd.pmax:pmax/binary/kernel/netbsd-INSTALL.gz,link \
H A DNetBSD-1.6.mk14 # cats needs an a.out kernel to boot from
15 INTFILES.cats= netbsd.cats:cats/binary/kernel/netbsd.aout-INSTALL.gz
24 netbsd.macppc:macppc/binary/kernel/netbsd.INSTALL.gz,link
29 INTFILES.pmax= netbsd.pmax:pmax/binary/kernel/netbsd-INSTALL.gz,link \
H A DNetBSD-2.0.mk14 # cats needs an a.out kernel to boot from
15 INTFILES.cats= netbsd.cats:cats/binary/kernel/netbsd.aout-INSTALL.gz
28 netbsd.macppc:macppc/binary/kernel/netbsd-INSTALL.gz,link
33 INTFILES.pmax= netbsd.pmax:pmax/binary/kernel/netbsd-INSTALL.gz,link \
H A DNetBSD-2.1.mk14 # cats needs an a.out kernel to boot from
15 INTFILES.cats= netbsd.cats:cats/binary/kernel/netbsd.aout-INSTALL.gz
28 netbsd.macppc:macppc/binary/kernel/netbsd-INSTALL.gz,link
33 INTFILES.pmax= netbsd.pmax:pmax/binary/kernel/netbsd-INSTALL.gz,link \
/netbsd-current/sys/dev/splash/
H A Dsplash.mk5 # Makefile for embedding splash image into kernel.
/netbsd-current/sys/modules/arch/
H A Dcompatsubdir.mk3 # Build netbsd kernel modules.
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dswapinfo.d79 this->kernel = `physmem - `pages_locked - `availrmem;
107 this->kernel *= `_pagesize; this->kernel /= 1048576;
133 printf("RAM Kernel %5d MB\n", this->kernel);
/netbsd-current/external/cddl/dtracetoolkit/dist/Mem/
H A Dswapinfo.d79 this->kernel = `physmem - `pages_locked - `availrmem;
107 this->kernel *= `_pagesize; this->kernel /= 1048576;
133 printf("RAM Kernel %5d MB\n", this->kernel);
/netbsd-current/sys/external/bsd/drm/dist/scripts/
H A Dcreate_lk_drm.sh19 echo "Copying kernel independent files"
25 cp linux-core/Makefile.kernel $OUTDIR/.tmp/Makefile
/netbsd-current/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_gem.c52 bool discardable, bool kernel,
63 r = qxl_bo_create(qdev, size, kernel, false, initial_domain, surf, &qbo);
50 qxl_gem_object_create(struct qxl_device *qdev, int size, int alignment, int initial_domain, bool discardable, bool kernel, struct qxl_surface *surf, struct drm_gem_object **obj) argument

Completed in 177 milliseconds

1234567891011>>