Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 25 of 441) sorted by path

12345678910>>...18

/illumos-gate/exception_lists/
H A Dcheck_rtime294 NO_COMMENT ^kernel/drv/amd64/glm
296 NO_COMMENT ^kernel/drv/amd64/ixgb
299 NO_COMMENT ^kernel/drv/amd64/mpt
302 NO_COMMENT ^kernel/kmdb/amd64/mpt
313 NO_COMMENT ^kernel/drv/amd64/ath
327 NOT_KMOD ^kernel/drv/amd64/glm
329 NOT_KMOD ^kernel/drv/amd64/ixgb
332 NOT_KMOD ^kernel/drv/amd64/mpt
333 NOT_KMOD ^kernel/drv/amd64/sdpib
335 NOT_KMOD ^kernel/kmdb/amd64/mpt
[all …]
H A Dclosed-bins17 ./kernel/drv/adpu320
20 ./kernel/drv/bnx
23 ./kernel/drv/bnxe
29 ./kernel/drv/glm
31 ./kernel/drv/iprb
33 ./kernel/drv/ixgb
36 ./kernel/drv/mpt
37 ./kernel/drv/pcn
43 ./kernel/kmdb/mpt
44 ./kernel/kmdb/nfs
[all …]
H A Dpackaging69 # standalone's DHCP implementation, and the kernel (nfs_dlboot).
229 # Miscellaneous kernel interfaces or kernel<->user interfaces that are
290 # User<->kernel interface used by cfgadm/USB only
294 # User<->kernel interface used by cfgadm/SATA only
298 # Private ucred kernel header
376 kernel/drv/amd64/usbskel i386
377 kernel/drv/usbskel.conf
617 kernel/kmdb/amd64/fcip i386
618 kernel/kmdb/amd64/fcp i386
619 kernel/kmdb/amd64/fctl i386
[all …]
/illumos-gate/usr/src/
H A DMakefile158 ./kernel ./usr/kernel ./platform/*/kernel -type f -a -perm -u+x | \
H A DMakefile.master416 amd64_STAND_FLAGS= -xmodel=kernel $(NO_SIMD)
H A DMakefile.psm34 ROOT_PSM_MOD_DIR = $(ROOT_PSM_DIR)/kernel
120 USR_PSM_MOD_DIR = $(USR_PSM_DIR)/kernel
176 ROOT_US3_MOD_DIR = $(ROOT_US3_DIR)/kernel
182 ROOT_BOOT_PSM_KERN_DIR = $(ROOT)/boot/platform/$(PLATFORM)/kernel
H A DREADME.license-files42 or one per command, or one per kernel module.)
H A DTargetdirs218 /kernel \
219 /kernel/firmware \
260 /usr/kernel \
/illumos-gate/usr/src/boot/
H A DREADME.loader19 also on recording any changes you make in your kernel
41 assume a /kernel.config instead of a /boot/kernel.conf.
93 you have the kernel option USERCONFIG set in your kernel, so
105 to using /boot/kernel.conf as the storage place for kernel
132 your new /kernel is broken, how do you load
133 /kernel.old? By typing:
136 load kernel.old
143 set kernel=kernel.old
147 configured, using kernel.old as kernel, and boot.
199 o /kernel.config -- old location of kernel configuration
[all …]
H A DReadme.txt27 Directories from freebsd kernel tree are located in sys subdirectory
/illumos-gate/usr/src/boot/common/
H A Dhelp.common48 arguments for the kernel. If <kernelname> is specified, and a kernel
50 kernel.
102 # Tload DLoad a kernel or module
208 Instructs the kernel to prompt the user for the configuration
209 information when the kernel is booted.
212 # Tset Sboot_drop_into_kmdb DDrop into the kernel debugger (kmdb)
216 Instructs the kernel to start in the kmdb debugger, rather than
221 # Tset Sboot_kmdb DStart the kernel debugger (kmdb)
241 Enables multiple console support in the kernel early on boot.
281 default module_path is "/boot/modules" with the kernel directory
[all …]
H A Dload_elf.c70 int kernel; member
184 ef.kernel = 1; in __elfN()
186 if (ef.kernel || ehdr->e_type == ET_EXEC) { in __elfN()
213 ef.kernel = 1; in __elfN()
237 ef.kernel = 0; in __elfN()
258 if (ef.kernel == 1 && multiboot == 0) in __elfN()
262 fp->f_type = strdup(ef.kernel ? in __elfN()
272 if (ef.kernel) in __elfN()
408 if (ef->kernel) in __elfN()
847 ef.kernel = 1; in __elfN()
[all …]
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Defimd.c129 ldr_enter(const char *kernel) in ldr_enter() argument
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th243 \ unset the env variables with kernel arguments
253 start \ load config, kernel and modules
H A Dloader.4th75 \ now compose boot-args, so the boot can set kernel arguments
96 \ 8 kernel switches
120 \ now add kernel switches
237 s" kernelname" getenv? if ( a kernel has been loaded )
247 s" kernelname" getenv? if ( a kernel has been loaded )
505 \ read to the end, loads kernel and modules.
515 \ Will *NOT* try to load kernel and modules if no configuration file
536 \ everything start one does, short of loading the kernel and
614 s" boot-conf" s" load kernel and modules, then autoboot" .?
H A Dloader.conf16 kernel="i86pc/kernel/${ISADIR}" # /platform sub-directory containing kernel
H A Dmenu.4th247 \ illumos kernel acpi-user-options has following values:
1003 \ booting the kernel. This does restore cursor for
H A Dmenu.rc157 \ does switch to a simple text protocol, it doesn't affect the kernel which
H A Dsupport.4th35 \ load_kernel ( -- ) load kernel
1719 \ Try to load a kernel; the kernel name is taken from one of
1732 0 0 2local kernel
1737 to kernel
1743 s" kernel" getenv dup -1 <> if
1744 to kernel
1754 \ Try to load a kernel; the kernel name is taken from one of
1781 \ the kernel again.
1836 \ Try to load a kernel; the kernel name is taken from one of
1886 s" kernel" getenv
[all …]
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S487 movl %esp,MEM_ESPR-0x04 # Save kernel stack pointer
558 leal -0x44(%esi),%edi # %edi => kernel stack seg regs
563 movsl # to kernel stack
633 movl MEM_ESPR-0x04,%esp # Switch to kernel stack
658 movsl # to kernel stack
/illumos-gate/usr/src/boot/i386/libi386/
H A Dmultiboot.c246 int kernel = 0; /* flag for kernel */ in multiboot_exec() local
291 kernel++; in multiboot_exec()
300 if (xen == 1 && kernel == 0) { in multiboot_exec()
/illumos-gate/usr/src/boot/i386/loader/
H A Dhelp.i38625 to tell the kernel how many IDE disks there are in order to have it
/illumos-gate/usr/src/boot/sys/sys/
H A Dmodule.h140 MODULE_DEPEND(name, kernel, __FreeBSD_version, \
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.warn.in48 WARNING:libkvm:gettext("calls libkvm kernel interfaces"):libkvm.so.1|*|*DIRECT*:
/illumos-gate/usr/src/cmd/acpi/
H A DReadme20 usr/src/uts/common/acpica Common to kernel and commands

12345678910>>...18