Searched refs:rec (Results 1 - 25 of 211) sorted by relevance

123456789

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Derr.D_DECL_INCOMPLETE.circular.d54 struct record rec;
59 rec.position = 0;
60 rec.content = 'a';
61 printf("rec.position: %d\nrec.content: %c\n",
62 rec.position, rec.content);
H A Derr.D_DECL_INCOMPLETE.simple.d48 struct record rec;
52 rec.position = 0;
53 rec.content = 'a';
54 printf("rec.position: %d\nrec.content: %c\n",
55 rec.position, rec.content);
H A Derr.D_DECL_COMBO.StructWithoutColon.d57 struct record rec;
62 rec.content = 'a';
63 rec.position = 1;
69 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
70 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_COMBO.StructWithoutColon1.d51 struct record rec;
56 rec.content = 'a';
57 rec.position = 1;
63 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
64 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.order.d52 struct record rec;
57 rec.content = 'y';
58 rec.position = 2;
64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
65 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.recursive.d39 struct record rec;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Derr.D_DECL_INCOMPLETE.circular.d53 union record rec;
58 rec.position = 0;
59 rec.content = 'a';
61 "rec.position: %d\nrec.content: %c\n", rec.position, rec.content);
H A Derr.D_DECL_INCOMPLETE.simple.d47 union record rec;
51 rec.position = 0;
52 rec.content = 'a';
53 printf("rec.position: %d\nrec.content: %c\n",
54 rec.position, rec.content);
H A Derr.D_DECL_COMBO.UnionWithoutColon.d52 union record rec;
57 rec.content = 'a';
58 rec.position = 1;
64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
65 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_COMBO.UnionWithoutColon1.d51 union record rec;
56 rec.content = 'a';
57 rec.position = 1;
63 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
64 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.order.d52 union record rec;
57 rec.content = 'y';
58 rec.position = 2;
64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
65 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.recursive.d39 union record rec;
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_audit.c96 au_record_t *rec = NULL; local
110 rec = LIST_FIRST(&audit_free_q);
111 rec->used = 1;
112 LIST_REMOVE(rec, au_rec_q);
119 if (rec == NULL) {
123 rec = malloc (sizeof(au_record_t));
124 if (rec == NULL)
127 rec->data = malloc (MAX_AUDIT_RECORD_SIZE * sizeof(u_char));
128 if (rec->data == NULL) {
129 free(rec);
177 au_record_t *rec; local
218 au_assemble(au_record_t *rec, short event) argument
305 au_teardown(au_record_t *rec) argument
339 au_record_t *rec; local
394 au_record_t *rec; local
[all...]
/freebsd-11-stable/lib/libdevdctl/
H A Devent_factory.cc67 EventFactory::Record *rec(regEntries);
68 EventFactory::Record *lastRec(rec + numEntries - 1);
70 for (; rec <= lastRec; rec++) {
71 Key key(rec->m_type, rec->m_subsystem);
73 if (rec->m_buildMethod == NULL)
76 m_registry[key] = rec->m_buildMethod;
/freebsd-11-stable/sys/security/audit/
H A Daudit_bsm.c60 struct au_record *rec);
81 struct au_record *rec; local
83 rec = malloc(sizeof(*rec), M_AUDITBSM, M_WAITOK);
84 rec->data = NULL;
85 TAILQ_INIT(&rec->token_q);
86 rec->len = 0;
87 rec->used = 1;
89 return (rec);
96 kau_write(struct au_record *rec, struc argument
110 kau_close(struct au_record *rec, struct timespec *ctime, short event) argument
162 kau_free(struct au_record *rec) argument
319 audit_sys_auditon(struct audit_record *ar, struct au_record *rec) argument
463 struct au_record *rec; local
1682 bsm_rec_verify(void *rec) argument
[all...]
/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow_v9.c269 struct netflow_v9_record_ipv4_tcp *rec = &rg.rec.v4_tcp; local
271 rec->src_addr = fed->r.r_src.s_addr;
272 rec->dst_addr = fed->r.r_dst.s_addr;
273 rec->next_hop = fed->next_hop.s_addr;
274 rec->i_ifx = htons(fed->fle_i_ifx);
275 rec->o_ifx = htons(fed->fle_o_ifx);
276 rec->i_packets = htonl(fed->packets);
277 rec->i_octets = htonl(fed->bytes);
278 rec
300 struct netflow_v9_record_ipv6_tcp *rec = &rg.rec.v6_tcp; local
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_i2c.c98 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
105 if (rec->hw_capable) {
118 if (rec->a_clk_reg == reg) {
130 if (ASIC_IS_DCE3(rdev) && rec->hw_capable) {
131 temp = RREG32(rec->mask_clk_reg);
133 WREG32(rec->mask_clk_reg, temp);
137 temp = RREG32(rec->a_clk_reg) & ~rec->a_clk_mask;
138 WREG32(rec
166 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
183 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
198 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
212 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
225 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
406 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
658 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
891 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
1032 radeon_i2c_create(struct drm_device *dev, struct radeon_i2c_bus_rec *rec, const char *name) argument
1169 radeon_i2c_create_dp(struct drm_device *dev, struct radeon_i2c_bus_rec *rec, const char *name) argument
1239 radeon_i2c_add(struct radeon_device *rdev, struct radeon_i2c_bus_rec *rec, const char *name) argument
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dipft_pc.c137 static int ipcap_read_rec(rec)
138 packetheader_t *rec;
143 s = (char *)rec;
144 n = sizeof(*rec);
147 i = read(pfd, (char *)rec, sizeof(*rec));
155 rec->caplen = SWAPLONG(rec->caplen);
156 rec->wirelen = SWAPLONG(rec
180 packetheader_t rec; local
211 packetheader_t rec; local
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dmca.c86 struct mca_record rec; member in struct:mca_internal
161 struct mca_internal *rec; local
176 STAILQ_FOREACH(rec, &mca_records, link) {
178 record = rec->rec;
266 mca_mute(const struct mca_record *rec) argument
285 rec->mr_bank == 0 &&
286 (rec->mr_status & 0xa0000000ffffffff) == 0x80000000000f0005 &&
295 mca_log(const struct mca_record *rec) argument
299 if (mca_mute(rec))
434 mca_check_status(int bank, struct mca_record *rec) argument
474 struct mca_internal *rec; local
503 struct mca_internal *rec; local
591 cmci_update(enum scan_mode mode, int bank, int valid, struct mca_record *rec) argument
658 struct mca_record rec; local
[all...]
/freebsd-11-stable/lib/libthr/
H A Dplockstat.d33 probe mutex__acquire(void *mutex, int rec, int spincount);
34 probe mutex__release(void *mutex, int rec);
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_cbc.c77 * record in |rec| by updating |rec->length| in constant time.
86 SSL3_RECORD *rec,
95 if (overhead > rec->length)
98 padding_length = rec->data[rec->length - 1];
99 good = constant_time_ge(rec->length, padding_length + overhead);
103 rec->length -= padding_length;
104 rec->type |= padding_length << 8; /* kludge: pass padding length */
110 * record in |rec| i
85 ssl3_cbc_remove_padding(const SSL *s, SSL3_RECORD *rec, unsigned block_size, unsigned mac_size) argument
121 tls1_cbc_remove_padding(const SSL *s, SSL3_RECORD *rec, unsigned block_size, unsigned mac_size) argument
223 ssl3_cbc_copy_mac(unsigned char *out, const SSL3_RECORD *rec, unsigned md_size, unsigned orig_len) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp410 LLVMPerfJitRecordCodeLoad rec;
411 rec.Prefix.Id = JIT_CODE_LOAD;
412 rec.Prefix.TotalSize = sizeof(rec) + // debug record itself
415 rec.Prefix.Timestamp = perf_get_timestamp();
417 rec.CodeSize = CodeSize;
418 rec.Vma = 0;
419 rec.CodeAddr = CodeAddr;
420 rec.Pid = Pid;
421 rec
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c104 struct ib_sa_mcmember_rec rec; member in struct:mcast_group
131 static void join_handler(int status, struct ib_sa_mcmember_rec *rec,
133 static void leave_handler(int status, struct ib_sa_mcmember_rec *rec,
145 ret = memcmp(mgid->raw, group->rec.mgid.raw, sizeof *mgid);
170 ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw,
171 sizeof group->rec.mgid);
259 return leave_state & group->rec.join_state;
345 &member->multicast.rec,
355 struct ib_sa_mcmember_rec rec; local
518 join_handler(int status, struct ib_sa_mcmember_rec *rec, void *context) argument
550 leave_handler(int status, struct ib_sa_mcmember_rec *rec, void *context) argument
612 ib_sa_join_multicast(struct ib_sa_client *client, struct ib_device *device, u8 port_num, struct ib_sa_mcmember_rec *rec, ib_sa_comp_mask comp_mask, gfp_t gfp_mask, int (*callback)(int status, struct ib_sa_multicast *multicast), void *context) argument
698 ib_sa_get_mcmember_rec(struct ib_device *device, u8 port_num, union ib_gid *mgid, struct ib_sa_mcmember_rec *rec) argument
724 ib_init_ah_from_mcmember(struct ib_device *device, u8 port_num, struct ib_sa_mcmember_rec *rec, struct net_device *ndev, enum ib_gid_type gid_type, struct ib_ah_attr *ah_attr) argument
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_alias_GUID.c199 struct mlx4_sriov_alias_guid_info_rec_det *rec; local
206 rec = &dev->sriov.alias_guid.ports_guid[port_num - 1].
240 required_value = *(__be64 *)&rec->all_recs[i * GUID_REC_SIZE];
246 rec->guid_indexes = rec->guid_indexes &
299 struct mlx4_sriov_alias_guid_info_rec_det *rec; local
310 rec = &dev->sriov.alias_guid.ports_guid[port_index].
316 rec->time_to_run = ktime_get_ns() + 1 * NSEC_PER_SEC;
330 rec = &dev->sriov.alias_guid.ports_guid[port_index].
342 required_val = *(__be64 *)&rec
489 set_guid_rec(struct ib_device *ibdev, struct mlx4_next_alias_guid_work *rec) argument
652 struct mlx4_sriov_alias_guid_info_rec_det *rec = local
698 struct mlx4_sriov_alias_guid_info_rec_det rec; local
725 get_next_record_to_update(struct mlx4_ib_dev *dev, u8 port, struct mlx4_next_alias_guid_work *rec) argument
750 struct mlx4_next_alias_guid_work *rec; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMultiAggPrinta.java44 printaRecordString(PrintaRecord rec) argument
49 buf.append(rec.getAggregations());
51 buf.append(rec.getFormattedStrings());
53 buf.append(rec.getTuples());
55 buf.append(rec.getOutput());

Completed in 227 milliseconds

123456789