/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_config.h | 23 * file should be used since working directory may change when 26 * Alternatively, a named configuration blob can be used by setting 29 * Alternatively, this can be used to only perform matching of the 42 * certificate store (My user account) is used, whereas computer store 43 * (Computer account) is used when running wpasvc as a service. 61 * This field is used with EAP method that use TLS authentication. 63 * in theory be used with EAP-TTLS and EAP-PEAP, too. Full path to the 64 * file should be used since working directory may change when 67 * Alternatively, a named configuration blob can be used by setting 75 * When PKCS#12/PFX file (.p12/.pfx) is used, client_cert should be [all …]
|
/freebsd/lib/libc/posix1e/ |
H A D | acl.3 | 65 and may be used to add flags to a flagset. 69 and may be used to add permissions to a permission set. 73 and may be used to calculate and set the permissions associated with 80 and may be used to clear all flags from a flagset. 84 and may be used to clear all permissions from a permission set. 88 and may be used to copy the contents of an ACL entry. 95 and may be used to create an empty entry in an ACL. 105 and may be used to delete ACLs from file system objects. 112 and may be used to delete an entry from an ACL. 116 and may be used to delete flags from a flagset. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | CallingConv.h | 49 /// Used by the Glasgow Haskell Compiler (GHC). 52 /// Used by the High-Performance Erlang Compiler (HiPE). 55 /// OBSOLETED - Used for stack based JavaScript calls 58 /// Used for dynamic register based calls (e.g. stackmap and patchpoint 62 /// Used for runtime calls that preserves most registers. 65 /// Used for runtime calls that preserves (almost) all registers. 71 /// Used for access functions. 89 /// Used for runtime calls that preserves none general registers. 96 /// stdcall is mostly used by the Win32 API. It is basically the same as the 105 /// ARM Procedure Calling Standard (obsolete, but still used on some [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/ |
H A D | zfs_copies_002_pos.ksh | 37 # Verify that the space used by multiple copies is charged correctly 58 log_assert "Verify that the space used by multiple copies is charged correctly." 78 used=$(get_prop used $TESTPOOL/fs_$val) 79 check_used $used $val 90 (( used = blks * $blksize )) # bytes 91 check_used $used $val 97 …used=`df -m /$TESTPOOL/fs_$val | awk -v pa=$TESTPOOL/fs_$val -v fs=fs_$val '$0 ~ pa && $4 ~ fs {pr… 99 used=`df -F zfs -k /$TESTPOOL/fs_$val/$FILE | awk -v pa=$TESTPOOL/fs_$val '$0 ~ pa {print $3}'` 100 (( used = used * 1024 )) # kb -> bytes 102 check_used $used $val [all …]
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | buffer.h | 30 * Buffers are used for parsing and I/O operations. 32 * The 'used region' and the 'available' region are disjoint, and their 33 * union is the buffer's region. The used region extends from the beginning 34 * of the buffer region to the last used byte. The available region 35 * extends from one byte greater than the last used byte to the end of the 36 * buffer's region. The size of the used region can be changed using various 37 * buffer commands. Initially, the used region is empty. 39 * The used region is further subdivided into two disjoint regions: the 41 * regions is the used region. The consumed region extends from the beginning 42 * of the used region to the byte before the 'current' offset (if any). The [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.conf | 18 # This option can be used to allow wpa_supplicant to overwrite configuration 31 # interface mechanism is used. For all cases, the existence of this parameter 32 # in configuration is used to determine whether the control interface is 40 # interface is used. 48 # run as non-root users. However, since the control interface can be used to 63 # variable is just used to select that the control interface is to be created. 66 # For Windows Named Pipe: This value can be used to set the security descriptor 82 # to 1 by default. This configuration value can be used to set it to the new 97 # 0: This mode must only be used when using wired Ethernet drivers 100 # BSSID); this can be used, e.g., with ndiswrapper and NDIS drivers to [all …]
|
H A D | README-HS20 | 7 GUI or Wi-Fi framework) is used to manage this functionality. 13 Hotspot 2.0 is the name of the Wi-Fi Alliance specification that is used 37 used similarly to the network blocks that can be configured by the user, 38 but it is not stored into the configuration file and is meant to be used 49 used based on configured priorities, scan results, and ANQP information. 70 wpa_supplicant.conf when using the configuration file) that can be used 82 # If this is set, scans will be used to request response only from BSSes 83 # belonging to the specified Homogeneous ESS. This is used only if interworking 106 # Each credential used for automatic network selection is configured as a set 108 # interworking_select and interworking_connect commands are used. [all …]
|
H A D | config_ssid.h | 94 * This pointer can be used to iterate over all networks. The head of 102 * This pointer can be used to iterate over all networks in the same 111 * This identifier is used as a unique identifier for each network 137 * of the networks are more desirable, this field can be used to change 147 * they try the networks in the order that used in the configuration 156 * used to select which network will be used. If set to %NULL (or 157 * ssid_len=0), any SSID can be used. For wired interfaces, this must 173 * If set, this network block is used only when associating with the AP 238 * This parameter can be used to set a password for SAE. By default, the 239 * passphrase value is used if this separate parameter is not used, but [all …]
|
H A D | README-WPS | 6 management GUI) is used to enable WPS enrollment and registrar 38 when WPS is used to configure the access point. 48 wpa_supplicant includes an optional WPS component that can be used as 69 The following parameter can be used to enable support for NFC config 102 The PIN value used in the commands must be processed by an UI to 104 digit. "wpa_cli wps_check_pin <PIN>" can be used to do such processing. 122 used. wpa_supplicant is notified this with a control interface 131 interface, an optional timeout parameter can be used to specify 137 can be used to generate a new PIN without starting WPS negotiation. 162 This is used to fetch the current AP settings instead of actually [all …]
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Config.h | 173 // Used for SafeSEH. 179 // Used for /opt:lldlto=N 181 // Used for /opt:lldltocgo=N 184 // Used for /opt:lldltojobs=N 186 // Used for /opt:lldltopartitions=N 189 // Used for /lldltocache=path 191 // Used for /lldltocachepolicy=policy 194 // Used for /opt:[no]ltodebugpassmanager 197 // Used for /merge:from=to (e.g. /merge:.rdata=.text) 200 // Used for /section=.name,{DEKPRSW} to set section attributes. [all …]
|
/freebsd/sys/dev/qat/qat_api/firmware/include/ |
H A D | icp_qat_fw_mmp.h | 47 * to be used when icp_qat_fw_pke_request_s::functionalityId is 61 * to be used when icp_qat_fw_pke_request_s::functionalityId is 73 * to be used when icp_qat_fw_pke_request_s::functionalityId is 88 * to be used when icp_qat_fw_pke_request_s::functionalityId is 102 * to be used when icp_qat_fw_pke_request_s::functionalityId is 114 * to be used when icp_qat_fw_pke_request_s::functionalityId is 129 * to be used when icp_qat_fw_pke_request_s::functionalityId is 141 * to be used when icp_qat_fw_pke_request_s::functionalityId is #PKE_INIT. 154 * to be used when icp_qat_fw_pke_request_s::functionalityId is #PKE_DH_G2_768. 168 * to be used when icp_qat_fw_pke_request_s::functionalityId is #PKE_DH_768. [all …]
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-format.c | 125 of the display node is used, where applicable. If DisplayOnly 127 is used. 129 representation for a device node can be used, where applicable. 152 of the display node is used, where applicable. If DisplayOnly 154 is used. 156 representation for a device node can be used, where applicable. 179 of the display node is used, where applicable. If DisplayOnly 181 is used. 183 representation for a device node can be used, where applicable. 212 of the display node is used, where applicable. If DisplayOnly [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_copies/ |
H A D | zfs_copies.kshlib | 48 # Get the value of property used via zfs list 54 typeset used 56 used=`$ZFS list -H -o used $ds` 57 used=${used%[m|M]} 58 if [[ $used == *K ]]; then 59 used=0 61 $ECHO $used 65 # Check the used space is charged correctly 66 # $1, the number of used space 67 # $2, the expected common factor between the used space and the file space [all …]
|
/freebsd/sbin/ipf/ippool/ |
H A D | ippool.5 | 6 The file ippool.conf is used with ippool(8) to configure address pools for 11 description of how they are used: 16 network interface name that can be used with either redirect (rdr) rules 30 exact match. These are best used with more static sets of addresses 41 Over time the configuration syntax used by ippool.conf(5) has evolved. 42 Originally the syntax used was more verbose about what a particular 43 value was being used for, for example: 52 still be used as can be seen here: 90 An address pool can be used in ipf.conf(5) and ipnat.conf(5) for matching 154 a rule like this might be used: [all …]
|
/freebsd/contrib/wpa/src/tls/ |
H A D | libtommath.c | 119 int used, alloc, sign; member 125 #define mp_iszero(a) (((a)->used == 0) ? MP_YES : MP_NO) 126 #define mp_iseven(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 0)) ? MP_YES : MP_NO) 127 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO) 131 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1) 193 /* reverse an array, used for radix code */ 220 if (a->used > b->used) { in s_mp_add() 221 min = b->used; in s_mp_add() 222 max = a->used; in s_mp_add() 225 min = a->used; in s_mp_add() [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | qca-vendor.h | 36 * This document describes all of the attributes used in the vendor command 38 * spatial streams (NSS) and the number of chains used for transmitting (TX) and 42 * The following attributes are used to dynamically configure the number of 43 * spatial streams to be used for transmitting or receiving the data in the 59 * with a failure. They can be used to configure either symmetric NSS 63 * The following attributes are used to dynamically configure the number of 64 * spatial streams to be used for transmitting or receiving the data in the 80 * The following attributes are used to dynamically configure the number of 81 * chains to be used for transmitting or receiving the data in the 2.4 GHz and 84 * configuration if the number of spatial streams being used in the current [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refquota/ |
H A D | refquota_003_pos.ksh | 65 typeset -i used quota refquota 66 used=$(get_prop used $fs) 68 ((used = used / (1024 * 1024))) 70 if [[ $used -lt $refquota ]]; then 71 log_fail "ERROR: $used < $refquota subfs quotas are limited by refquota" 75 used=$(get_prop used $fs) 77 ((used = used / (1024 * 1024))) 79 if [[ $used -gt $quota ]]; then 80 log_fail "ERROR: $used > $quota subfs quotas aren't limited by quota"
|
H A D | refquota_002_pos.ksh | 65 typeset -i used quota 66 used=$(get_prop used $fs) 68 ((used = used / (1024 * 1024))) 70 if [[ $used -ne $quota ]]; then 71 log_fail "ERROR: $used -ne $quota Quotas are not limited by quota" 82 used=$(get_prop used $fs) 84 ((used = used / (1024 * 1024))) 86 if [[ $used -ne $refquota ]]; then 87 log_fail "ERROR: $used -ne $refquota Quotas are not limited by refquota"
|
/freebsd/share/doc/usd/04.csh/ |
H A D | csh.g | 14 .\" may be used to endorse or promote products derived from this software 59 The character `.' is also used in separating 124 is used to remove 185 heavily used commands and `/usr/bin' which contains most other user 198 is a builtin command used to exit from loops within the control 203 builtin command is used to exit from a 223 command is used as a label in a 233 It is usually used to look at the contents of a single file on the terminal, 238 command is used to change the 253 is usually used because it is easier to type. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 35 // This is used to map -fpic/-fPIC. 92 // Specify what type of zeroing callee-used registers. 99 // Don't zero any call-used regs. 101 // Only zeros call-used GPRs used in the fn and pass args. 103 // Only zeros call-used GPRs used in the fn. 105 // Only zeros call-used regs used in the fn and pass args. 107 // Only zeros call-used regs used in the fn. 108 Used = ONLY_USED, enumerator 109 // Zeros all call-used GPRs that pass args. 111 // Zeros all call-used GPRs. [all …]
|
/freebsd/contrib/netbsd-tests/bin/df/ |
H A D | getmntinfo.c | 69 int64_t total, used; in other_variants() local 78 used = total * consumed[j] / 100; in other_variants() 79 sf->f_bfree = (total - used) / sf->f_bsize; in other_variants() 81 used) / (int)sf->f_bsize; in other_variants() 96 #define USED 132ULL MB in setup_filer() macro 100 .f_bfree = (TOTAL - USED) / BSIZE, in setup_filer() 101 .f_bavail = (TOTAL - USED) / BSIZE, in setup_filer() 105 #undef USED in setup_filer() 127 #define USED 17901268ULL KB in setup_ld0g() macro 132 .f_bfree = (TOTAL - USED) / BSIZE, in setup_ld0g() [all …]
|
/freebsd/usr.sbin/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.conf.5 | 43 one for each used SSID. 55 Default parameters used by 97 Only setting 1 should be used with the 111 configuration file is used. 148 signal strength are used to select one. 151 Note that IBSS (adhoc) mode can only be used with 209 If not set automatic selection is used (Open System with LEAP 234 WPA preshared key used in WPA-PSK mode. 248 Bit 0 (1) forces dynamically generated unicast WEP keys to be used. 249 Bit 1 (2) forces dynamically generated broadcast WEP keys to be used. [all …]
|
/freebsd/share/man/man9/ |
H A D | superio.9 | 81 set of functions are used for managing Super I/O devices. 91 function is used to get a vendor of the Super I/O controller 100 function is used to get a device ID of the Super I/O controller 105 function is used to get a revision ID of the Super I/O controller 110 function is used to find a device on the 131 function is used to read data from the Super I/O configuration register 137 function is used to write data to the Super I/O configuration register 146 functions are used to enable, disable, or check status of the device 157 is used to get a DMA channel number configured for the device 162 is used to get a base I/O port configured for the device [all …]
|
/freebsd/crypto/openssl/Configurations/ |
H A D | README.md | 4 This directory contains a few sets of files that are used for 48 used (for example on Unix, where the C 49 compiler is used instead). 67 also used to link object files and 71 also used when linking a program where at 80 (meaning the compiler command is used 84 lflags => Default flags used when linking apps, 91 shared_cppflags => Extra C preprocessor flags used when 93 shared_cflag => Extra C compiler flags used when compiling 96 shared_ldflag => Extra linking flags used when linking [all …]
|
/freebsd/contrib/bsnmp/snmp_target/ |
H A D | snmp_target.3 | 43 Notification MIB as defined in RFC 3413. The module is used to manage the 54 An advisory lock used to coordinate several Command Generator Applications when 57 The table contains the transport addresses to be used in generation of SNMP 62 A unique local identifier used as entry key. Not accessible for GET or SET 89 A list of human-readable tag values used to select target addresses for a 94 containing SNMP parameters used when generating messages to this transport 105 This column is used to create new target address entries or delete existing ones 109 The table contains the target information to be used in generation of SNMP 114 A unique local identifier used as entry key. Not accessible for GET or SET 117 The Message Processing Model to be used when generating SNMP PDUs using this [all …]
|