Lines Matching refs:options

10 options 	SCHED_ULE		# ULE scheduler
11 #options VERBOSE_SYSINIT
12 #options SCHED_4BSD # 4BSD scheduler
13 options SMP
14 options PREEMPTION # Enable kernel thread preemption
15 #options FULL_PREEMPTION # Enable kernel thread preemption
16 options INET # InterNETworking
17 options INET6 # IPv6 communications protocols
18 options TCP_HHOOK # hhook(9) framework for TCP
19 options FFS # Berkeley Fast Filesystem
20 #options SOFTUPDATES # Enable FFS soft updates support
21 options UFS_ACL # Support for access control lists
22 options UFS_DIRHASH # Improve performance on big directories
23 options NFSCL
24 options NFS_ROOT
25 options MSDOSFS #MSDOS Filesystem
27 #options BOOTP
28 #options BOOTP_NFSROOT
29 #options BOOTP_NFSV3
30 #options BOOTP_WIRED_TO=nlge0
31 #options BOOTP_COMPAT
32 #options ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
34 options MD_ROOT # MD is a potential root device
35 options MD_ROOT_SIZE=132000
36 options ROOTDEVNAME=\"ufs:md0\"
37 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
38 options HZ=1000
39 options NO_SWAPPING
41 # Debugging options
42 options KTRACE # ktrace(1) support
43 options DDB
44 options KDB
45 options GDB
46 options BREAK_TO_DEBUGGER
47 options ALT_BREAK_TO_DEBUGGER
48 #options DEADLKRES # Enable the deadlock resolver
49 #options INVARIANTS
50 #options INVARIANT_SUPPORT
51 #options WITNESS # Detect deadlocks and cycles
52 #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
53 #options KTR # ktr(4) and ktrdump(8) support
54 #options KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)
55 #options KTR_ENTRIES=131072
56 #options LOCK_DEBUG
57 #options LOCK_PROFILING
60 options GEOM_UZIP
63 options FDT
64 options FDT_DTB_STATIC
90 #options USB_DEBUG # enable debug msgs
108 options IPSEC
109 options GEOM_ELI