| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 13 FUZZER_FLAG_UNSIGNED(seed, 0, "Random seed. If 0, seed is generated.") 17 "If 0, libFuzzer tries to guess a good value based on the corpus " 30 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.") 84 FUZZER_FLAG_INT(minimize_crash, 0, "If 1, minimizes the provided" 141 "If 1, print statistics on corpus elements at exit.") 148 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGBUS.") 150 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.") 151 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.") 152 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.") 169 "If >= 2 will also print stack traces.") [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | st,sta350.txt | 9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be 12 - power-down-gpios: a GPIO spec for the power down pin. If specified, 27 If parameter is missing, mode 0 will be enabled. 36 If parameter is missing, channel 1 is chosen. 40 If present, thermal warning recovery is enabled. 43 If present, thermal warning adjustment is enabled. 46 If present, then fault recovery will be enabled. 64 If present, overcurrent warning adjustment is enabled. 67 If present, then MPCC bits are used for MPC coefficients, 84 If not present, preset DC coefficient is used. [all …]
|
| H A D | st,sta32x.txt | 9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be 12 - power-down-gpios: a GPIO spec for the power down pin. If specified, 23 If specified, the clock will be enabled when the codec is probed, 31 If parameter is missing, mode 0 will be enabled. 40 If parameter is missing, channel 1 is chosen. 44 If present, thermal warning recovery is enabled. 47 If present, fault detect recovery is enabled. 50 If present, thermal warning adjustment is enabled. 53 If present, then fault recovery will be enabled. 63 If present, then MPCC bits are used for MPC coefficients, [all …]
|
| H A D | wm8994.txt | 44 - wlf,gpio-cfg : A list of GPIO configuration register values. If absent, 45 no configuration of these registers is performed. If any value is 46 over 0xffff then the register will be left as default. If present 11 50 WM8958. If absent the register defaults will be used. 55 - wlf,lineout1-se : If present LINEOUT1 is in single ended mode. 56 - wlf,lineout2-se : If present LINEOUT2 is in single ended mode. 58 - wlf,lineout1-feedback : If present LINEOUT1 has common mode feedback 60 - wlf,lineout2-feedback : If present LINEOUT2 has common mode feedback 63 - wlf,ldoena-always-driven : If present LDOENA is always driven. 65 - wlf,spkmode-pu : If present enable the internal pull-up resistor on [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flags.inc | 57 "\"stderr\". If unspecified, defaults to \"stderr\".") 115 "If set, uses alternate stack for signal handling.") 117 "If set, deadlock detection is enabled.") 157 "If false, do not attempt to read /proc/maps/statm." 167 "If non-empty, write 8bit counters to this file. ") 169 "If non-empty, write the coverage pc table to this file. ") 214 "If set, uses custom wrappers for strpbrk function " 229 "If set, uses custom wrappers for memcmp function " 240 "If set, uses custom wrappers for *stat functions " 243 "If set, uses custom wrappers for send* functions " [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | InterpreterProperties.td | 7 …Desc<"If true, regular expression alias commands will show the expanded command that will be execu… 11 …Desc<"If true, LLDB will prompt you before quitting if there are any live processes being debugged… 15 Desc<"If true, LLDB will save the session's transcripts before quitting.">; 19 Desc<"If true, LLDB will open the saved session's transcripts in the external editor.">; 26 Desc<"If true, LLDB will stop running a 'command source' script upon encountering an error.">; 30 Desc<"If true, blank lines will be printed between between REPL submissions.">; 34 Desc<"If true, commands will be echoed before they are evaluated.">; 38 Desc<"If true, commands will be echoed even if they are pure comment lines.">; 42 …Desc<"If true, LLDB will repeat the previous command if no command was passed to the interpreter. … 46 …Desc<"If true, require --overwrite in 'command script add' before overwriting existing user comman…
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | Doxyfile | 26 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 28 # comment as the brief description. If set to NO, the JavaDoc 41 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 90 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will 99 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 129 # executive. If left blank a4wide will be used. 140 # the first chapter. If it is left blank doxygen will generate a 165 # If LATEX_HIDE_INDICES is set to YES then doxygen will not 175 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will 237 # or name=definition (no spaces). If the definition and the = are [all …]
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | Doxyfile | 26 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 28 # comment as the brief description. If set to NO, the JavaDoc 41 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 90 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will 99 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 129 # executive. If left blank a4wide will be used. 140 # the first chapter. If it is left blank doxygen will generate a 165 # If LATEX_HIDE_INDICES is set to YES then doxygen will not 175 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will 237 # or name=definition (no spaces). If the definition and the = are [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetCallingConv.td | 28 /// CCIfType - If the current argument is one of the specified types, apply 34 /// CCIf - If the predicate matches, apply A. 39 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply 64 /// CCIfCFGuardTarget - If the current argument has cfguardtarget parameter 69 /// CCIfConsecutiveRegs - If the current argument has InConsecutiveRegs 78 /// CCIfInReg - If this argument is marked with the 'inreg' attribute, apply 82 /// CCIfNest - If this argument is marked with the 'nest' attribute, apply 90 /// CCIfSRet - If this argument is marked with the 'sret' attribute, apply 94 /// CCIfVarArg - If the current function is vararg - apply the action 100 /// CCIfPtrAddrSpace - If the top-level parent of the current argument has [all …]
|
| /freebsd-14.2/.github/PULL_REQUEST_TEMPLATE/ |
| H A D | pull_request_template.md | 4 PR: <If and which Problem Report is related.> 5 Reported by: <If someone else reported the issue.> 6 Reviewed by: <If someone else reviewed your modification.> 7 Tested by: <If someone else tested the change.> 8 Approved by: <If you needed approval for this commit.> 9 Obtained from: <If the change is from a third party.> 14 Sponsored by: <If the change was sponsored by an organization.>
|
| /freebsd-14.2/contrib/less/ |
| H A D | README | 30 If you are merely using less as a tool, you should download a release 43 2. If you are building from a clone of a git repository, 45 If you are building from a numbered release package (a tar or 82 and make sure they look ok. If you know of any peculiarities of 97 6. If the make succeeds, it will generate the programs "less", 107 If you want to install any of these files elsewhere, define 128 2. If you are using Microsoft C, rename MAKEFILE.DSU to MAKEFILE. 129 If you are using Borland C, rename MAKEFILE.DSB to MAKEFILE. 130 If you are using DJGPP, rename MAKEFILE.DSG to MAKEFILE. 165 2. If you are using Borland C, rename Makefile.wnb to Makefile. [all …]
|
| /freebsd-14.2/contrib/libfido2/examples/ |
| H A D | README.adoc | 47 Configures <pin> as the new PIN of <device>. If [oldpin] is provided, 55 is not verified. If option -k is specified, the credential's public 56 key is stored in <pubkey>. If option -i is specified, the credential 58 to the list of excluded credentials. If option -h is specified, 60 credential. If option -r is specified, the generated credential 62 through the -v option. If option -u is specified, the credential 64 The -T option may be used to enforce a timeout of <seconds>. If the 78 If option -u is specified, the assertion is generated using 79 U2F (CTAP1) instead of FIDO2 (CTAP2) commands. If option -s is 81 and the contents of <hmac_salt> are used as the salt. If option -h [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_flags.inc | 38 "If set, prints some debugging information and does additional checks.") 45 "If set, attempts to catch initialization order issues.") 48 "If set, uses custom wrappers and replacements for libc string functions " 75 "If set, user may manually mark memory regions as poisoned or " 94 "If set, explicitly unmaps the (huge) shadow at exit.") 103 "If set, prints ASan exit stats even after program terminates " 114 "If true, poison partially addressable 8-byte aligned words " 147 "If true, honor the container overflow annotations. See " 151 "If >=2, detect violation of One-Definition-Rule (ODR); " 152 "If ==1, detect ODR-violation only if the two variables " [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_flags.inc | 20 "If set, explicitly unmaps the (huge) shadow at exit.") 21 MEMPROF_FLAG(bool, protect_shadow_gap, true, "If set, mprotect the shadow gap") 24 "If set, prints MemProf exit stats even after program terminates " 28 "If set, prints thread creation stacks for the threads involved in the " 36 "POSIX standard). If set to false, realloc(p, 0) will return a " 39 "If set, prints the heap profile in text format. Else use the raw binary serialization format.") 41 … "If set, prints memory profile in a terse format. Only applicable if print_text = true.")
|
| /freebsd-14.2/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_if.m | 55 * @retval ENOMEM If @p buf is non-NULL and a buffer of @p len is too 57 * @retval ENODEV If no supported NVRAM hardware is accessible via this 59 * @retval EOPNOTSUPP If any coercion to @p type is unsupported. 60 * @retval EFTYPE If the @p name's data type cannot be coerced to @p type. 61 * @retval ERANGE If value coercion would overflow @p type. 62 * @retval non-zero If reading @p name otherwise fails, a regular unix 87 * @retval ENODEV If no supported NVRAM hardware is accessible via this 89 * @retval EOPNOTSUPP If any coercion to @p type is unsupported. 90 * @retval EFTYPE If the @p name's data type cannot be coerced to @p type. 91 * @retval ERANGE If value coercion from @p type would overflow. [all …]
|
| /freebsd-14.2/crypto/heimdal/doc/ |
| H A D | init-creds | 90 If a pointer to a credential is specified, the initial credential is 91 filled in. If the caller only wishes to do a simple password check 95 If the client name is non-NULL, the initial ticket requested will be 122 should be prompted for. If num_prompts == 0, then the banner 136 If the response data does not fit, or if any other error 145 If the start_time is zero, then the requested ticket will be valid 149 If the in_tkt_service name is non-NULL, that principal name will be 152 client name. If no in_tkt_service name is specified, 182 If etype_list is specified, it will be used as the list of desired 229 If ap_req_keytab is non-NULL, the service key for the verification [all …]
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | ASN1_TYPE_get.pod | 39 I<t> using the ASN.1 structure I<it>. If successful it returns a pointer 41 caller. If it fails it return NULL. 44 corresponding to I<it> into an B<ASN1_TYPE>. If successful the encoded 45 B<ASN1_TYPE> is returned. If I<t> and I<*t> are not NULL the encoded type 46 is written to I<t> overwriting any existing data. If I<t> is not NULL 53 If I<type> is B<V_ASN1_NULL> I<value> is ignored. If I<type> is 55 then the boolean is set to TRUE if I<value> is not NULL. If I<type> is 57 is and B<ASN1_STRING> structure. If I<type> corresponds to a primitive type 59 octets of the type. If I<type> corresponds to a constructed type or 69 If either or both of the parameters passed to ASN1_TYPE_cmp() is NULL the
|
| H A D | ASN1_STRING_print_ex.pod | 43 Various characters can be escaped. If B<ASN1_STRFLGS_ESC_2253> is set the characters 44 determined by RFC2253 are escaped. If B<ASN1_STRFLGS_ESC_CTRL> is set control 45 characters are escaped. If B<ASN1_STRFLGS_ESC_MSB> is set characters with the 51 If the character being escaped is a 16 bit character then the form "\UXXXX" is used 52 using exactly four characters for the hex representation. If it is 32 bits then 56 Printable characters are normally escaped using the backslash '\' character. If 62 If B<ASN1_STRFLGS_UTF8_CONVERT> is set then characters are converted to UTF8 63 format first. If the terminal supports the display of UTF8 sequences then this 66 If B<ASN1_STRFLGS_IGNORE_TYPE> is set then the string type is not interpreted at 70 If B<ASN1_STRFLGS_SHOW_TYPE> is set then the string type itself is printed out [all …]
|
| H A D | SSL_set_bio.pod | 18 object. The SSL engine inherits the behaviour of B<rbio>. If the BIO is 26 If using a custom BIO, B<rbio> must implement either 36 If using a custom BIO, B<wbio> must implement 39 If flushing is unnecessary with B<wbio>, L<BIO_flush(3)> should return one and 51 If neither the B<rbio> or B<wbio> have changed from their previous values 56 If the B<rbio> and B<wbio> parameters are different and both are different 63 If the B<rbio> and B<wbio> parameters are the same and the B<rbio> is not 68 If the B<rbio> and B<wbio> parameters are the same and the B<rbio> is the 73 If the B<rbio> and B<wbio> parameters are different and the B<rbio> is the 80 If the B<rbio> and B<wbio> parameters are different and the B<wbio> is the [all …]
|
| /freebsd-14.2/contrib/xz/doxygen/ |
| H A D | Doxyfile | 125 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 152 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 550 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all 558 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all 574 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any 652 # name. If set to NO, the members will appear in declaration order. 845 # value. If set to NO, doxygen will only warn about wrong parameter 854 # undocumented enumeration values. If set to NO, doxygen will accept 908 # Note: If this tag is empty the current directory is searched. 1492 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and [all …]
|
| /freebsd-14.2/contrib/ldns/ |
| H A D | libdns.doxygen.in | 111 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 138 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 536 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all 544 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all 559 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any 630 # name. If set to NO, the members will appear in declaration order. 855 # Note: If this tag is empty the current directory is searched. 873 # If the value of the INPUT tag contains directories, you can use the 915 # If the value of the INPUT tag contains directories, you can use the 1426 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and [all …]
|
| /freebsd-14.2/contrib/libcbor/ |
| H A D | Doxyfile | 125 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 152 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 551 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all 559 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all 575 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any 653 # name. If set to NO, the members will appear in declaration order. 846 # value. If set to NO, doxygen will only warn about wrong parameter 855 # undocumented enumeration values. If set to NO, doxygen will accept 909 # Note: If this tag is empty the current directory is searched. 1493 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and [all …]
|
| /freebsd-14.2/contrib/bearssl/ |
| H A D | Doxyfile | 103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 464 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all 472 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all 487 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any 551 # name. If set to NO, the members will appear in declaration order. 772 # Note: If this tag is empty the current directory is searched. 785 # If the value of the INPUT tag contains directories, you can use the 823 # If the value of the INPUT tag contains directories, you can use the 1310 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and [all …]
|
| /freebsd-14.2/contrib/traceroute/ |
| H A D | INSTALL | 4 If you are running a really old kernel, see the instructions under the 10 Makefile.in. Next run "make". If everything goes well you can su to 14 If configure fails for some reason and decide to submit a bug report to 18 will abort if your compiler is not ANSI compliant. If this happens, use 23 If you get the error message: 29 If you are using Solaris 2.5.1 (and possibly higher), traceroute cannot 39 If yor have a really old system, it may be necessary to modify your 40 kernel before traceroute will work. If you want to hack on your kernel, 44 to start but we make no promises. If you do hack your kernel, remember 49 Some older kernels forward icmp packets that have a ttl of zero. If [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/watchdog/ |
| H A D | aspeed-wdt.txt | 23 If 'aspeed,reset-type=' is not specified the default is to enable system 37 - aspeed,alt-boot: If property is present then boot from alternate block. 38 - aspeed,external-signal: If property is present then signal is sent to 39 external reset counter (only WDT1 and WDT2). If not 44 - aspeed,ext-push-pull: If aspeed,external-signal is present, set the pin's 46 - aspeed,ext-active-high: If aspeed,external-signal is present and and the pin
|