| /freebsd-10-stable/tools/tools/nanobsd/pcengines/ |
| D | ALIX_NFS | 8 options CPU_GEODE 9 options SCHED_ULE 10 options PREEMPTION 11 options INET 12 options INET6 13 options FFS 14 options SOFTUPDATES 15 options UFS_ACL 16 options UFS_DIRHASH 17 options NFSCLIENT [all …]
|
| D | ALIX_DSK | 8 options CPU_GEODE 9 options SCHED_ULE 10 options PREEMPTION 11 options INET 12 options INET6 13 options FFS 14 options SOFTUPDATES 15 options UFS_ACL 16 options UFS_DIRHASH 17 options NFSCLIENT [all …]
|
| /freebsd-10-stable/crypto/openssh/ |
| D | servconf.c | 73 initialize_server_options(ServerOptions *options) in initialize_server_options() argument 75 memset(options, 0, sizeof(*options)); in initialize_server_options() 78 options->use_pam = -1; in initialize_server_options() 81 options->num_ports = 0; in initialize_server_options() 82 options->ports_from_cmdline = 0; in initialize_server_options() 83 options->queued_listen_addrs = NULL; in initialize_server_options() 84 options->num_queued_listens = 0; in initialize_server_options() 85 options->listen_addrs = NULL; in initialize_server_options() 86 options->address_family = -1; in initialize_server_options() 87 options->num_host_key_files = 0; in initialize_server_options() [all …]
|
| D | ssh.c | 160 Options options; variable 253 hints.ai_family = options.address_family == -1 ? in resolve_host() 254 AF_UNSPEC : options.address_family; in resolve_host() 293 hints.ai_family = options.address_family == -1 ? in resolve_addr() 294 AF_UNSPEC : options.address_family; in resolve_addr() 341 if (*cname == '\0' || options.num_permitted_cnames == 0 || in check_follow_cname() 344 if (options.canonicalize_hostname == SSH_CANONICALISE_NO) in check_follow_cname() 351 options.canonicalize_hostname != SSH_CANONICALISE_ALWAYS) in check_follow_cname() 354 for (i = 0; i < options.num_permitted_cnames; i++) { in check_follow_cname() 355 rule = options.permitted_cnames + i; in check_follow_cname() [all …]
|
| D | readconf.c | 137 const char *host, const char *original_host, Options *options, 139 static int process_config_line_depth(Options *options, struct passwd *pw, 321 add_local_forward(Options *options, const struct Forward *newfwd) in add_local_forward() argument 341 for (i = 0; i < options->num_local_forwards; i++) { in add_local_forward() 342 if (forward_equals(newfwd, options->local_forwards + i)) in add_local_forward() 345 options->local_forwards = xreallocarray(options->local_forwards, in add_local_forward() 346 options->num_local_forwards + 1, in add_local_forward() 347 sizeof(*options->local_forwards)); in add_local_forward() 348 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward() 364 add_remote_forward(Options *options, const struct Forward *newfwd) in add_remote_forward() argument [all …]
|
| /freebsd-10-stable/sys/powerpc/conf/ |
| D | 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 BOOTP_WIRED_TO=tsec0 25 options CD9660 26 options COMPAT_43 [all …]
|
| /freebsd-10-stable/sys/mips/conf/ |
| D | std.XLP | 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 FFS # Berkeley Fast Filesystem 19 #options SOFTUPDATES # Enable FFS soft updates support [all …]
|
| D | XLR64 | 13 # An exhaustive list of options and more detailed explanations of the 31 options SCHED_ULE # ULE scheduler 32 #options VERBOSE_SYSINIT 33 #options SCHED_4BSD # 4BSD scheduler 34 options SMP 35 #options PREEMPTION # Enable kernel thread preemption 36 #options FULL_PREEMPTION # Enable kernel thread preemption 37 options INET # InterNETworking 38 options INET6 # IPv6 communications protocols 39 options FFS # Berkeley Fast Filesystem [all …]
|
| D | RT305X | 13 # An exhaustive list of options and more detailed explanations of the 37 #options DEADLKRES #Enable the deadlock resolver 38 #options INVARIANTS #Enable calls of extra sanity checking 39 #options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS 40 #options WITNESS #Enable checks to detect deadlocks and cycles 41 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed 42 #options DIAGNOSTIC 43 #options DEBUG_LOCKS 44 #options DEBUG_VFS_LOCKS 45 #options GDB [all …]
|
| /freebsd-10-stable/sys/arm/conf/ |
| D | ARMADAXP | 14 # An exhaustive list of options and more detailed explanations of the 24 options SOC_MV_ARMADAXP 28 options HZ=1000 29 #options SCHED_ULE # ULE scheduler 30 options SCHED_ULE # ULE scheduler 31 options PREEMPTION # Enable kernel thread preemption 32 options INET # InterNETworking 33 options INET6 # IPv6 communications protocols 34 options SCTP # Stream Control Transmission Protocol 35 options FFS # Berkeley Fast Filesystem [all …]
|
| D | CNS11XXNAS | 14 # An exhaustive list of options and more detailed explanations of the 23 #options PHYSADDR=0x10000000 24 #options KERNPHYSADDR=0x10200000 25 #options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm 26 #options FLASHADDR=0x50000000 27 #options LOADERRAMADDR=0x00000000 34 options HZ=100 35 options DEVICE_POLLING 38 options KDB 39 #options GDB [all …]
|
| D | EP80219 | 13 # An exhaustive list of options and more detailed explanations of the 22 options PHYSADDR=0xa0000000 23 options KERNPHYSADDR=0xa0200000 24 options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm 26 #options ARM32_NEW_VM_LAYOUT 32 options HZ=100 33 #options DEVICE_POLLING 35 options SCHED_4BSD # 4BSD scheduler 36 options INET # InterNETworking 37 #options INET6 # IPv6 communications protocols [all …]
|
| D | DOCKSTAR | 13 # An exhaustive list of options and more detailed explanations of the 28 options SOC_MV_KIRKWOOD 30 options SCHED_4BSD # 4BSD scheduler 31 options INET # InterNETworking 32 options INET6 # IPv6 communications protocols 33 options SOFTUPDATES 34 options CD9660 # ISO 9660 filesystem 35 options FFS # Berkeley Fast Filesystem 36 options TMPFS # Efficient memory filesystem 37 options MSDOSFS # MS DOS File System (FAT, FAT32) [all …]
|
| D | VYBRID | 14 # An exhaustive list of options and more detailed explanations of the 26 options HZ=100 27 options SCHED_4BSD # 4BSD scheduler 28 options PREEMPTION # Enable kernel thread preemption 29 options INET # InterNETworking 30 options INET6 # IPv6 communications protocols 31 options SCTP # Stream Control Transmission Protocol 32 options FFS # Berkeley Fast Filesystem 33 options SOFTUPDATES # Enable FFS soft updates support 34 options UFS_ACL # Support for access control lists [all …]
|
| D | DB-88F5XXX | 10 options SOC_MV_ORION 15 options SCHED_4BSD # 4BSD scheduler 16 options INET # InterNETworking 17 options INET6 # IPv6 communications protocols 18 options GEOM_PART_BSD # BSD partition scheme 19 options GEOM_PART_MBR # MBR partition scheme 20 options TMPFS # Efficient memory filesystem 21 options FFS # Berkeley Fast Filesystem 22 options NFSCL # New Network Filesystem Client 23 options NFSLOCKD # Network Lock Manager [all …]
|
| D | CRB | 13 # An exhaustive list of options and more detailed explanations of the 22 options PHYSADDR=0x00000000 23 options KERNPHYSADDR=0x00200000 24 options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm 26 options COUNTS_PER_SEC=400000000 32 options HZ=100 33 options BREAK_TO_DEBUGGER 34 #options DEVICE_POLLING 36 options SCHED_4BSD # 4BSD scheduler 37 options INET # InterNETworking [all …]
|
| D | RPI-B | 14 # An exhaustive list of options and more detailed explanations of the 25 options HZ=100 26 options SCHED_4BSD # 4BSD scheduler 27 options PREEMPTION # Enable kernel thread preemption 28 options INET # InterNETworking 29 options INET6 # IPv6 communications protocols 30 options SCTP # Stream Control Transmission Protocol 31 options FFS # Berkeley Fast Filesystem 32 options SOFTUPDATES # Enable FFS soft updates support 33 options UFS_ACL # Support for access control lists [all …]
|
| D | EA3250 | 16 options SCHED_4BSD # 4BSD scheduler 17 options INET # InterNETworking 18 options INET6 # IPv6 communications protocols 19 options FFS # Berkeley Fast Filesystem 20 options NFSCL # Network Filesystem Client 21 options NFSLOCKD # Network Lock Manager 22 options NFS_ROOT # NFS usable as /, requires NFSCLIENT 23 options GEOM_PART_BSD # BSD partition scheme 24 options GEOM_PART_MBR # MBR partition scheme 25 options TMPFS # Efficient memory filesystem [all …]
|
| D | DB-88F6XXX | 10 options SOC_MV_KIRKWOOD 15 options SCHED_4BSD # 4BSD scheduler 16 options INET # InterNETworking 17 options INET6 # IPv6 communications protocols 18 options GEOM_PART_BSD # BSD partition scheme 19 options GEOM_PART_MBR # MBR partition scheme 20 options TMPFS # Efficient memory filesystem 21 options FFS # Berkeley Fast Filesystem 22 options NANDFS # NAND Filesystem 23 options NFSCL # New Network Filesystem Client [all …]
|
| D | DB-78XXX | 10 options SOC_MV_DISCOVERY 15 options SCHED_4BSD # 4BSD scheduler 16 options INET # InterNETworking 17 options INET6 # IPv6 communications protocols 18 options GEOM_PART_BSD # BSD partition scheme 19 options GEOM_PART_MBR # MBR partition scheme 20 options TMPFS # Efficient memory filesystem 21 options FFS # Berkeley Fast Filesystem 22 options NANDFS # NAND Filesystem 23 options NFSCL # New Network Filesystem Client [all …]
|
| D | CUBIEBOARD | 15 # An exhaustive list of options and more detailed explanations of the 26 options HZ=100 27 options SCHED_4BSD # 4BSD scheduler 28 options PREEMPTION # Enable kernel thread preemption 29 options INET # InterNETworking 30 options INET6 # IPv6 communications protocols 31 options SCTP # Stream Control Transmission Protocol 32 options FFS # Berkeley Fast Filesystem 33 options SOFTUPDATES # Enable FFS soft updates support 34 options UFS_ACL # Support for access control lists [all …]
|
| D | DREAMPLUG-1001 | 16 # An exhaustive list of options and more detailed explanations of the 31 options SOC_MV_KIRKWOOD 33 options SCHED_4BSD # 4BSD scheduler 34 options INET # InterNETworking 35 options INET6 # IPv6 communications protocols 36 options SOFTUPDATES 37 options TMPFS # Efficient memory filesystem 38 options CD9660 # ISO 9660 filesystem 39 options FFS # Berkeley Fast Filesystem 40 options MSDOSFS # MS DOS File System (FAT, FAT32) [all …]
|
| D | EXYNOS5250.common | 13 # An exhaustive list of options and more detailed explanations of the 28 options HZ=100 29 options SCHED_4BSD # 4BSD scheduler 30 options INET # InterNETworking 31 options INET6 # IPv6 communications protocols 32 options GEOM_PART_BSD # BSD partition scheme 33 options GEOM_PART_MBR # MBR partition scheme 34 options TMPFS # Efficient memory filesystem 35 options FFS # Berkeley Fast Filesystem 36 options SOFTUPDATES [all …]
|
| D | IQ31244 | 13 # An exhaustive list of options and more detailed explanations of the 22 options PHYSADDR=0xa0000000 23 options KERNPHYSADDR=0xa0200000 24 options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm 25 options FLASHADDR=0xf0000000 26 options LOADERRAMADDR=0x00000000 33 options HZ=100 34 #options DEVICE_POLLING 36 options SCHED_4BSD # 4BSD scheduler 37 options INET # InterNETworking [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/ |
| D | Tools.cpp | 50 if (Arg *A = Args.getLastArg(options::OPT_C, options::OPT_CC)) in CheckPreprocessingOptions() 51 if (!Args.hasArg(options::OPT_E) && !D.CCCIsCPP()) in CheckPreprocessingOptions() 60 if (Args.hasArg(options::OPT_static)) in CheckCodeGenerationOptions() 61 if (const Arg *A = Args.getLastArg(options::OPT_dynamic, in CheckCodeGenerationOptions() 62 options::OPT_mdynamic_no_pic)) in CheckCodeGenerationOptions() 158 Args.AddAllArgValues(CmdArgs, options::OPT_Zlinker_input); in AddLinkerInputs() 184 if (A.getOption().matches(options::OPT_Z_reserved_lib_stdcxx)) { in AddLinkerInputs() 186 } else if (A.getOption().matches(options::OPT_Z_reserved_lib_cckext)) { in AddLinkerInputs() 199 return Args.hasFlag(options::OPT_fobjc_arc, options::OPT_fno_objc_arc, false); in isObjCAutoRefCount() 205 Args.ClaimAllArgs(options::OPT_fobjc_link_runtime); in isObjCRuntimeLinked() [all …]
|