Home
last modified time | relevance | path

Searched defs:record (Results 1 – 25 of 105) sorted by relevance

12345

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructDataTypes.d43 struct record { struct
44 char new_char;
45 short new_short;
46 int new_int;
47 long new_long;
48 long long new_long_long;
49 int8_t new_int8;
50 int16_t new_int16;
51 int32_t new_int32;
52 int64_t new_int64;
[all …]
H A Derr.D_DECL_INCOMPLETE.simple.d41 struct record { struct
48 struct record rec; argument
H A Derr.D_DECL_INCOMPLETE.recursive.d38 struct record { struct
39 struct record rec; argument
44 struct record r1; argument
H A Derr.D_DECL_INCOMPLETE.order.d41 struct record { struct
52 struct record rec; argument
H A Derr.D_DECL_INCOMPLETE.circular.d41 struct record { struct
49 struct record r; argument
H A Derr.D_ADDROF_VAR.StructPointer.d39 struct record { struct
45 struct record var; argument
H A Dtst.StructAssoc.d41 struct record { struct
46 struct record r1; argument
H A Derr.D_DECL_COMBO.StructWithoutColon1.d40 struct record { struct
51 struct record rec; argument
H A Derr.D_PROTO_ARG.DupStructAssoc.d40 struct record { struct
50 struct record r1; argument
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/
H A Derr.D_UNKNOWN.OffsetofNULL.d38 struct record { struct
46 printf("offsetof (struct record, NULL): %d\n", argument
H A Dtst.OffsetofAlias.d40 typedef struct record { struct
44 } record_t; argument
H A Dtst.OffsetofArith.d40 typedef struct record { struct
44 } record_t; argument
/freebsd/sys/contrib/ck/src/
H A Dck_epoch.c186 _ck_epoch_addref(struct ck_epoch_record *record, in _ck_epoch_addref()
242 struct ck_epoch_record *record; in ck_epoch_recycle() local
274 ck_epoch_register(struct ck_epoch *global, struct ck_epoch_record *record, in ck_epoch_register()
298 ck_epoch_unregister(struct ck_epoch_record *record) in ck_epoch_unregister()
360 ck_epoch_dispatch(struct ck_epoch_record *record, unsigned int e, ck_stack_t *deferred) in ck_epoch_dispatch()
400 ck_epoch_reclaim(struct ck_epoch_record *record) in ck_epoch_reclaim()
529 ck_epoch_synchronize(struct ck_epoch_record *record) in ck_epoch_synchronize()
537 ck_epoch_barrier(struct ck_epoch_record *record) in ck_epoch_barrier()
546 ck_epoch_barrier_wait(struct ck_epoch_record *record, ck_epoch_wait_cb_t *cb, in ck_epoch_barrier_wait()
566 ck_epoch_poll_deferred(struct ck_epoch_record *record, ck_stack_t *deferred) in ck_epoch_poll_deferred()
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h93 WrappedRecord(llvm::Record *record = nullptr) : Record(record) {} in Record() argument
147 HasProperties(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord() argument
160 ASTNode(llvm::Record *record = nullptr) : HasProperties(record) {} in HasProperties() argument
183 DeclNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() argument
205 TypeNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() argument
227 StmtNode(llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() argument
250 PropertyType(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord() argument
334 TypeKindRule(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord() argument
364 TypeCase(llvm::Record *record = nullptr) : HasProperties(record) {} in HasProperties() argument
384 Property(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord() argument
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineWritableAssign.d39 struct record { struct
44 struct record rec1; argument
/freebsd/sys/contrib/openzfs/cmd/zinject/
H A Dtranslate.c133 object_from_path(const char *dataset, uint64_t object, zinject_record_t *record) in object_from_path()
153 zinject_record_t *record) in initialize_range()
219 int level, zinject_record_t *record, char *poolname, char *dataset) in translate_record()
312 translate_raw(const char *str, zinject_record_t *record) in translate_raw()
333 zinject_record_t *record) in translate_device()
H A Dzinject.c357 print_data_handler(int id,const char * pool,zinject_record_t * record,void * data) print_data_handler() argument
392 print_device_handler(int id,const char * pool,zinject_record_t * record,void * data) print_device_handler() argument
417 print_delay_handler(int id,const char * pool,zinject_record_t * record,void * data) print_delay_handler() argument
446 print_panic_handler(int id,const char * pool,zinject_record_t * record,void * data) print_panic_handler() argument
502 cancel_one_handler(int id,const char * pool,zinject_record_t * record,void * data) cancel_one_handler() argument
558 register_handler(const char * pool,int flags,zinject_record_t * record,int quiet) register_handler() argument
618 perform_action(const char * pool,zinject_record_t * record,int cmd) perform_action() argument
753 zinject_record_t record = { 0 }; main() local
[all...]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofDataTypes.d61 struct record { struct
71 union record { argument
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/
H A Dtst.ArrayPointer1.d67 struct record { struct
77 union record { argument
/freebsd/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry.h289 typedef struct record struct
291 struct record *Ptr_Comp; argument
292 Enumeration Discr;
293 union {
307 } variant;
/freebsd/contrib/wpa/src/wps/
H A Dndef.c36 struct ndef_record *record) in ndef_parse_record()
92 struct ndef_record record; in ndef_parse_records() local
117 struct wpabuf *record; in ndef_build_record() local
161 static int wifi_filter(struct ndef_record *record) in wifi_filter()
187 static int p2p_filter(struct ndef_record *record) in p2p_filter()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp357 RecordT record(static_cast<SymbolRecordKind>(sym.kind())); in createRecord() local
364 RecordT record = createRecord<RecordT>(sym); in GetSegmentAndOffset() local
370 TrampolineSym record = createRecord<TrampolineSym>(sym); in GetSegmentAndOffset() local
375 Thunk32Sym record = createRecord<Thunk32Sym>(sym); in GetSegmentAndOffset() local
381 CoffGroupSym record = createRecord<CoffGroupSym>(sym); in GetSegmentAndOffset() local
386 DataSym record = createRecord<DataSym>(sym); in GetSegmentAndOffset() local
392 ThreadLocalDataSym record = createRecord<ThreadLocalDataSym>(sym); in GetSegmentAndOffset() local
444 RecordT record = createRecord<RecordT>(sym); in GetSegmentOffsetAndLength() local
451 TrampolineSym record = createRecord<TrampolineSym>(sym); in GetSegmentOffsetAndLength() local
457 Thunk32Sym record = createRecord<Thunk32Sym>(sym); in GetSegmentOffsetAndLength() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp214 auto record = LineRecord::parse(*It); in ParseCompileUnitAtIndex() local
248 if (auto record = FuncRecord::parse(*It)) { in GetOrCreateFunction() local
314 if (auto record = InlineRecord::parse(*It)) { in ParseBlocksRecursive() local
356 auto record = InlineOriginRecord::parse(line); in ParseInlineOriginRecords() local
491 if (auto record = PublicRecord::parse(line)) in AddSymbols() local
507 auto record = StackWinRecord::parse( in GetParameterStackSize() local
671 std::optional<StackCFIRecord> record = StackCFIRecord::parse(*It); in ParseCFIUnwindPlan() local
695 std::optional<StackWinRecord> record = StackWinRecord::parse(*It); in ParseWinUnwindPlan() local
794 auto record = FileRecord::parse(line); in ParseFileRecords() local
824 if (auto record = FuncRecord::parse(*It)) { in ParseCUData() local
[all …]
/freebsd/sys/contrib/ck/include/
H A Dck_epoch.h116 ck_epoch_record_ct(const ck_epoch_record_t *record) in ck_epoch_record_ct()
126 ck_epoch_begin(ck_epoch_record_t *record, ck_epoch_section_t *section) in ck_epoch_begin()
174 ck_epoch_end(ck_epoch_record_t *record, ck_epoch_section_t *section) in ck_epoch_end()
196 ck_epoch_call(ck_epoch_record_t *record, in ck_epoch_call()
214 ck_epoch_call_strict(ck_epoch_record_t *record, in ck_epoch_call_strict()
H A Dck_hp_fifo.h78 ck_hp_fifo_enqueue_mpmc(ck_hp_record_t *record, in ck_hp_fifo_enqueue_mpmc()
109 ck_hp_fifo_tryenqueue_mpmc(ck_hp_record_t *record, in ck_hp_fifo_tryenqueue_mpmc()
138 ck_hp_fifo_dequeue_mpmc(ck_hp_record_t *record, in ck_hp_fifo_dequeue_mpmc()
172 ck_hp_fifo_trydequeue_mpmc(ck_hp_record_t *record, in ck_hp_fifo_trydequeue_mpmc()

12345