Searched defs:record (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-13-stable/tools/regression/priv/
H A Dpriv_audit_submit.c65 char record[MAX_AUDIT_RECORD_SIZE+10]; local
/freebsd-13-stable/sys/security/mac/
H A Dmac_audit.c104 mac_system_check_audit(struct ucred *cred, void *record, int length) argument
/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_hp_stack.h55 ck_hp_stack_pop_mpmc(ck_hp_record_t *record, struct ck_stack *target) argument
87 ck_hp_stack_trypop_mpmc(ck_hp_record_t *record, struct ck_stack *target, struct ck_stack_entry **r) argument
H A Dck_hp_fifo.h78 ck_hp_fifo_enqueue_mpmc(ck_hp_record_t *record, argument
109 ck_hp_fifo_tryenqueue_mpmc(ck_hp_record_t *record, argument
138 ck_hp_fifo_dequeue_mpmc(ck_hp_record_t *record, argument
172 ck_hp_fifo_trydequeue_mpmc(ck_hp_record_t *record, argument
[all...]
H A Dck_hp.h78 ck_hp_set(struct ck_hp_record *record, unsigned int i, void *pointer) argument
86 ck_hp_set_fence(struct ck_hp_record *record, unsigned int i, void *pointer) argument
100 ck_hp_clear(struct ck_hp_record *record) argument
H A Dck_epoch.h116 ck_epoch_record_ct(const ck_epoch_record_t *record) argument
126 ck_epoch_begin(ck_epoch_record_t *record, ck_epoch_section_t *section) argument
174 ck_epoch_end(ck_epoch_record_t *record, ck_epoch_section_t *section) argument
196 ck_epoch_call(ck_epoch_record_t *record, ck_epoch_entry_t *entry, ck_epoch_cb_t *function) argument
214 ck_epoch_call_strict(ck_epoch_record_t *record, ck_epoch_entry_t *entry, ck_epoch_cb_t *function) argument
[all...]
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c268 ipoib_event(struct ib_event_handler *handler, struct ib_event *record) argument
[all...]
/freebsd-13-stable/contrib/file/src/
H A Dtar.h51 union record { union
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dndef.c35 ndef_parse_record(const u8 *data, u32 size, struct ndef_record *record) argument
86 struct ndef_record record; local
111 struct wpabuf *record; local
155 wifi_filter(struct ndef_record *record) argument
181 p2p_filter(struct ndef_record *record) argument
[all...]
/freebsd-13-stable/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry.h289 typedef struct record struct
/freebsd-13-stable/sys/contrib/openzfs/cmd/zinject/
H A Dtranslate.c133 object_from_path(const char *dataset, uint64_t object, zinject_record_t *record) argument
152 initialize_range(err_type_t type, int level, char *range, zinject_record_t *record) argument
217 translate_record(err_type_t type, const char *object, const char *range, int level, zinject_record_t *record, char *poolname, char *dataset) argument
311 translate_raw(const char *str, zinject_record_t *record) argument
331 translate_device(const char *pool, const char *device, err_type_t label_type, zinject_record_t *record) argument
[all...]
H A Dzinject.c356 print_data_handler(int id, const char *pool, zinject_record_t *record, argument
391 print_device_handler(int id, const char *pool, zinject_record_t *record, void *data) argument
416 print_delay_handler(int id, const char *pool, zinject_record_t *record, void *data) argument
445 print_panic_handler(int id, const char *pool, zinject_record_t *record, void *data) argument
502 cancel_one_handler(int id, const char *pool, zinject_record_t *record, void *data) argument
557 register_handler(const char *pool, int flags, zinject_record_t *record, int quiet) argument
617 perform_action(const char *pool, zinject_record_t *record, int cmd) argument
752 zinject_record_t record = { 0 }; local
[all...]
/freebsd-13-stable/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd.c220 u_char record[MAX_AUDIT_RECORD_SIZE]; local
/freebsd-13-stable/usr.sbin/rmt/
H A Drmt.c61 static char *record; variable
/freebsd-13-stable/sys/contrib/ck/src/
H A Dck_hp.c96 struct ck_hp_record *record; local
167 struct ck_hp_record *record; local
192 struct ck_hp_record *record; local
[all...]
H A Dck_epoch.c151 _ck_epoch_delref(struct ck_epoch_record *record, argument
186 _ck_epoch_addref(struct ck_epoch_record *record, argument
242 struct ck_epoch_record *record; local
274 ck_epoch_register(struct ck_epoch *global, struct ck_epoch_record *record, void *ct) argument
298 ck_epoch_unregister(struct ck_epoch_record *record) argument
360 ck_epoch_dispatch(struct ck_epoch_record *record, unsigned int e, ck_stack_t *deferred) argument
400 ck_epoch_reclaim(struct ck_epoch_record *record) argument
529 ck_epoch_synchronize(struct ck_epoch_record *record) argument
537 ck_epoch_barrier(struct ck_epoch_record *record) argument
546 ck_epoch_barrier_wait(struct ck_epoch_record *record, ck_epoch_wait_cb_t *cb, void *ct) argument
566 ck_epoch_poll_deferred(struct ck_epoch_record *record, ck_stack_t *deferred) argument
619 ck_epoch_poll(struct ck_epoch_record *record) argument
[all...]
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c128 struct linux_epoch_record *record; local
193 struct linux_epoch_record *record; local
231 struct linux_epoch_record *record; local
265 struct linux_epoch_record *record = local
[all...]
/freebsd-13-stable/usr.bin/m4/
H A Dmain.c608 record(struct position *t, int lev) function
/freebsd-13-stable/usr.bin/tcopy/
H A Dtcopy.c66 static uint64_t lastrec, record, size, tsize; variable
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp217 RecordT record = createRecord<RecordT>(sym); local
223 TrampolineSym record local
228 Thunk32Sym record = createRecord<Thunk32Sym>(sym); local
234 CoffGroupSym record = createRecord<CoffGroupSym>(sym); local
239 DataSym record = createRecord<DataSym>(sym); local
245 ThreadLocalDataSym record = createRecord<ThreadLocalDataSym>(sym); local
297 RecordT record = createRecord<RecordT>(sym); local
304 TrampolineSym record = createRecord<TrampolineSym>(sym); local
310 Thunk32Sym record = createRecord<Thunk32Sym>(sym); local
317 CoffGroupSym record = createRecord<CoffGroupSym>(sym); local
826 RecordType record; local
859 EnumRecord record; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c127 zio_match_handler(const zbookmark_phys_t *zb, uint64_t type, int dva, zinject_record_t *record, int error) argument
703 zio_calculate_range(const char *pool, zinject_record_t *record) argument
765 zio_inject_fault(char *name, int flags, int *id, zinject_record_t *record) argument
873 zio_inject_list_next(int *id, char *name, size_t buflen, zinject_record_t *record) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp113 explicit format_xray_record(XRayRecord record, argument
[all...]
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dst.c53 st_data_t record; member in struct:st_table_entry
/freebsd-13-stable/contrib/one-true-awk/
H A Dlib.c37 char *record; variable
[all...]
/freebsd-13-stable/usr.bin/script/
H A Dscript.c385 record(FILE *fp, char *buf, size_t cc, int direction) function

Completed in 149 milliseconds

123