| /freebsd/share/man/man4/ |
| H A D | sndstat.4 | 275 Callers need to provide a sufficiently large buffer to hold a serialized 286 is 0, the buffer size required to hold a serialized nvlist 298 will be set to the size of the serialized nvlist written to the provided buffer. 310 Callers have to provide a buffer holding a serialized nvlist. 312 should be set to the length in bytes of the serialized nvlist. 314 should be pointed to a buffer storing the serialized nvlist. 315 Userspace-backed PCM audio device nodes should be listed inside the serialized
|
| /freebsd/sys/sys/ |
| H A D | smr_types.h | 39 * serialized - Use while holding a lock that serializes writers. Updates 68 * Read from an SMR protected pointer while serialized by an 79 * Store 'v' to an SMR protected pointer while serialized by an 83 * Writers that are serialized with mutual exclusion or on a single 94 * while serialized by an external mechanism. 'ex' should contain
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | NameToDIE.h | 52 /// Decode a serialized version of this object from data. 55 /// The decoder object that references the serialized data. 70 /// This allows this object to be serialized to disk. 73 /// A data encoder object that serialized bytes will be encoded into.
|
| H A D | DIERef.h | 86 /// Decode a serialized version of this object from data. 89 /// The decoder object that references the serialized data. 103 /// This allows this object to be serialized to disk. 106 /// A data encoder object that serialized bytes will be encoded into.
|
| H A D | ManualDWARFIndex.h | 87 /// Decode a serialized version of this object from data. 90 /// The decoder object that references the serialized data. 105 /// This allows this object to be serialized to disk. 108 /// A data encoder object that serialized bytes will be encoded into.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | SerializedDiagnostics.h | 1 //===--- SerializedDiagnostics.h - Common data for serialized diagnostics -===// 42 /// serialized diagnostics version number when you add to it. 52 /// The serialized diagnostics version number.
|
| H A D | SerializedDiagnosticReader.h | 45 /// A location that is represented in the serialized diagnostics. 56 /// A base class that handles reading serialized diagnostics from a file. 59 /// the various constructs that are found in serialized diagnostics.
|
| /freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsmethod.c | 189 * NOTE: It is a bit of overkill to mark all such methods serialized, since 194 * methods as serialized. 268 * Currently used to detect methods that must be marked serialized 291 * Mark the method as serialized. Later code will create a mutex for in AcpiDsDetectNamedOpcodes() 295 * Sync Level mechanism for this method, even though it is now serialized. in AcpiDsDetectNamedOpcodes() 304 "Method serialized [%4.4s] %p - [%s] (%4.4X)\n", in AcpiDsDetectNamedOpcodes() 404 * DESCRIPTION: Create a mutex object for a serialized control method 488 * If this method is serialized, we need to acquire the method mutex. in AcpiDsBeginMethodExecution() 493 * Create a mutex for the method if it is defined to be Serialized in AcpiDsBeginMethodExecution() 511 * If the method was auto-serialized, we just ignore the sync level in AcpiDsBeginMethodExecution() [all …]
|
| /freebsd/cddl/usr.sbin/zfsd/ |
| H A D | case_file.h | 77 * reasons, CaseFile%%s with accumulated I/O error events are serialized 143 * \brief Deserialize all serialized CaseFile objects found in 161 * This routine does not disturb the on disk, serialized, CaseFile 265 * serialized CaseFile data. 275 * \brief Given the name of a file containing serialized events from a 277 * representing the serialized data. 279 * \param fileName The name of a file containing serialized events 387 * \brief The file system path to serialized CaseFile data.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | PCHContainerOperations.h | 34 /// containers for serialized ASTs (precompiled headers and clang 43 /// serialized AST bitstream. 53 /// containers for serialized ASTs (precompiled headers and clang 61 /// Returns the serialized AST inside the PCH container Buffer.
|
| /freebsd/contrib/unbound/libunbound/ |
| H A D | context.h | 292 * Obtain command code from serialized buffer 293 * @param p: buffer serialized. 302 * @param p: buffer serialized. 312 * @param p: buffer serialized. 322 * @param p: buffer serialized. 333 * @param p: buffer serialized.
|
| /freebsd/crypto/openssl/crypto/ec/curve448/ |
| H A D | point_448.h | 43 /* Number of bytes in a serialized scalar. */ 87 * ser (in): Serialized form of a scalar. 102 * ser (in): Serialized form of a scalar. 103 * ser_len (in): Length of serialized form. 113 * ser (out): Serialized form of a scalar.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/ |
| H A D | RemarkStringTable.h | 34 /// This table can be for example serialized in a section to be consumed after 40 /// Total size of the string table when serialized. 60 /// Serialize the string table to a stream. It is serialized as a little
|
| H A D | RemarkSerializer.h | 29 Separate, // A mode where the metadata is serialized separately from the 50 /// The table can be serialized to be consumed after the compilation.
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | DataFileCache.h | 151 /// This allows this object to be serialized to disk. The CacheSignature 153 /// be serialized so that we can match this data to when the cached file is 157 /// A data encoder object that serialized bytes will be encoded into. 165 /// Decode a serialized version of this object from data. 168 /// The decoder object that references the serialized data.
|
| H A D | Mangled.h | 249 /// Decode a serialized version of this object from data. 252 /// The decoder object that references the serialized data. 267 /// This allows this object to be serialized to disk. 270 /// A data encoder object that serialized bytes will be encoded into.
|
| /freebsd/usr.bin/mkesdb/ |
| H A D | yacc.y | 136 void *serialized; in dump_file() local 201 serialized = malloc(size); in dump_file() 202 _region_init(&data, serialized, size); in dump_file() 204 if (fwrite(serialized, size, 1, fp) != 1) in dump_file()
|
| /freebsd/contrib/flex/src/ |
| H A D | tables_shared.h | 61 /** Magic number for serialized format. */ 106 /* The serialized tables header. */ 116 /** A single serialized table */
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Symtab.h | 139 /// Decode a serialized version of this object from data. 142 /// The decoder object that references the serialized data. 160 /// This allows this object to be serialized to disk. The object file must 161 /// have a valid Signature in order to be serialized as it is used to make 167 /// A data encoder object that serialized bytes will be encoded into.
|
| H A D | Symbol.h | 264 /// Decode a serialized version of this object from data. 267 /// The decoder object that references the serialized data. 291 /// This allows this object to be serialized to disk. 294 /// A data encoder object that serialized bytes will be encoded into.
|
| /freebsd/crypto/libecc/include/libecc/ecdh/ |
| H A D | ecccdh.h | 28 /* Get the size of the serialized public key associated to the curve parameters. 43 /* Create a key pair from a serialized private key.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | simple_packed_serialization.h | 26 // Serialized as the sequence length (as a uint64_t) followed by the 30 // Serialized as each of the element types from T1 to TN without padding. 185 /// A blob tuple should be serialized by serializing each of the elements in 195 /// SPSOptionals should be serialized as a bool with true indicating that an 197 /// If the boolean is true then the serialized SPSTagT will follow immediately 203 /// SPSSequences should be serialized as a uint64_t sequence length, 333 /// 'Trivial' sequence serialization: Sequence is serialized as a uint64_t size
|
| /freebsd/crypto/krb5/src/lib/rpc/ |
| H A D | auth_gssapi.c | 69 /* pre-serialized ah_cred */ 484 * Effects: auth->ah_cred is set to the serialized auth_gssapi_creds 560 * The pre-serialized credentials in cred_buf are serialized. If the 561 * context is established, the sealed sequence number is serialized as 563 * is serialized. The sequence number is *not* incremented, because 755 * Purpose: encrypt the serialized arguments from xdr_func applied to
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | ReplacementsYaml.h | 28 /// (de)serialized. in LLVM_YAML_IS_SEQUENCE_VECTOR() 61 /// TranslationUnitReplacements is (de)serialized. in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.Bean.ksh.out | 2 serialized: 1 8 serialized: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9, 42 …serialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari… 88 serialized: [cat, 9, 122 serialized: [1, 2, 3] 128 serialized: 150 …serialized: org.opensolaris.os.dtrace.Distribution[buckets = [org.opensolaris.os.dtrace.Distributi… 156 …serialized: class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org… 162 serialized: org.opensolaris.os.dtrace.Option[name = aggrate, value = 1s] 168 …serialized: org.opensolaris.os.dtrace.ProcessState[pid = 123456, state = UNDEAD, terminationSignal… [all …]
|