Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 2357) sorted by relevance

12345678910>>...95

/freebsd-head/tools/tools/nanobsd/pcengines/
HDALIX_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-head/crypto/openssh/
HDssh.c143 Options options; variable
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()
346 hints.ai_family = options.address_family == -1 ? in resolve_addr()
347 AF_UNSPEC : options.address_family; in resolve_addr()
392 if (*cname == '\0' || !config_has_permitted_cnames(&options) || in check_follow_cname()
395 if (options.canonicalize_hostname == SSH_CANONICALISE_NO) in check_follow_cname()
402 options.canonicalize_hostname != SSH_CANONICALISE_ALWAYS) in check_follow_cname()
[all …]
HDservconf.c81 static void parse_server_config_depth(ServerOptions *options,
90 initialize_server_options(ServerOptions *options) in initialize_server_options() argument
92 memset(options, 0, sizeof(*options)); in initialize_server_options()
95 options->use_pam = -1; in initialize_server_options()
96 options->pam_service_name = NULL; in initialize_server_options()
99 options->num_ports = 0; in initialize_server_options()
100 options->ports_from_cmdline = 0; in initialize_server_options()
101 options->queued_listen_addrs = NULL; in initialize_server_options()
102 options->num_queued_listens = 0; in initialize_server_options()
103 options->listen_addrs = NULL; in initialize_server_options()
[all …]
HDreadconf.c136 const char *host, const char *original_host, Options *options,
138 static int process_config_line_depth(Options *options, struct passwd *pw,
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()
385 if (forward_equals(newfwd, options->local_forwards + i)) in add_local_forward()
388 options->local_forwards = xreallocarray(options->local_forwards, in add_local_forward()
389 options->num_local_forwards + 1, in add_local_forward()
390 sizeof(*options->local_forwards)); in add_local_forward()
391 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward()
407 add_remote_forward(Options *options, const struct Forward *newfwd) in add_remote_forward() argument
[all …]
/freebsd-head/sys/powerpc/conf/
HDQORIQ6418 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 …]
HDMPC85XX16 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 …]
HDMPC85XXSPE16 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 …]
HDGENERIC14 # 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 INET # InterNETworking
[all …]
/freebsd-head/sys/arm64/conf/
HDstd.arm647 options SCHED_ULE # ULE scheduler
8 options NUMA # Non-Uniform Memory Architecture support
9 options PREEMPTION # Enable kernel thread preemption
10 options VIMAGE # Subsystem virtualization, e.g. VNET
11 options INET # InterNETworking
12 options INET6 # IPv6 communications protocols
13 options CC_CUBIC # include CUBIC congestion control
14 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
15 options IPSEC_OFFLOAD # Inline ipsec offload infra
16 options ROUTE_MPATH # Multipath routing support
[all …]
/freebsd-head/sys/arm/conf/
HDstd.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_SUPPORT # Allow kldload of SCTP
[all …]
/freebsd-head/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp73 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()
91 Args.getLastArg(options::OPT_dynamic, options::OPT_mdynamic_no_pic)) in CheckCodeGenerationOptions()
185 Arg *A = Args.getLastArg(options::OPT_mrecip, options::OPT_mrecip_EQ); in ParseMRecip()
[all …]
HDFlang.cpp39 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()
47 options::OPT_fno_backslash, in addFortranDialectOptions()
48 options::OPT_flogical_abbreviations, in addFortranDialectOptions()
[all …]
HDPS4CPU.cpp38 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()
48 Args.hasFlag(options::OPT_fcs_profile_generate, in addProfileRTArgs()
[all …]
HDAIX.cpp44 if (Arg *A = C.getArgs().getLastArg(options::OPT_G)) { in ConstructJob()
63 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler); in ConstructJob()
124 if (Arg *A = C.getArgs().getLastArg(options::OPT_G)) { in ConstructJob()
130 if (Args.hasArg(options::OPT_static)) in ConstructJob()
134 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
139 if (Args.hasFlag(options::OPT_mxcoff_roptr, options::OPT_mno_xcoff_roptr, in ConstructJob()
141 if (Args.hasArg(options::OPT_shared)) in ConstructJob()
153 if (Args.hasFlag(options::OPT_fprofile_arcs, options::OPT_fno_profile_arcs, in ConstructJob()
155 Args.hasFlag(options::OPT_fprofile_generate, in ConstructJob()
156 options::OPT_fno_profile_generate, false) || in ConstructJob()
[all …]
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDNSString.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-head/sys/powerpc/conf/dpaa/
HDDPAA18 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 PSEUDOFS #Pseudo-filesystem framework
[all …]
/freebsd-head/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
HDSparc.cpp81 if (Arg *A = Args.getLastArg(options::OPT_msoft_float, options::OPT_mno_fpu, in getSparcFloatABI()
82 options::OPT_mhard_float, options::OPT_mfpu, in getSparcFloatABI()
83 options::OPT_mfloat_abi_EQ)) { in getSparcFloatABI()
84 if (A->getOption().matches(options::OPT_msoft_float) || in getSparcFloatABI()
85 A->getOption().matches(options::OPT_mno_fpu)) in getSparcFloatABI()
87 else if (A->getOption().matches(options::OPT_mhard_float) || in getSparcFloatABI()
88 A->getOption().matches(options::OPT_mfpu)) in getSparcFloatABI()
117 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) { in getSparcTargetCPU()
139 if (Arg *A = Args.getLastArg(options::OPT_mfsmuld, options::OPT_mno_fsmuld)) { in getSparcTargetFeatures()
140 if (A->getOption().matches(options::OPT_mfsmuld)) in getSparcTargetFeatures()
[all …]
HDMips.cpp53 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()
228 options::OPT_fPIE, options::OPT_fno_PIE, in getMIPSTargetFeatures()
[all …]
HDX86.cpp26 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) { in getX86TargetCPU()
38 if (const Arg *A = Args.getLastArg(options::OPT__SLASH_arch)) { in getX86TargetCPU()
124 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mabi_EQ)) { in getX86TargetFeatures()
132 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) { in getX86TargetFeatures()
167 auto SpectreOpt = clang::driver::options::ID::OPT_INVALID; in getX86TargetFeatures()
168 if (Args.hasArgNoClaim(options::OPT_mretpoline, options::OPT_mno_retpoline, in getX86TargetFeatures()
169 options::OPT_mspeculative_load_hardening, in getX86TargetFeatures()
170 options::OPT_mno_speculative_load_hardening)) { in getX86TargetFeatures()
171 if (Args.hasFlag(options::OPT_mretpoline, options::OPT_mno_retpoline, in getX86TargetFeatures()
175 SpectreOpt = options::OPT_mretpoline; in getX86TargetFeatures()
[all …]
HDRISCV.cpp33 Args.hasArg(options::OPT_menable_experimental_extensions); in getArchFeatures()
85 if (Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) { in getRISCVTargetFeatures()
99 if (Args.hasArg(options::OPT_ffixed_x1)) in getRISCVTargetFeatures()
101 if (Args.hasArg(options::OPT_ffixed_x2)) in getRISCVTargetFeatures()
103 if (Args.hasArg(options::OPT_ffixed_x3)) in getRISCVTargetFeatures()
105 if (Args.hasArg(options::OPT_ffixed_x4)) in getRISCVTargetFeatures()
107 if (Args.hasArg(options::OPT_ffixed_x5)) in getRISCVTargetFeatures()
109 if (Args.hasArg(options::OPT_ffixed_x6)) in getRISCVTargetFeatures()
111 if (Args.hasArg(options::OPT_ffixed_x7)) in getRISCVTargetFeatures()
113 if (Args.hasArg(options::OPT_ffixed_x8)) in getRISCVTargetFeatures()
[all …]
/freebsd-head/sys/amd64/conf/
HDFIRECRACKER25 options SCHED_ULE # ULE scheduler
26 options NUMA # Non-Uniform Memory Architecture support
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 IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
32 options ROUTE_MPATH # Multipath routing support
33 options FIB_ALGO # Modular fib lookups
34 options TCP_OFFLOAD # TCP offload
[all …]
/freebsd-head/contrib/xz/src/liblzma/lzma/
HDlzma_encoder_presets.c17 lzma_lzma_preset(lzma_options_lzma *options, uint32_t preset) in lzma_lzma_preset() argument
26 options->preset_dict = NULL; in lzma_lzma_preset()
27 options->preset_dict_size = 0; in lzma_lzma_preset()
29 options->lc = LZMA_LC_DEFAULT; in lzma_lzma_preset()
30 options->lp = LZMA_LP_DEFAULT; in lzma_lzma_preset()
31 options->pb = LZMA_PB_DEFAULT; in lzma_lzma_preset()
35 options->dict_size = UINT32_C(1) << dict_pow2[level]; in lzma_lzma_preset()
38 options->mode = LZMA_MODE_FAST; in lzma_lzma_preset()
39 options->mf = level == 0 ? LZMA_MF_HC3 : LZMA_MF_HC4; in lzma_lzma_preset()
40 options->nice_len = level <= 1 ? 128 : 273; in lzma_lzma_preset()
[all …]
/freebsd-head/libexec/tftpd/
HDtftp-options.c51 struct options options[] = { variable
81 if (options[opt].o_request != NULL && in options_set_request()
82 options[opt].o_request != options[opt].o_reply) in options_set_request()
83 free(options[opt].o_request); in options_set_request()
84 options[opt].o_request = str; in options_set_request()
104 if (options[opt].o_reply != NULL && in options_set_reply()
105 options[opt].o_reply != options[opt].o_request) in options_set_reply()
106 free(options[opt].o_reply); in options_set_reply()
107 options[opt].o_reply = str; in options_set_reply()
115 if (options[opt].o_reply != NULL && in options_set_reply_equal_request()
[all …]
/freebsd-head/sys/riscv/conf/
HDGENERIC14 # 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-head/contrib/kyua/utils/cmdline/
HDparser_test.cpp240 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
241 const parsed_cmdline cmdline = parse(argc, argv, options); in ATF_TEST_CASE_BODY()
256 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
257 options.push_back(&a); in ATF_TEST_CASE_BODY()
258 options.push_back(&b); in ATF_TEST_CASE_BODY()
259 options.push_back(&c); in ATF_TEST_CASE_BODY()
260 options.push_back(&d); in ATF_TEST_CASE_BODY()
261 const parsed_cmdline cmdline = parse(argc, argv, options); in ATF_TEST_CASE_BODY()
274 std::vector< const base_option* > options; in ATF_TEST_CASE_BODY() local
275 const parsed_cmdline cmdline = parse(argc, argv, options); in ATF_TEST_CASE_BODY()
[all …]

12345678910>>...95