Searched refs:record (Results 1 - 25 of 161) sorted by relevance

1234567

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/
H A Dtst.OffsetofUnion.d40 union record {
48 printf("offsetof(record, x) = %d\n", offsetof(union D`record, x));
49 printf("offsetof(record, y) = %d\n", offsetof(union D`record, y));
50 printf("offsetof(record, c) = %d\n", offsetof(union D`record, c));
55 /(0 != offsetof(union D`record, y)) && (0 != offsetof(union D`record, x)) &&
56 (0 != offsetof(union D`record,
[all...]
H A Derr.D_UNKNOWN.OffsetofNULL.d38 struct record {
46 printf("offsetof (struct record, NULL): %d\n",
47 offsetof (struct record, NULL));
/freebsd-current/contrib/wpa/src/wps/
H A Dndef.c36 struct ndef_record *record)
42 record->type_length = *pos++;
46 record->payload_length = *pos++;
55 record->payload_length = len;
62 record->id_length = *pos++;
64 record->id_length = 0;
66 record->type = record->type_length == 0 ? NULL : pos;
67 pos += record->type_length;
69 record
35 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-current/sys/contrib/openzfs/cmd/zinject/
H A Dtranslate.c133 object_from_path(const char *dataset, uint64_t object, zinject_record_t *record) argument
140 record->zi_objset = zfs_prop_get_int(zhp, ZFS_PROP_OBJSETID);
141 record->zi_object = object;
153 zinject_record_t *record)
164 record->zi_start = 0;
165 record->zi_end = -1ULL;
170 record->zi_start = strtoull(range, &end, 10);
174 record->zi_end = record->zi_start + 1;
176 record
152 initialize_range(err_type_t type, int level, char *range, zinject_record_t *record) argument
218 translate_record(err_type_t type, const char *object, const char *range, int level, zinject_record_t *record, char *poolname, char *dataset) argument
312 translate_raw(const char *str, zinject_record_t *record) argument
332 translate_device(const char *pool, const char *device, err_type_t label_type, zinject_record_t *record) argument
[all...]
H A Dzinject.c260 "\t\tClear the particular record (if given a numeric ID), or\n"
395 print_data_handler(int id, const char *pool, zinject_record_t *record, argument
400 if (record->zi_guid != 0 || record->zi_func[0] != '\0' ||
401 record->zi_duration != 0) {
416 id, pool, (u_longlong_t)record->zi_objset,
417 (u_longlong_t)record->zi_object, type_to_name(record->zi_type),
418 record->zi_level, record
432 print_device_handler(int id, const char *pool, zinject_record_t *record, void *data) argument
468 print_delay_handler(int id, const char *pool, zinject_record_t *record, void *data) argument
497 print_panic_handler(int id, const char *pool, zinject_record_t *record, void *data) argument
518 print_pool_delay_handler(int id, const char *pool, zinject_record_t *record, void *data) argument
587 cancel_one_handler(int id, const char *pool, zinject_record_t *record, void *data) argument
643 register_handler(const char *pool, int flags, zinject_record_t *record, int quiet) argument
724 perform_action(const char *pool, zinject_record_t *record, int cmd) argument
859 zinject_record_t record = { 0 }; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Derr.D_ADDROF_VAR.StructPointer.d39 struct record {
45 struct record var;
46 struct record *ptr;
H A Derr.D_DECL_INCOMPLETE.circular.d41 struct record {
49 struct record r;
54 struct record rec;
H A Derr.D_DECL_INCOMPLETE.recursive.d38 struct record {
39 struct record rec;
44 struct record r1;
45 struct record r2;
H A Dtst.StructAssoc.d41 struct record {
46 struct record r1;
47 struct record r2;
H A Derr.D_DECL_INCOMPLETE.simple.d41 struct record {
48 struct record rec;
H A Derr.D_DECL_COMBO.StructWithoutColon.d45 struct record {
57 struct record rec;
H A Derr.D_DECL_COMBO.StructWithoutColon1.d40 struct record {
51 struct record rec;
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Derr.D_DECL_INCOMPLETE.circular.d40 union record {
48 union record r;
53 union record rec;
H A Derr.D_ADDROF_VAR.UnionPointer.d39 union record {
45 union record var;
46 union record *ptr;
H A Derr.D_DECL_INCOMPLETE.recursive.d38 union record {
39 union record rec;
44 union record r1;
45 union record r2;
H A Dtst.UnionAssoc.d41 union record {
46 union record r1;
47 union record r2;
H A Derr.D_DECL_INCOMPLETE.simple.d40 union record {
47 union record rec;
H A Derr.D_DECL_COMBO.UnionWithoutColon.d40 union record {
52 union record rec;
H A Derr.D_DECL_INCOMPLETE.order.d41 union record {
52 union record rec;
/freebsd-current/sys/contrib/ck/src/
H A Dck_epoch.c151 _ck_epoch_delref(struct ck_epoch_record *record, argument
157 current = &record->local.bucket[i];
169 * If no other active bucket exists, then the record will go
172 other = &record->local.bucket[(i + 1) & CK_EPOCH_SENSE_MASK];
179 ck_pr_store_uint(&record->epoch, other->epoch);
186 _ck_epoch_addref(struct ck_epoch_record *record, argument
189 struct ck_epoch *global = record->global;
195 ref = &record->local.bucket[i];
211 previous = &record->local.bucket[(i + 1) &
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-current/sys/contrib/ck/include/
H A Dck_epoch.h116 ck_epoch_record_ct(const ck_epoch_record_t *record) argument
119 return ck_pr_load_ptr(&record->ct);
126 ck_epoch_begin(ck_epoch_record_t *record, ck_epoch_section_t *section) argument
128 struct ck_epoch *epoch = record->global;
134 if (record->active == 0) {
143 ck_pr_fas_uint(&record->active, 1);
146 ck_pr_store_uint(&record->active, 1);
158 ck_pr_store_uint(&record->epoch, g_epoch);
160 ck_pr_store_uint(&record->active, record
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...]
H A Dck_hp.h78 ck_hp_set(struct ck_hp_record *record, unsigned int i, void *pointer) argument
81 ck_pr_store_ptr(&record->pointers[i], pointer);
86 ck_hp_set_fence(struct ck_hp_record *record, unsigned int i, void *pointer) argument
90 ck_pr_fas_ptr(&record->pointers[i], pointer);
92 ck_pr_store_ptr(&record->pointers[i], pointer);
100 ck_hp_clear(struct ck_hp_record *record) argument
102 void **pointers = record->pointers;
105 for (i = 0; i < record->global->degree; i++)
H A Dck_hp_stack.h55 ck_hp_stack_pop_mpmc(ck_hp_record_t *record, struct ck_stack *target) argument
64 ck_hp_set_fence(record, 0, entry);
71 ck_hp_set_fence(record, 0, entry);
75 ck_hp_set_fence(record, 0, update);
87 ck_hp_stack_trypop_mpmc(ck_hp_record_t *record, struct ck_stack *target, struct ck_stack_entry **r) argument
95 ck_hp_set_fence(record, 0, entry);
106 ck_hp_set(record, 0, NULL);
/freebsd-current/contrib/cortex-strings/scripts/
H A Dlibplot.py22 def create_column_tuple(record, names):
23 cols = [getattr(record, name) for name in names]
50 """Parse a record file into named tuples, correcting for loop
58 for record in [x for x in records if x.function=='bounce']:
59 costs[(record.bytes, record.loops)] = record.elapsed
64 for record in records:
65 if record.function == 'bounce':
68 cost = costs.get((record
[all...]
/freebsd-current/tools/regression/priv/
H A Dpriv_audit_submit.c31 * Confirm that privilege is required to submit an audit record; we don't
32 * actually submit a record, but instead rely on the fact that length
33 * validation of the record will occur after the kernel privilege check.
35 * XXX: It might be better to submit a nul record of some sort.
63 char record[MAX_AUDIT_RECORD_SIZE+10]; local
66 bzero(record, sizeof(record));
67 error = audit(record, sizeof(record));

Completed in 133 milliseconds

1234567