Home
last modified time | relevance | path

Searched full:records (Results 1 – 25 of 1627) sorted by relevance

12345678910>>...66

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DTableGenBackends.h38 void EmitClangBasicReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
39 void EmitClangBasicWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
40 void EmitClangTypeNodes(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
41 void EmitClangTypeReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
42 void EmitClangTypeWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
43 void EmitClangAttrParserStringSwitches(llvm::RecordKeeper &Records,
46 llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
47 void EmitClangAttrClass(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
48 void EmitClangAttrImpl(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
49 void EmitClangAttrList(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
[all …]
H A DTableGen.cpp118 clEnumValN(PrintRecords, "print-records",
119 "Print all records to stdout (default)"),
121 "Dump all records as machine-readable JSON"),
315 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) { in ClangTableGenMain() argument
318 OS << Records; // No argument, dump all contents in ClangTableGenMain()
321 EmitJSON(Records, OS); in ClangTableGenMain()
324 EmitClangAttrClass(Records, OS); in ClangTableGenMain()
327 EmitClangAttrParserStringSwitches(Records, OS); in ClangTableGenMain()
330 EmitClangAttrSubjectMatchRulesParserStringSwitches(Records, OS); in ClangTableGenMain()
333 EmitClangAttrImpl(Records, OS); in ClangTableGenMain()
[all …]
/freebsd/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.133 .Nd "select records from audit trail files"
55 utility selects records from the audit trail files based on the specified
57 Matching audit records are printed to the standard output in
65 utility to print the selected audit records in human-readable form.
70 Select all records.
72 Select records that occurred after or on the given datetime.
74 Select records that occurred before the given datetime.
76 Select records matching the given audit classes specified as a comma
82 Select records that occurred on a given date.
88 Select records with the given effective user ID or name.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeStreamMerger.h32 /// Merge one set of type records into another. This method assumes
33 /// that all records are type records, and there are no Id records present.
35 /// \param Dest The table to store the re-written type records into.
49 /// Merge one set of id records into another. This method assumes
50 /// that all records are id records, and there are no Type records present.
51 /// However, since Id records can refer back to Type records, this method
52 /// assumes that the referenced type records have also been merged into
57 /// \param Dest The table to store the re-written id records into.
59 /// \param Types The mapping to use for the type records that these id
60 /// records refer to.
[all …]
H A DTypeHashing.h31 /// records within a single sequence of types, because if two records both have
43 static std::vector<LocallyHashedType> hashTypes(Range &&Records) { in hashTypes()
45 Hashes.reserve(std::distance(std::begin(Records), std::end(Records))); in hashTypes()
46 for (const auto &R : Records) in hashTypes()
77 /// is considered "as good as" the original type. Since type records can be
104 /// of referenced records, this function requires a list of types and ids
112 /// of referenced records, this function requires a list of types and ids
120 /// Given a sequence of combined type and ID records, comput
[all...]
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DBlockIndexer.cpp10 // thread and a range of records representing a block.
21 CurrentBlock.Records.push_back(&R); in visit()
27 CurrentBlock.Records.push_back(&R); in visit()
32 CurrentBlock.Records.push_back(&R); in visit()
37 CurrentBlock.Records.push_back(&R); in visit()
42 CurrentBlock.Records.push_back(&R); in visit()
47 CurrentBlock.Records.push_back(&R); in visit()
52 CurrentBlock.Records.push_back(&R); in visit()
58 CurrentBlock.Records.push_back(&R); in visit()
63 if (!CurrentBlock.Records.empty()) in visit()
[all …]
H A DTrace.cpp36 std::vector<XRayRecord> &Records) { in loadNaiveFormatLog() argument
55 Records.reserve(NumReservations); in loadNaiveFormatLog()
81 case 0: { // Normal records. in loadNaiveFormatLog()
82 Records.emplace_back(); in loadNaiveFormatLog()
83 auto &Record = Records.back(); in loadNaiveFormatLog()
152 auto &Record = Records.back(); in loadNaiveFormatLog()
207 // Advance the offset pointer enough bytes to align to 32-byte records for in loadNaiveFormatLog()
217 /// of interspersed 16 byte Metadata Records and 8 byte Function Records.
269 XRayFileHeader &FileHeader, std::vector<XRayRecord> &Records) { in loadFDRLog()
266 loadFDRLog(StringRef Data,bool IsLittleEndian,XRayFileHeader & FileHeader,std::vector<XRayRecord> & Records) loadFDRLog() argument
349 loadYAMLLog(StringRef Data,XRayFileHeader & FileHeader,std::vector<XRayRecord> & Records) loadYAMLLog() argument
[all...]
/freebsd/share/man/man4/
H A Dauditpipe.443 For example, the log may be cycled and new records written to a new file
56 records.
58 The audit pipe device provides discrete BSM audit records; if the read buffer
63 In particular, when an audit pipe queue fills, records will be dropped.
79 Query the current number of records available for reading on the pipe.
81 Retrieve the current maximum number of records that may be queued for reading
84 Set the current maximum number of records that may be queued for reading on
89 Query the lowest possible maximum number of records that may be queued for
92 Query the highest possible maximum number of records that may be queued for
95 Flush all outstanding records on the audit pipe; useful after setting initial
[all …]
H A Dktls.477 TLS records are encrypted or decrypted in the kernel in the socket
83 TLS records are encrypted or decrypted by the network interface card (NIC).
85 Instead, the NIC encrypts TLS records as they are being transmitted,
86 or decrypts received TLS records before providing them to the host.
105 TLS records are encrypted by the NIC using a TCP offload engine (TOE).
116 all data written on the socket is stored in TLS records and encrypted.
117 Most data is transmitted in application layer TLS records,
118 and the kernel chooses how to partition data among TLS records.
119 Individual TLS records with a fixed length and record type can be sent
127 This can be used to send TLS records with a type other than
[all …]
H A Daudit.483 allows D scripts to enable capture of in-kernel audit records for kernel audit
132 The Basic Security Module (BSM) interface to audit records and audit event
140 kernel does not fully validate that audit records submitted by user
141 applications are syntactically valid BSM; as submission of records is limited
145 system calls do not generate audit records, or generate audit records with
150 facility, are not audited as part of records involving MAC decisions.
157 session state associated with it, audit records will still be produced and a zonename token
158 containing the jail's ID or name will be present in the audit records.
/freebsd/contrib/xz/src/liblzma/common/
H A Dindex_hash.c24 /// Number of Records
27 /// Size of the List of Index Records as bytes
51 lzma_index_hash_info records; member
53 /// Number of Records not fully decoded
63 /// the List of Records.
86 index_hash->records.blocks_size = 0; in lzma_index_hash_init()
87 index_hash->records.uncompressed_size = 0; in lzma_index_hash_init()
88 index_hash->records.count = 0; in lzma_index_hash_init()
89 index_hash->records.index_list_size = 0; in lzma_index_hash_init()
97 (void)lzma_check_init(&index_hash->records.check, LZMA_CHECK_BEST); in lzma_index_hash_init()
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D70-test_sslrecords.t74 #Test 1: Injecting out of context empty records should fail
82 ok($fatal_alert, "Out of context empty records test");
88 #Test 2: Injecting in context empty records should succeed
104 "In context empty records test".($run_test_as_dtls == 1) ? " for DTLS" : " for TLS");
108 #Test 3: Injecting too many in context empty records should fail
111 #We allow 32 consecutive in context empty records
116 ok($fatal_alert, "Too many in context empty records test");
127 ok($fatal_alert, "Fragmented alert records test");
328 # records. The server should be sending a record version of 0x303
342 #Test 22: We should ignore empty app data records
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp41 Records.resize(RecordCountHint); in LazyRandomTypeCollection()
66 Records.clear(); in reset()
67 Records.resize(RecordCountHint); in reset()
85 return Records[Index.toArrayIndex()].Offset; in getOffsetOfType()
95 return Records[Index.toArrayIndex()].Type; in getType()
108 return Records[Index.toArrayIndex()].Type; in tryGetType()
126 if (Records[I].Name.data() == nullptr) { in getTypeName()
128 Records[I].Name = Result; in getTypeName()
130 return Records[I].Name; in getTypeName()
137 if (Records in contains()
[all...]
H A DTypeTableCollection.cpp19 TypeTableCollection::TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records) in TypeTableCollection() argument
20 : NameStorage(Allocator), Records(Records) { in TypeTableCollection()
21 Names.resize(Records.size()); in TypeTableCollection()
39 assert(Index.toArrayIndex() < Records.size()); in getType()
40 return CVType(Records[Index.toArrayIndex()]); in getType()
59 uint32_t TypeTableCollection::size() { return Records.size(); } in size()
61 uint32_t TypeTableCollection::capacity() { return Records.size(); } in capacity()
/freebsd/lib/libc/db/man/
H A Drecno.349 records stored in a flat-file format, accessed by the logical record
51 The existence of record number five implies the existence of records
84 The records are fixed-length, not byte delimited.
90 Any records, inserted into the database, that are less than
103 This permits applications to retrieve records at the end of files without
104 reading all of the intervening records.
108 is called, instead of permitting any unmodified records to be read from
122 access method stores the in-memory copies of its records
143 variable-length records, and the pad character for fixed-length
144 records.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp41 // Sum of the size of all public or global records.
61 // Assign public and global symbol records into hash table buckets.
62 // Modifies the list of records to store the bucket index, but does not
68 // DenseMapInfo implementation for deduplicating symbol records.
177 // structure for this purpose, even though these are global records, not in finalizeGlobalBuckets()
178 // public records. Most of the same fields are required: in finalizeGlobalBuckets()
184 std::vector<BulkPublic> Records; in finalizeGlobalBuckets()
185 Records.resize(Globals.size()); in finalizeGlobalBuckets()
189 Records[I].Name = Name.data(); in finalizeGlobalBuckets()
190 Records[ in finalizeGlobalBuckets()
183 std::vector<BulkPublic> Records; finalizeGlobalBuckets() local
198 finalizeBuckets(uint32_t RecordZeroOffset,MutableArrayRef<BulkPublic> Records) finalizeBuckets() argument
395 writeRecords(BinaryStreamWriter & Writer,ArrayRef<CVSymbol> Records) writeRecords() argument
[all...]
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/
H A Ddb_recno.351 variable-length records, and the pad character for fixed-length
52 records.
54 of variable-length records and fixed-length records are padded with
58 The recno access method stores the in-memory copies of its records
81 The records are fixed-length, not byte delimited.
87 Any records, inserted into the database, that are less than
99 This permits applications to retrieve records at the end of files without
100 reading all of the intervening records.
105 is called, instead of permitting any unmodified records to be read from
118 The recno access method stores the in-memory copies of its records
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DTableGen.cpp43 void PrintRecords(RecordKeeper &Records, raw_ostream &OS) { in PrintRecords() argument
44 OS << Records; // No argument, dump all contents in PrintRecords()
47 void PrintEnums(RecordKeeper &Records, raw_ostream &OS) { in PrintEnums() argument
48 for (Record *Rec : Records.getAllDerivedDefinitions(Class)) in PrintEnums()
53 void PrintSets(RecordKeeper &Records, raw_ostream &OS) { in PrintSets() argument
56 for (Record *Rec : Records.getAllDerivedDefinitions("Set")) { in PrintSets()
67 {"print-records", PrintRecords, "Print all records to stdout (default)",
69 {"print-detailed-records", EmitDetailedRecords,
70 "Print full details of all records to stdout"},
71 {"null-backend", [](RecordKeeper &Records, raw_ostream &OS) {}, in __anon20f91a9d0202()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.MultiAggPrinta.ksh.out1 …low = null, records = [org.opensolaris.os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.d…
5 …d[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = , id = 1, records = [org.opensolari…
7 …[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, records = [org.opensolari…
13records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris…
21 …= 4, records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [], value = 3]], org.opensolar…
23 …= 4, records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [], value = 3]], org.opensolar…
25 …[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = c, id = 4, records = [org.opensolari…
27records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris…
33records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris…
39records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris…
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp100 RecordKeeper Records; in TableGenMain() local
103 Records.startPhaseTiming(); in TableGenMain()
107 Records.startTimer("Parse, build records"); in TableGenMain()
114 Records.saveInputFilename(InputFilename); in TableGenMain()
123 TGParser Parser(SrcMgr, MacroNames, Records, NoWarnOnUnusedTemplateArgs); in TableGenMain()
127 Records.stopTimer(); in TableGenMain()
130 Records.startBackendTimer("Backend overall"); in TableGenMain()
136 ActionFn(Records, Out); in TableGenMain()
138 status = MainFn(Out, Records); in TableGenMain()
141 Records.stopBackendTimer(); in TableGenMain()
[all …]
H A DDetailedRecordsBackend.cpp1 //===- DetailedRecordBackend.cpp - Detailed Records Report -*- C++ -*-===//
10 // variables, classes, and records in complete detail. It includes more
29 #define DEBUG_TYPE "detailed-records-backend"
39 RecordKeeper &Records; member in __anon69097f970111::DetailedRecordsEmitter
42 DetailedRecordsEmitter(RecordKeeper &RK) : Records(RK) {} in DetailedRecordsEmitter()
68 OS << formatv("DETAILED RECORDS for file {0}\n", Records.getInputFilename()); in printReportHeading()
73 const auto GlobalList = Records.getGlobals(); in printVariables()
85 const auto &ClassList = Records.getClasses(); in printClasses()
98 // Print the records, including the defm sequences, supercasses,
101 const auto &RecordList = Records.getDefs(); in printRecords()
[all …]
/freebsd/contrib/openbsm/man/
H A Daudit_control.5117 Specifies the maximum number of outstanding committed audit records that can
122 records can exceed this number, as it does not constrain uncommitted records
124 exclude the set of records extracted from the queue and currently being
128 the maximum number of allowable in-flight records multiplied by the maximum
164 draining pending records to disk, and then halting the operating system.
172 Include a unique audit sequence number token in generated audit records (not
177 Include supplementary groups list in generated audit records (not implemented
180 or Darwin; supplementary groups are never included in records on
186 Darwin; trailers are always included in records on these systems).
188 Include secondary file paths in audit records (not implemented on
[all …]
/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGen.cpp35 cl::values(clEnumValN(PrintRecords, "print-records",
36 "Print all records to stdout (default)"),
38 "Dump all records as machine-readable JSON"),
46 static bool LLDBTableGenMain(raw_ostream &OS, RecordKeeper &Records) { in LLDBTableGenMain() argument
49 OS << Records; // No argument, dump all contents in LLDBTableGenMain()
52 EmitJSON(Records, OS); in LLDBTableGenMain()
55 EmitOptionDefs(Records, OS); in LLDBTableGenMain()
58 EmitPropertyDefs(Records, OS); in LLDBTableGenMain()
61 EmitPropertyEnumDefs(Records, OS); in LLDBTableGenMain()
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h9 // Defines the XRay Trace class representing records in an XRay trace file.
26 /// A Trace object represents the records that have been loaded from XRay
49 RecordVector Records; variable
63 const_iterator begin() const { return Records.begin(); } in begin()
64 const_iterator end() const { return Records.end(); } in end()
65 bool empty() const { return Records.empty(); } in empty()
66 size_type size() const { return Records.size(); } in size()
69 /// This function will attempt to load XRay trace records from the provided
73 /// This function will attempt to load XRay trace records from the provided
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h56 /// type records.
60 /// format with different data. Most type records are stored in the TPI
61 /// stream but certain specific types of records are stored in the IPI stream.
62 /// The IPI stream records can refer to the records in the TPI stream, but not
75 /// about the symbol in the Symbol Records stream. The publics stream only
83 /// indices into the symbol records stream to find the full record.
86 /// Symbol records stream. The publics and globals stream refer to records
87 /// in this stream. For some records, like constants and typedefs, the
90 /// specific compile unit, the records here simply provide a reference

12345678910>>...66