Home
last modified time | relevance | path

Searched full:options (Results 1 – 25 of 5836) sorted by relevance

12345678910>>...234

/freebsd/sys/arm/conf/
H A Dstd.armv6
H A Dstd.armv74 options HZ=1000
5 options PREEMPTION # Enable kernel thread preemption
6 options VIMAGE # Subsystem virtualization, e.g. VNET
7 options INET # InterNETworking
8 options INET6 # IPv6 communications protocols
9 options CC_CUBIC # include CUBIC congestion control
10 options TCP_HHOOK # hhook(9) framework for TCP
12 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
13 options NETLINK # netlink(4) support
14 options SCTP_SUPPOR
[all...]
/freebsd/tools/tools/nanobsd/pcengines/
H A DALIX_DSK7 options CPU_GEODE
8 options SCHED_ULE
9 options PREEMPTION
10 options INET
11 options INET6
12 options FFS
13 options SOFTUPDATES
14 options UFS_ACL
15 options UFS_DIRHASH
16 options NFSCL # Network Filesystem Client
[all …]
/freebsd/sys/powerpc/conf/
H A DQORIQ6418 options FPU_EMU
19 options MAXCPU=32
21 options _KPOSIX_PRIORITY_SCHEDULING
22 options ALT_BREAK_TO_DEBUGGER
23 options BREAK_TO_DEBUGGER
24 options BOOTP
25 options BOOTP_NFSROOT
26 #options BOOTP_NFSV3
27 options CD9660
28 #options COMPAT_43
[all …]
H A DMPC85XXSPE16 options FPU_EMU
17 options MAXCPU=2
19 options _KPOSIX_PRIORITY_SCHEDULING
20 options ALT_BREAK_TO_DEBUGGER
21 options BREAK_TO_DEBUGGER
22 options BOOTP
23 options BOOTP_NFSROOT
24 #options BOOTP_NFSV3
25 options CD9660
26 options COMPAT_43
[all …]
H A DMPC85XX16 options FPU_EMU
17 options MAXCPU=32
19 options _KPOSIX_PRIORITY_SCHEDULING
20 options ALT_BREAK_TO_DEBUGGER
21 options BREAK_TO_DEBUGGER
22 options BOOTP
23 options BOOTP_NFSROOT
24 #options BOOTP_NFSV3
25 options CD9660
26 options COMPAT_43
[all …]
H A DGENERIC6414 # An exhaustive list of options and more detailed explanations of the
29 options POWERMAC # NewWorld Apple PowerMacs
30 options PS3 # Sony Playstation 3
31 options MAMBO # IBM Mambo Full System Simulator
32 options QEMU # QEMU processor emulator
33 options PSERIES # PAPR-compliant systems (e.g. IBM p)
34 options POWERNV # Non-virtualized OpenPOWER systems
36 options FDT # Flattened Device Tree
37 options SCHED_ULE # ULE scheduler
38 options NUMA # Non-Uniform Memory Architecture support
[all …]
H A DGENERIC14 # An exhaustive list of options and more detailed explanations of the
29 options POWERMAC # NewWorld Apple PowerMacs
30 options PSIM # GDB PSIM ppc simulator
31 options MAMBO # IBM Mambo Full System Simulator
32 options PSERIES # PAPR-compliant systems
34 options FDT
35 options SCHED_ULE # ULE scheduler
36 options PREEMPTION # Enable kernel thread preemption
37 options VIMAGE # Subsystem virtualization, e.g. VNET
38 options INE
[all...]
H A DGENERIC64LE14 # An exhaustive list of options and more detailed explanations of the
29 options MAMBO # IBM Mambo Full System Simulator
30 options QEMU # QEMU processor emulator
31 options PSERIES # PAPR-compliant systems (e.g. IBM p)
32 options POWERNV # Non-virtualized OpenPOWER systems
33 options ISA_206_ATOMICS # PowerISA v2.06 optimized subword atomics
35 options FDT # Flattened Device Tree
36 options SCHED_ULE # ULE scheduler
37 options NUMA # Non-Uniform Memory Architecture support
38 options PREEMPTION # Enable kernel thread preemption
[all …]
/freebsd/sys/riscv/conf/
H A DGENERIC14 # An exhaustive list of options and more detailed explanations of the
26 options SCHED_ULE # ULE scheduler
27 options PREEMPTION # Enable kernel thread preemption
28 options VIMAGE # Subsystem virtualization, e.g. VNET
29 options INET # InterNETworking
30 options INET6 # IPv6 communications protocols
31 options TCP_HHOOK # hhook(9) framework for TCP
32 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
33 options ROUTE_MPATH # Multipath routing support
34 options TCP_OFFLOAD # TCP offload
[all …]
/freebsd/sys/powerpc/conf/dpaa/
H A DDPAA18 options MPC85XX #Freescale SoC family
20 options SMP #Symmetric Multi Processing
22 #options SCHED_4BSD #4BSD scheduler
23 options INET #InterNETworking
24 options INET6 #IPv6 communications protocols
25 options FFS #Berkeley Fast Filesystem
26 options NFSCL #New Network Filesystem Client
27 options SOFTUPDATES #Enable FFS soft updates support
28 options PROCFS #Process filesystem (requires PSEUDOFS)
29 options PSEUDOF
[all...]
/freebsd/crypto/openssh/
H A Dssh.c140 * General data structure for command line options and options configurable
143 Options options; variable
214 * Expands the set of percent_expand options used by the majority of keywords
228 * Expands the set of percent_expand options used by the majority of keywords
250 * NB. this function must operate with a options having undefined members.
269 hints.ai_family = options.address_family == -1 ? in resolve_host()
270 AF_UNSPEC : options.address_family; in resolve_host()
315 hints.ai_family = options.address_family == -1 ? in is_addr()
316 AF_UNSPEC : options.address_family; in is_addr()
333 * NB. this function must operate with a options having undefined members.
[all …]
H A Dservconf.c81 static void parse_server_config_depth(ServerOptions *options,
87 /* Initializes the server options to their default values. */
90 initialize_server_options(ServerOptions *options) in initialize_server_options() argument
92 memset(options, 0, sizeof(*options)); in initialize_server_options()
94 /* Portable-specific options */ in initialize_server_options()
95 options->use_pam = -1; in initialize_server_options()
96 options->pam_service_name = NULL; in initialize_server_options()
98 /* Standard Options */ in initialize_server_options()
99 options->num_ports = 0; in initialize_server_options()
100 options->ports_from_cmdline = 0; in initialize_server_options()
[all …]
H A Dreadconf.c77 # 1. command line options
122 # Defaults for various options
136 const char *host, const char *original_host, Options *options,
138 static int process_config_line_depth(Options *options, struct passwd *pw,
191 /* Deprecated options */
202 /* Unsupported options */
210 /* Sometimes-unsupported options */
373 * Adds a local TCP/IP port forward to options. Never returns if there is an
378 add_local_forward(Options *options, const struct Forward *newfwd) in add_local_forward() argument
384 for (i = 0; i < options->num_local_forwards; i++) { in add_local_forward()
[all …]
/freebsd/sys/conf/
H A DNOTES4 # Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
25 # come first. Next should come device, options, and hints lines in that
31 # A space followed by a tab separates 'options' from an option name. Two
35 # enabled for LINT builds, precede 'options' with "#!".
96 # 1. Set the values at kernel build time. The options below are one
104 # The options in /boot/loader.conf override anything in the kernel
109 options MAXDSIZ=(1024UL*1024*1024)
110 options MAXSSIZ=(128UL*1024*1024)
111 options DFLDSIZ=(1024UL*1024*1024)
119 options BLKDEV_IOSIZE=8192
[all …]
/freebsd/sys/amd64/conf/
H A DGENERIC14 # An exhaustive list of options and more detailed explanations of the
26 options SCHED_ULE # ULE scheduler
27 options NUMA # Non-Uniform Memory Architecture support
28 options PREEMPTION # Enable kernel thread preemption
29 options BLOAT_KERNEL_WITH_EXTERR
30 options VIMAGE # Subsystem virtualization, e.g. VNET
31 options INET # InterNETworking
32 options INET6 # IPv6 communications protocols
33 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
34 options IPSEC_OFFLOAD # Inline ipsec offload infra
[all …]
/freebsd/crypto/openssl/apps/
H A Dprogs.h69 extern const OPTIONS asn1parse_options[];
70 extern const OPTIONS ca_options[];
71 extern const OPTIONS ciphers_options[];
72 extern const OPTIONS cmp_options[];
73 extern const OPTIONS cms_options[];
74 extern const OPTIONS crl_options[];
75 extern const OPTIONS crl2pkcs7_options[];
76 extern const OPTIONS dgst_options[];
77 extern const OPTIONS dhparam_options[];
78 extern const OPTIONS dsa_options[];
[all …]
/freebsd/sys/i386/conf/
H A DGENERIC14 # An exhaustive list of options and more detailed explanations of the
28 options SCHED_ULE # ULE scheduler
29 options PREEMPTION # Enable kernel thread preemption
30 options VIMAGE # Subsystem virtualization, e.g. VNET
31 options INET # InterNETworking
32 options INET6 # IPv6 communications protocols
33 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
34 options ROUTE_MPATH # Multipath routing support
35 options TCP_HHOOK # hhook(9) framework for TCP
36 options TCP_OFFLOAD # TCP offload
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp40 #include "clang/Driver/Options.h"
48 #include "llvm/Frontend/Debug/Options.h"
73 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC, in CheckPreprocessingOptions()
74 options::OPT_fminimize_whitespace, in CheckPreprocessingOptions()
75 options::OPT_fno_minimize_whitespace, in CheckPreprocessingOptions()
76 options::OPT_fkeep_system_includes, in CheckPreprocessingOptions()
77 options::OPT_fno_keep_system_includes)) { in CheckPreprocessingOptions()
78 if (!Args.hasArg(options::OPT_E) && !Args.hasArg(options::OPT__SLASH_P) && in CheckPreprocessingOptions()
79 !Args.hasArg(options::OPT__SLASH_EP) && !D.CCCIsCPP()) { in CheckPreprocessingOptions()
89 if (Args.hasArg(options::OPT_static)) in CheckCodeGenerationOptions()
[all …]
H A DPS4CPU.cpp15 #include "clang/Driver/Options.h"
38 if ((Args.hasFlag(options::OPT_fprofile_arcs, options::OPT_fno_profile_arcs, in addProfileRTArgs()
40 Args.hasFlag(options::OPT_fprofile_generate, in addProfileRTArgs()
41 options::OPT_fno_profile_generate, false) || in addProfileRTArgs()
42 Args.hasFlag(options::OPT_fprofile_generate_EQ, in addProfileRTArgs()
43 options::OPT_fno_profile_generate, false) || in addProfileRTArgs()
44 Args.hasFlag(options::OPT_fprofile_instr_generate, in addProfileRTArgs()
45 options::OPT_fno_profile_instr_generate, false) || in addProfileRTArgs()
46 Args.hasFlag(options::OPT_fprofile_instr_generate_EQ, in addProfileRTArgs()
47 options::OPT_fno_profile_instr_generate, false) || in addProfileRTArgs()
[all …]
H A DFlang.cpp14 #include "clang/Driver/Options.h"
15 #include "llvm/Frontend/Debug/Options.h"
39 Args.addAllArgs(CmdArgs, {options::OPT_ffixed_form, in addFortranDialectOptions()
40 options::OPT_ffree_form, in addFortranDialectOptions()
41 options::OPT_ffixed_line_length_EQ, in addFortranDialectOptions()
42 options::OPT_fopenacc, in addFortranDialectOptions()
43 options::OPT_finput_charset_EQ, in addFortranDialectOptions()
44 options::OPT_fimplicit_none, in addFortranDialectOptions()
45 options::OPT_fno_implicit_none, in addFortranDialectOptions()
46 options::OPT_fbackslash, in addFortranDialectOptions()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp133 StringPrinter::ReadStringAndDumpToStreamOptions options(valobj); in NSStringSummaryProvider() local
134 options.SetPrefixToken(prefix.str()); in NSStringSummaryProvider()
135 options.SetSuffixToken(suffix.str()); in NSStringSummaryProvider()
143 options.SetLocation(location); in NSStringSummaryProvider()
144 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider()
145 options.SetStream(&stream); in NSStringSummaryProvider()
146 options.SetQuote('"'); in NSStringSummaryProvider()
147 options.SetSourceSize(explicit_length); in NSStringSummaryProvider()
148 options.SetHasSourceSize(has_explicit_length); in NSStringSummaryProvider()
149 options.SetNeedsZeroTermination(false); in NSStringSummaryProvider()
[all …]
/freebsd/sys/arm64/conf/
H A DNOTES18 options KDTRACE_HOOKS
19 options KDTRACE_MIB_SDT
28 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
29 options KDTRACE_FRAME # Ensure frames are compiled in
30 options VFP # Floating-point support
31 options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
34 options SOC_ALLWINNER_A64
35 options SOC_ALLWINNER_H5
36 options SOC_ALLWINNER_H6
37 options SOC_BRCM_BCM2837
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp13 #include "clang/Driver/Options.h"
53 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ, in getMipsCPUAndABI()
54 options::OPT_mcpu_EQ)) in getMipsCPUAndABI()
57 if (Arg *A = Args.getLastArg(options::OPT_mabi_EQ)) { in getMipsCPUAndABI()
150 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in getMipsFloatABI()
151 options::OPT_mfloat_abi_EQ)) { in getMipsFloatABI()
152 if (A->getOption().matches(options::OPT_msoft_float)) in getMipsFloatABI()
154 else if (A->getOption().matches(options::OPT_mhard_float)) in getMipsFloatABI()
226 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC, in getMIPSTargetFeatures()
227 options::OPT_fpic, options::OPT_fno_pic, in getMIPSTargetFeatures()
[all …]
/freebsd/sys/x86/conf/
H A DNOTES9 #options KDTRACE_HOOKS
29 # SMP OPTIONS:
37 options IPI_PREEMPTION
39 # Debugging options.
41 options COUNT_XINVLTLB_HITS # Counters for TLB events
42 options COUNT_IPIS # Per-CPU IPI interrupt counters
46 # COMPATIBILITY OPTIONS
51 options COMPAT_43
55 # NETWORKING OPTIONS
74 options DEVICE_POLLING
[all …]

12345678910>>...234