/freebsd/contrib/libucl/tests/schema/ |
H A D | type.json | 7 "description": "an integer is an integer", 12 "description": "a float is not an integer", 17 "description": "a string is not an integer", 22 "description": "an object is not an integer", 27 "description": "an array is not an integer", 32 "description": "a boolean is not an integer", 37 "description": "null is not an integer", 48 "description": "an integer is a number", 63 "description": "an object is not a number", 68 "description": "an array is not a number", [all …]
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf.3 | 39 provides functions that allow an application to read and manipulate 44 and word-size independent way, allowing an application to read and 50 This manual page serves to provide an overview of the functionality in 60 ELF files begin with an 62 and may contain an optional 70 ELF objects have an associated 74 Objects for 32 bit architectures have an ELF class of 76 Objects for 64 bit architectures have an ELF class of 79 ELF objects also have an associated 89 ELF objects are also associated with an API version number. [all …]
|
H A D | gelf.3 | 39 This API allows an application to operate on ELF descriptors without 49 A class-independent representation of an ELF Compression Header. 55 A class-independent representation of an ELF Executable Header. 61 A class-independent representation of an ELF Program Header Table 64 A class-independent representation of an ELF relocation entry. 66 A class-independent representation of an ELF relocation entry with 69 A class-independent representation of an ELF Section Header Table 76 A class-independent representation of an ELF symbol table entry. 95 An application will retrieve data from an ELF descriptor using a 112 APIs to indicate to the ELF library that an ELF data structure is dirty. [all …]
|
/freebsd/contrib/sendmail/libsm/ |
H A D | exc.html | 22 When a function detects an exceptional condition at the library level, 23 it does not print an error message, or call syslog, or 31 because then you can't represent everything that an error handler 32 might need to know about an error by a single integer. 34 An exception object contains an exception code and an array 43 error handling code. Errors are reported by raising an exception. 44 When an exception is raised, we unwind the call stack 45 until we find an exception handler. If the exception is 143 ** and/or handle an exception. 146 Block of code that may raise an exception. [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/wind/man/man3/ |
H A D | wind.3 | 67 returns 0 on success, an wind error code otherwise 73 Convert an UCS4 string to a puny-coded DNS label string suitable when combined with delimiters and … 77 \fIin\fP an UCS4 string to convert 88 returns 0 on success, an wind error code otherwise 111 returns 0 on success, an wind error code otherwise 117 Read in an UCS2 from a buffer. 134 returns 0 on success, an wind error code otherwise. 146 Convert an UCS2 string to a UTF-8 string. 150 \fIin\fP an UCS2 string to convert. 161 returns 0 on success, an wind error code otherwise [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | bmiintrin.h | 29 /// An unsigned 16-bit integer whose trailing zeros are to be counted. 30 /// \returns An unsigned 16-bit integer containing the number of trailing zero 50 /// An unsigned 16-bit integer whose trailing zeros are to be counted. 51 /// \returns An unsigned 16-bit integer containing the number of trailing zero 63 /// An unsigned 32-bit integer whose trailing zeros are to be counted. 64 /// \returns An unsigned 32-bit integer containing the number of trailing zero 80 /// An unsigned 32-bit integer whose trailing zeros are to be counted. 101 /// An unsigned 32-bit integer whose trailing zeros are to be counted. 102 /// \returns An unsigned 32-bit integer containing the number of trailing zero 116 /// An unsigned 64-bit integer whose trailing zeros are to be counted. [all …]
|
/freebsd/sys/xen/ |
H A D | xen_intr.h | 27 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 * Associate an already allocated local event channel port an interrupt 50 * \param filter An interrupt filter handler. Specify NULL 52 * \param handler An interrupt ithread handler. Optional (can 57 * \param handlep Pointer to an opaque handle used to manage this 60 * \returns 0 on success, otherwise an errno. 74 * \param filter An interrupt filter handler. Specify NULL 76 * \param handler An interrupt ithread handler. Optional (can 81 * \param handlep Pointer to an opaque handle used to manage this 84 * \returns 0 on success, otherwise an errno. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/ |
H A D | frontend.json | 71 …"BriefDescription": "Initial and Final Pump Scope was chip pump (prediction=correct) for an instru… 72 …ope and data sourced across this scope was chip pump (prediction=correct) for an instruction fetch" 89 …hip's L2 or L3 on a different Node or Group (Distant), as this chip due to an instruction fetch (n… 90 …2 or L3 on a different Node or Group (Distant), as this chip due to either an instruction fetch or… 95 …hip's L2 or L3 on a different Node or Group (Distant), as this chip due to an instruction fetch (n… 96 …2 or L3 on a different Node or Group (Distant), as this chip due to either an instruction fetch or… 101 …oaded from another chip's L4 on a different Node or Group (Distant) due to an instruction fetch (n… 102 …rom another chip's L4 on a different Node or Group (Distant) due to either an instruction fetch or… 107 …aded from another chip's memory on the same Node or Group (Distant) due to an instruction fetch (n… 108 …om another chip's memory on the same Node or Group (Distant) due to either an instruction fetch or… [all …]
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | buffer.h | 33 An evbuffer can be used for preparing data before sending it to 67 As the contents of an evbuffer can be stored in multiple different 92 An evbuffer is an opaque data type for efficiently buffering data to be 104 Pointer to a position within an evbuffer. 111 An evbuffer_ptr can represent any position from the start of a buffer up 127 /** Describes a single extent of memory inside an evbuffer. Used for 148 @return a pointer to a newly allocated evbuffer struct, or NULL if an error 154 Deallocate storage for an evbuffer. 162 Enable locking on an evbuffer so that it can safely be used by multiple 169 @param buf An evbuffer to make lockable. [all …]
|
H A D | event.h | 35 Libevent is an event notification library for developing scalable network 42 servers. An application just needs to call event_base_dispatch() and then add or 51 the most scalable event notification mechanism available on an operating 75 @section base Creating an event base 77 Next, you need to create an event_base structure, using event_base_new() 85 For each file descriptor that you wish to monitor, you must create an 86 event structure with event_new(). (You may also declare an event 128 an event struct to use as a timer. To activate the timer, call 135 Libevent provides an asynchronous DNS resolver that should be used instead 173 An embedded libevent-based HTTP server [all …]
|
/freebsd/contrib/libevent/include/event2/ |
H A D | buffer.h | 33 An evbuffer can be used for preparing data before sending it to 67 As the contents of an evbuffer can be stored in multiple different 92 An evbuffer is an opaque data type for efficiently buffering data to be 104 Pointer to a position within an evbuffer. 111 An evbuffer_ptr can represent any position from the start of a buffer up 127 /** Describes a single extent of memory inside an evbuffer. Used for 148 @return a pointer to a newly allocated evbuffer struct, or NULL if an error 154 Deallocate storage for an evbuffer. 162 Enable locking on an evbuffer so that it can safely be used by multiple 169 @param buf An evbuffer to make lockable. [all …]
|
H A D | event.h | 35 Libevent is an event notification library for developing scalable network 42 servers. An application just needs to call event_base_dispatch() and then add or 51 the most scalable event notification mechanism available on an operating 75 @section base Creating an event base 77 Next, you need to create an event_base structure, using event_base_new() 85 For each file descriptor that you wish to monitor, you must create an 86 event structure with event_new(). (You may also declare an event 128 an event struct to use as a timer. To activate the timer, call 135 Libevent provides an asynchronous DNS resolver that should be used instead 173 An embedded libevent-based HTTP server [all …]
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf.3 | 39 provides functions that allow an application to read and write debugging 108 A pointer to an error handling function. 116 A virtual address used by an application. 131 Library functions that encounter an error will return with a value 142 that specifies a location to store an error descriptor in 143 case of an error. 144 If an error occurs during the execution on an API, and if this 145 parameter is non-NULL, then an error descriptor is written to the 148 Otherwise, if the error parameter was NULL, but if an error handler 153 then the library will invoke the specified error handler with an error [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBValueDocstrings.i | 2 "Represents the value of a variable, a register, or an expression. 5 as an SBValue. For example, we can get the general purpose registers of a 6 frame as an SBValue, and iterate through all the registers,:: 8 registerSet = frame.registers # Returns an SBValueList. 43 See also linked_list_iter() for another perspective on how to iterate through an 64 is true, in which case the pointer will be used as an array 66 negative indexes. If the pointer points to an aggregate type 67 (an array, class, union, struct), then the pointee is 75 If you actually need an SBValue that represents the type pointed 91 An enumeration that specifies whether to get dynamic values, [all …]
|
H A D | SBTypeDocstrings.i | 66 // This corresponds to an empty task list. 91 # SBType.GetBasicType() takes an enum 'BasicType' (lldb-enumerations.h). 156 "Returns true if this type is an array type. 160 * C: Returns true if the types is an array type. This includes incomplete 193 "Returns true if this type is an anonymous type. 216 "Returns true if this type is an aggregate type. 230 type or this type is invalid, an invalid `SBType` is returned. 244 returns the underlying type. If this is not a pointer type or an invalid 245 `SBType` then this returns an invalid `SBType`. 251 * C++: Same as in C. Returns an `SBTyp [all...] |
/freebsd/libexec/flua/libjail/ |
H A D | jail.3lua | 77 Attach to the given jail, identified by an integer 84 as an integer. 90 .Pq an integer . 92 Returns an iterator over running jails on the system. 102 may be omitted or an empty table, but not nil. 115 can either be the jid as an integer or the jid or name as a string. 119 is an optional integer representing the flag bits to apply for the operation. 125 Remove the given jail, identified by an integer 133 can either be the jid as an integer or the jid or name as a string. 140 is an optional integer representing the flag bits to apply for the operation. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 171 /// Take an optional DWARFFormValue and try to extract a string value from it. 174 /// \returns an optional value that contains a value if the form value 188 /// Take an optional DWARFFormValue and try to extract a string value from it. 191 /// \returns an optional value that contains a value if the form value 207 /// Take an optional DWARFFormValue and extract a string value from it. 220 /// Take an optional DWARFFormValue and try to extract an unsigned constant. 223 /// \returns an optional value that contains a value if the form value 232 /// Take an optional DWARFFormValue and extract a unsigned constant. 237 /// value or the form value's encoding wasn't an unsigned constant form. 243 /// Take an optional DWARFFormValue and try to extract a relative offset [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/ |
H A D | fm_macsec_secy.c | 519 t_Error FM_MACSEC_SECY_CreateRxSa(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an, uint32_t l… in FM_MACSEC_SECY_CreateRxSa() argument 529 SANITY_CHECK_RETURN_ERROR(an < MAX_NUM_OF_SA_PER_SC, E_INVALID_STATE); in FM_MACSEC_SECY_CreateRxSa() 531 if (p_FmSecYSc->sa[an].saId != SECY_AN_FREE_VALUE) in FM_MACSEC_SECY_CreateRxSa() 532 RETURN_ERROR(MINOR, E_INVALID_STATE, ("An %d is already assigned",an)); in FM_MACSEC_SECY_CreateRxSa() 534 …FmMacsecSecY->h_FmMacsec, p_FmSecYSc->scId, (e_ScSaId)p_FmSecYSc->numOfSa, an, lowestPn, key)) != … in FM_MACSEC_SECY_CreateRxSa() 537 p_FmSecYSc->sa[an].saId = (e_ScSaId)p_FmSecYSc->numOfSa++; in FM_MACSEC_SECY_CreateRxSa() 541 t_Error FM_MACSEC_SECY_DeleteRxSa(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an) in FM_MACSEC_SECY_DeleteRxSa() argument 551 SANITY_CHECK_RETURN_ERROR(an < MAX_NUM_OF_SA_PER_SC, E_INVALID_STATE); in FM_MACSEC_SECY_DeleteRxSa() 553 if (p_FmSecYSc->sa[an].saId == SECY_AN_FREE_VALUE) in FM_MACSEC_SECY_DeleteRxSa() 554 RETURN_ERROR(MINOR, E_INVALID_STATE, ("An %d is already deleted",an)); in FM_MACSEC_SECY_DeleteRxSa() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 46 /// Describes an entity that is being initialized. 66 /// The entity being initialized is an exception object that 74 /// The entity being initialized is an element of an array. 77 /// The entity being initialized is an object (or array of 90 /// The entity being initialized is an element of a vector. 126 /// The entity being initialized is a non-static data member subobject of an 131 // enum as an index for its first %select. When modifying this list, 165 /// When Kind == EK_Member, whether this is an implicit member 176 /// The name of the variable being captured by an EK_LambdaCapture. 203 /// base class. The integer specifies whether the base is an inherited [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zfs_receive_to_encrypted.ksh | 25 # ZFS should receive to an encrypted child dataset. 29 # 2. Create an encrypted dataset 30 # 3. Attempt to receive a stream to an encrypted child 32 # 5. Attempt to receive an incremental stream to an encrypted child (must fail) 33 # 6. Attempt to receive a stream with properties to an unencrypted child 34 # 7. Attempt to receive an incremental stream to an unencrypted child 35 # 8. Attempt to receive with -o encryption=off to an unencrypted child 36 # 9. Attempt to receive a replication stream to an unencrypted child 37 # 10. Attempt to receive a snapshot stream to an encrypted child (must fail) 69 log_note "Verifying ZFS will receive to an encrypted child" [all …]
|
/freebsd/contrib/mandoc/ |
H A D | mandoc_escape.3 | 13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 45 and, with only a few exceptions, an argument. 157 For escape sequences taking an argument, the pointer 162 For escape sequences not taking an argument, 175 For sequences taking an argument, the function 187 taking an argument in standard form: 205 followed by an argument delimited by an arbitrary character. 209 followed by an argument delimited by an arbitrary character. 228 followed by an argument delimited by an arbitrary character. 232 taking an argument delimited with the single quote character [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-WPS | 5 can be configured and how an external component on the client (e.g., 15 passphrase/PSK) and configuration of an access point and client 32 Registrar") or in an external device, e.g., a laptop, ("external 37 roles (i.e., AP acts as an Enrollee and client device as a Registrar) 48 wpa_supplicant includes an optional WPS component that can be used as 49 an Enrollee to enroll new network credential or as a Registrar to 50 configure an AP. 56 WPS is an optional component that needs to be enabled in 57 wpa_supplicant build configuration (.config). Here is an example 99 network. wpa_supplicant uses the control interface as an input channel [all …]
|
/freebsd/contrib/libedit/ |
H A D | editline.7 | 14 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 27 library prompts for an input string using the function 50 If trying to read from the terminal results in end of file or an 295 Most editor commands accept an optional argument. 303 When an argument is not provided, it defaults to 1. 304 For most editor commands, the effect of an argument is to repeatedly 311 If an editor command causes an error, the input character is discarded, 324 It is an error if the input character is not a digit or if the 331 functionality and execute that line as an 338 With an argument, delete that number of characters. [all …]
|
/freebsd/share/doc/psd/06.Clang/ |
H A D | Clang.ms | 150 Each has a type; an introduction to types is given in ``NAMES.'' 281 and an optionally signed integer exponent. 383 indicates an optional expression enclosed in braces. 388 The C language bases the interpretation of an 397 of the storage associated with an identifier; 530 specifies an empty set of values. 563 is an expression referring to an object. 564 An obvious example of an lvalue 565 expression is an identifier. 572 is an expression of pointer type, then [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | GsymReader.h | 41 /// GsymReader objects must use one of the static functions to create an 75 /// \returns An expected GsymReader that contains the object or an error 83 /// \returns An expected GsymReader that contains the object or an error 91 /// Get the full function info for an address. 104 /// \returns An expected FunctionInfo that contains the function info object 105 /// or an error object that indicates reason for failing to lookup the 109 /// Get the full function info given an address index. 111 /// \param AddrIdx A address index for an addres [all...] |