/freebsd/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 " 21 "limit is increased (smaller == faster). If 0, immediately try inputs with " 26 FUZZER_FLAG_INT(keep_seed, 0, "If 1, keep seed inputs in the corpus even if " 30 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.") 31 FUZZER_FLAG_INT(cross_over_uniform_dist, 0, "Experimental. If 1, use a " 47 "If 1, always prefer smaller inputs during the corpus shuffle.") 51 "If one unit runs more than this number of seconds the process will abort.") 56 FUZZER_FLAG_INT(max_total_time, 0, "If positive, indicates the maximal total " 68 FUZZER_FLAG_INT(merge, 0, "If [all...] |
/freebsd/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, 71 If present, power bridge correction for THD reduction near maximum [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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flags.inc | 24 "If set, use the online symbolizer from common sanitizer runtime to turn " 28 "Path to external symbolizer. If empty, the tool will search $PATH for " 32 "If set, allows online symbolizer to run addr2line binary to symbolize " 38 "If available, use the fast frame-pointer-based unwinder on " 41 "If available, use the fast frame-pointer-based unwinder on fatal " 49 "If available, use the fast frame-pointer-based unwinder on " 57 "\"stderr\". If unspecified, defaults to \"stderr\".") 84 "If false, the allocator will crash instead of returning 0 on " 87 "If false, disable printing error summaries in addition to error " 112 "Deprecated. True has no effect, use handle_sigbus=1. If fals [all...] |
/freebsd/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, commands will be saved into a transcript buffer for user access.">; 19 Desc<"If true, LLDB will save the session's transcripts before quitting.">; 23 Desc<"If true, LLDB will open the saved session's transcripts in the external editor.">; 30 Desc<"If true, LLDB will stop running a 'command source' script upon encountering an error.">; 34 Desc<"If true, blank lines will be printed between between REPL submissions.">; 38 Desc<"If true, commands will be echoed before they are evaluated.">; 42 Desc<"If true, commands will be echoed even if they are pure comment lines.">; 46 …Desc<"If true, LLDB will repeat the previous command if no command was passed to the interpreter. … [all …]
|
/freebsd/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 43 # by member name. If set to NO (the default) the members will appear in 48 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 52 # If left blank the directory from which doxygen is run is used as 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 105 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 106 # put in front of it. If left blank `latex' will be used as the default path. [all …]
|
/freebsd/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 43 # by member name. If set to NO (the default) the members will appear in 48 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 52 # If left blank the directory from which doxygen is run is used as 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 105 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 106 # put in front of it. If left blank `latex' will be used as the default path. [all …]
|
/freebsd/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 44 /// CCIfPreallocated - If the current argument has Preallocated parameter attribute, 49 /// CCIfSwiftSelf - If the current argument has swiftself parameter attribute, 54 /// CCIfSwiftAsync - If the current argument has swiftasync parameter attribute, 59 /// CCIfSwiftError - If the current argument has swifterror parameter attribute, 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 [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_flags.inc | 19 NSAN_FLAG(bool, halt_on_error, true, "If true, halt after the first error.") 21 "If true, we resume resume the computation from the original " 22 "application floating-point value after a warning. If false, " 26 "If true, a suppression will also resume the computation from the FT" 27 " domain. If false, output is suppressed but the shadow value is" 37 "If true, disable warning printing. This is useful to only compute " 40 "If true, compute check stats, i.e. for each line, the number of " 43 "If true, compute warning stats, i.e. for each line, the number of " 46 "If true, compute load tracking stats, i.e. for each load from " 49 NSAN_FLAG(bool, print_stats_on_exit, false, "If true, print stats on exit.")
|
/freebsd/.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/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 89 If you wish, you may edit defines.h to remove some optional features. 90 If you choose not to include some features in your version, you may 93 If you edit less.hlp, you should run "make -f Makefile.aut help.c". 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. [all …]
|
/freebsd/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 " 51 "If set, uses custom wrappers for memset/memcpy/memmove intrinsics.") 75 "If set, user may manually mark memory regions as poisoned or " 94 "If set, explicitly unmaps the (huge) shadow at exit.") 95 ASAN_FLAG(bool, protect_shadow_gap, true, "If set, mprotect the shadow gap") 103 "If set, prints ASan exit stats even after program terminates " 107 "If set, prints thread creation stacks for the threads involved in the " 114 "If true, poison partially addressable 8-byte aligned words " [all …]
|
/freebsd/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 66 <blobkey>. If the option -c is specified the the generated credential 78 If option -u is specified, the assertion is generated using 79 U2F (CTAP1) instead of FIDO2 (CTAP2) commands. If optio [all...] |
/freebsd/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/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/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 101 If the password is non-NULL, then this string is used as the password. 105 If a prompter function is non-NULL, it will be used if additional user 107 needs to be changed, or if input preauthentication is necessary. If 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 [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
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 | 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
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 67 # into which the generated documentation will be written. If a relative path is 68 # entered, it will be relative to the location where doxygen was started. If 73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 95 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 96 # characters to appear in the names of generated files. If set to NO, non-ASCII 118 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 125 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 128 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 138 # text. Otherwise, the brief description is used as-is. If left blank, the 145 # If th [all...] |
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 57 # into which the generated documentation will be written. If a relative path is 58 # entered, it will be relative to the location where doxygen was started. If 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII 104 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 111 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 114 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 124 # text. Otherwise, the brief description is used as-is. If left blank, the 131 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then [all …]
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 57 # into which the generated documentation will be written. If a relative path is 58 # entered, it will be relative to the location where doxygen was started. If 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII 96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 116 # text. Otherwise, the brief description is used as-is. If left blank, the 123 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then [all …]
|
/freebsd/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
|
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 67 # into which the generated documentation will be written. If a relative path is 68 # entered, it will be relative to the location where doxygen was started. If 73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 95 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 96 # characters to appear in the names of generated files. If set to NO, non-ASCII 118 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 125 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 128 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 138 # text. Otherwise, the brief description is used as-is. If left blank, the 145 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeVGPRLiveRange.cpp | 109 collectCandidateRegisters(MachineBasicBlock *If, MachineBasicBlock *Flow, 123 void updateLiveRangeInThenRegion(Register Reg, MachineBasicBlock *If, 132 optimizeLiveRange(Register Reg, MachineBasicBlock *If, 223 MachineBasicBlock *If, MachineBasicBlock *Flow, MachineBasicBlock *Endif, in collectCandidateRegisters() argument 249 if ((VI.AliveBlocks.test(If->getNumber()) || DefMBB == If) && in collectCandidateRegisters() 250 Loops->getLoopFor(DefMBB) == Loops->getLoopFor(If)) { in collectCandidateRegisters() 294 if ((VI.AliveBlocks.test(If->getNumber()) || DefMBB == If) && in collectCandidateRegisters() 295 Loops->getLoopFor(DefMBB) == Loops->getLoopFor(If)) in collectCandidateRegisters() 314 if ((UseMBB == Flow && IncomingMBB != If) || in collectCandidateRegisters() 401 Register Reg, MachineBasicBlock *If, MachineBasicBlock *Flow) const { in updateLiveRangeInThenRegion() argument [all …]
|