| /freebsd-13-stable/tools/tools/nanobsd/pcengines/ |
| HD | ALIX_DSK | 7 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-13-stable/crypto/openssh/ |
| HD | ssh.c | 143 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 …]
|
| HD | servconf.c | 81 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 …]
|
| HD | readconf.c | 137 const char *host, const char *original_host, Options *options, 139 static int process_config_line_depth(Options *options, struct passwd *pw, 390 add_local_forward(Options *options, const struct Forward *newfwd) in add_local_forward() argument 396 for (i = 0; i < options->num_local_forwards; i++) { in add_local_forward() 397 if (forward_equals(newfwd, options->local_forwards + i)) in add_local_forward() 400 options->local_forwards = xreallocarray(options->local_forwards, in add_local_forward() 401 options->num_local_forwards + 1, in add_local_forward() 402 sizeof(*options->local_forwards)); in add_local_forward() 403 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward() 419 add_remote_forward(Options *options, const struct Forward *newfwd) in add_remote_forward() argument [all …]
|
| /freebsd-13-stable/sys/powerpc/conf/ |
| HD | QORIQ64 | 18 options FPU_EMU 20 options _KPOSIX_PRIORITY_SCHEDULING 21 options ALT_BREAK_TO_DEBUGGER 22 options BREAK_TO_DEBUGGER 23 options BOOTP 24 options BOOTP_NFSROOT 25 #options BOOTP_NFSV3 26 options CD9660 27 #options COMPAT_43 28 options COMPAT_FREEBSD32 #Compatible with FreeBSD/powerpc binaries [all …]
|
| HD | MPC85XXSPE | 16 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 …]
|
| HD | MPC85XX | 16 options FPU_EMU 18 options _KPOSIX_PRIORITY_SCHEDULING 19 options ALT_BREAK_TO_DEBUGGER 20 options BREAK_TO_DEBUGGER 21 options BOOTP 22 options BOOTP_NFSROOT 23 #options BOOTP_NFSV3 24 options CD9660 25 options COMPAT_43 26 options DDB [all …]
|
| /freebsd-13-stable/sys/arm/conf/ |
| HD | std.armv6 | 4 options HZ=1000 5 options INTRNG # All arm systems use INTRNG these days 6 options PREEMPTION # Enable kernel thread preemption 7 options VIMAGE # Subsystem virtualization, e.g. VNET 8 options INET # InterNETworking 9 options INET6 # IPv6 communications protocols 10 options TCP_HHOOK # hhook(9) framework for TCP 12 options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 13 options SCTP_SUPPORT # Allow kldload of SCTP 14 options FFS # Berkeley Fast Filesystem [all …]
|
| HD | std.armv7 | 4 options HZ=1000 5 options INTRNG # All arm systems use INTRNG these days 6 options PREEMPTION # Enable kernel thread preemption 7 options VIMAGE # Subsystem virtualization, e.g. VNET 8 options INET # InterNETworking 9 options INET6 # IPv6 communications protocols 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-13-stable/sys/mips/conf/ |
| HD | std.XLP | 9 options SCHED_ULE # ULE scheduler 10 #options VERBOSE_SYSINIT 11 #options SCHED_4BSD # 4BSD scheduler 12 options SMP 13 options PREEMPTION # Enable kernel thread preemption 14 #options FULL_PREEMPTION # Enable kernel thread preemption 15 options INET # InterNETworking 16 options INET6 # IPv6 communications protocols 17 options TCP_HHOOK # hhook(9) framework for TCP 18 options FFS # Berkeley Fast Filesystem [all …]
|
| HD | std.AR5312 | 12 options HZ=1000 18 options INTRNG 19 options AR531X_1ST_GENERATION 28 options VM_KMEM_SIZE_SCALE=1 30 options DDB 31 options KDB 33 options SCHED_4BSD #4BSD scheduler 34 options INET #InterNETworking 35 options INET6 # IPv6 36 options TCP_HHOOK # hhook(9) framework for TCP [all …]
|
| HD | std.MALTA | 1 # MALTA_COMMON -- Common kernel config options for MALTA boards 4 options YAMON 6 options TICK_USE_YAMON_FREQ=defined 7 #options TICK_USE_MALTA_RTC=defined 15 options DDB 16 options KDB 18 options SCHED_4BSD #4BSD scheduler 19 options INET #InterNETworking 20 options TCP_HHOOK # hhook(9) framework for TCP 21 options NFSCL #Network Filesystem Client [all …]
|
| HD | std.BERI | 13 options HZ=200 23 options DDB 24 options KDB 25 options ALT_BREAK_TO_DEBUGGER 26 options KTRACE 28 options CAPABILITY_MODE 29 options CAPABILITIES 31 options COMPAT_FREEBSD10 32 options COMPAT_FREEBSD11 33 options COMPAT_FREEBSD12 [all …]
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| HD | Clang.cpp | 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() 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 …]
|
| HD | Flang.cpp | 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() 47 options::OPT_fno_backslash, in addFortranDialectOptions() 48 options::OPT_flogical_abbreviations, in addFortranDialectOptions() [all …]
|
| HD | PS4CPU.cpp | 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() 48 Args.hasFlag(options::OPT_fcs_profile_generate, in addProfileRTArgs() [all …]
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| HD | NSString.cpp | 133 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-13-stable/sys/powerpc/conf/dpaa/ |
| HD | DPAA | 18 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-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| HD | Sparc.cpp | 81 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 …]
|
| HD | Mips.cpp | 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() 228 options::OPT_fPIE, options::OPT_fno_PIE, in getMIPSTargetFeatures() [all …]
|
| HD | RISCV.cpp | 33 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 …]
|
| HD | X86.cpp | 26 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 …]
|
| /freebsd-13-stable/contrib/xz/src/liblzma/lzma/ |
| HD | lzma_encoder_presets.c | 17 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-13-stable/sys/riscv/conf/ |
| HD | GENERIC | 14 # 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 NETLINK # netlink(4) support 34 options ROUTE_MPATH # Multipath routing support [all …]
|
| /freebsd-13-stable/libexec/tftpd/ |
| HD | tftp-options.c | 51 struct options options[] = { variable 87 if (options[OPT_TSIZE].o_request == NULL) in option_tsize() 91 asprintf(&options[OPT_TSIZE].o_reply, in option_tsize() 95 options[OPT_TSIZE].o_reply = in option_tsize() 96 strdup(options[OPT_TSIZE].o_request); in option_tsize() 105 if (options[OPT_TIMEOUT].o_request == NULL) in option_timeout() 108 to = atoi(options[OPT_TIMEOUT].o_request); in option_timeout() 120 options[OPT_TIMEOUT].o_reply = in option_timeout() 121 strdup(options[OPT_TIMEOUT].o_request); in option_timeout() 127 options[OPT_TIMEOUT].o_reply); in option_timeout() [all …]
|