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

123456789

/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_audit.c98 au_record_t *rec = NULL; local
112 rec = LIST_FIRST(&audit_free_q);
113 rec->used = 1;
114 LIST_REMOVE(rec, au_rec_q);
121 if (rec == NULL) {
125 rec = malloc (sizeof(au_record_t));
126 if (rec == NULL)
129 rec->data = malloc (MAX_AUDIT_RECORD_SIZE * sizeof(u_char));
130 if (rec->data == NULL) {
131 free(rec);
179 au_record_t *rec; local
220 au_assemble(au_record_t *rec, short event) argument
307 au_teardown(au_record_t *rec) argument
341 au_record_t *rec; local
396 au_record_t *rec; local
[all...]
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dd1_enc.c139 SSL3_RECORD *rec; local
154 rec= &(s->s3->wrec);
160 if ( rec->data != rec->input)
162 fprintf(stderr, "%s:%d: rec->data != rec->input\n",
166 if (RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)) <= 0)
179 rec= &(s->s3->rrec);
193 memmove(rec->data,rec
[all...]
H A Ds3_cbc.c72 * record in |rec| by updating |rec->length| in constant time.
80 SSL3_RECORD *rec,
89 if (overhead > rec->length)
92 padding_length = rec->data[rec->length-1];
93 good = constant_time_ge(rec->length, padding_length+overhead);
97 rec->length -= padding_length;
98 rec->type |= padding_length<<8; /* kludge: pass padding length */
103 * record in |rec| i
79 ssl3_cbc_remove_padding(const SSL* s, SSL3_RECORD *rec, unsigned block_size, unsigned mac_size) argument
113 tls1_cbc_remove_padding(const SSL* s, SSL3_RECORD *rec, unsigned block_size, unsigned mac_size) argument
218 ssl3_cbc_copy_mac(unsigned char* out, const SSL3_RECORD *rec, unsigned md_size,unsigned orig_len) argument
[all...]
/freebsd-10.0-release/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
464 struct au_record *rec; local
1681 bsm_rec_verify(void *rec) argument
[all...]
/freebsd-10.0-release/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-10.0-release/sys/x86/x86/
H A Dmca.c80 struct mca_record rec; member in struct:mca_internal
142 struct mca_internal *rec; local
157 STAILQ_FOREACH(rec, &mca_records, link) {
159 record = rec->rec;
248 mca_log(const struct mca_record *rec) argument
252 printf("MCA: Bank %d, Status 0x%016llx\n", rec->mr_bank,
253 (long long)rec->mr_status);
255 (long long)rec->mr_mcg_cap, (long long)rec
384 mca_check_status(int bank, struct mca_record *rec) argument
424 struct mca_internal *rec; local
453 struct mca_internal *rec; local
490 cmci_update(enum scan_mode mode, int bank, int valid, struct mca_record *rec) argument
567 struct mca_record rec; local
[all...]
/freebsd-10.0-release/sys/ia64/ia64/
H A Dmca.c129 struct mca_info *rec; local
158 rec = malloc(sizeof(struct mca_info) + recsz, M_MCA,
160 if (rec == NULL)
164 rec->mi_seqnr = seqnr;
165 rec->mi_cpuid = PCPU_GET(cpuid);
183 free(rec, M_MCA);
188 rec->mi_recsz = recsz;
189 bcopy((char*)mca_info_block, rec->mi_record, recsz);
200 STAILQ_INSERT_TAIL(reclst, rec, mi_link);
209 struct mca_info *rec; local
[all...]
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibidsverify.pl95 my $rec = undef;
104 $rec = {lid => $lid, nodeguid => $nodeguid};
105 $insert_lid::lids{$lid} = $rec;
115 my $rec = undef;
124 $rec = {lid => $lid, nodeguid => $nodeguid};
125 $insert_nodeguid::nodeguids{$nodeguid} = $rec;
148 my $rec = undef;
157 $rec = {lid => $lid, portguid => $portguid};
158 $insert_portguid::portguids{$portguid} = $rec;
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dmulticast.c95 struct ib_sa_mcmember_rec rec; member in struct:mcast_group
123 static void join_handler(int status, struct ib_sa_mcmember_rec *rec,
125 static void leave_handler(int status, struct ib_sa_mcmember_rec *rec,
137 ret = memcmp(mgid->raw, group->rec.mgid.raw, sizeof *mgid);
162 ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw,
163 sizeof group->rec.mgid);
250 return leave_state & group->rec.join_state;
308 &member->multicast.rec,
322 struct ib_sa_mcmember_rec rec; local
489 join_handler(int status, struct ib_sa_mcmember_rec *rec, void *context) argument
515 leave_handler(int status, struct ib_sa_mcmember_rec *rec, void *context) argument
577 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
663 ib_sa_get_mcmember_rec(struct ib_device *device, u8 port_num, union ib_gid *mgid, struct ib_sa_mcmember_rec *rec) argument
689 ib_init_ah_from_mcmember(struct ib_device *device, u8 port_num, struct ib_sa_mcmember_rec *rec, struct ib_ah_attr *ah_attr) argument
[all...]
/freebsd-10.0-release/sys/netinet/
H A Dsctp_indata.c174 read_queue_e->sinfo_stream = chk->rec.data.stream_number;
175 read_queue_e->sinfo_ssn = chk->rec.data.stream_seq;
176 read_queue_e->sinfo_flags = (chk->rec.data.rcv_flags << 8);
177 read_queue_e->sinfo_ppid = chk->rec.data.payloadtype;
180 read_queue_e->sinfo_tsn = chk->rec.data.TSN_seq;
181 read_queue_e->sinfo_cumtsn = chk->rec.data.TSN_seq;
407 if (chk->rec.data.TSN_seq != (asoc->tsn_last_delivered + 1)) {
411 stream_no = chk->rec.data.stream_number;
413 if (nxt_todel != chk->rec.data.stream_seq &&
414 (chk->rec
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMutex.h93 explicit SmartMutex(bool rec = true) :
94 MutexImpl(rec), acquired(0), recursive(rec) { }

Completed in 326 milliseconds

123456789