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

1234567891011>>

/netbsd-current/sys/dev/raidframe/
H A Drf_acctrace.c76 rf_LogTraceRec(RF_Raid_t *raid, RF_AccTraceEntry_t *rec) argument
87 if (rec->reconacc) {
88 acc->recon_start_to_fetch_us += rec->specific.recon.recon_start_to_fetch_us;
89 acc->recon_fetch_to_return_us += rec->specific.recon.recon_fetch_to_return_us;
90 acc->recon_return_to_submit_us += rec->specific.recon.recon_return_to_submit_us;
91 acc->recon_num_phys_ios += rec->num_phys_ios;
92 acc->recon_phys_io_us += rec->phys_io_us;
93 acc->recon_diskwait_us += rec->diskwait_us;
96 RF_HIST_ADD(acc->tot_hist, rec->total_us);
97 RF_HIST_ADD(acc->dw_hist, rec
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgdb11531.c22 struct rec struct
29 static struct rec myrec;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgdb11531.c22 struct rec struct
29 static struct rec myrec;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpretty-print-call-by-hand.c24 rec (int i) function
28 rec (i-1);
34 rec (100);
/netbsd-current/usr.sbin/kvm_mkdb/
H A Dtestdb.c63 DBT rec; local
76 rec.data = VRS_KEY;
77 rec.size = sizeof(VRS_KEY) - 1;
78 if ((db->get)(db, &rec, &rec, 0))
80 if (rec.data == 0 || rec.size == 0 || rec.size > sizeof(dbversion))
82 memmove(dbversion, rec.data, rec
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Drecode-sr-latin-127 tmpfiles="$tmpfiles rec-srl-1.in"
28 cat <<\EOF > rec-srl-1.in
33 tmpfiles="$tmpfiles rec-srl-1.out"
36 ${RECODE}-sr-latin < rec-srl-1.in > rec-srl-1.out \
39 tmpfiles="$tmpfiles rec-srl-1.ok"
40 cat <<\EOF > rec-srl-1.ok
46 ${DIFF} rec-srl-1.ok rec-srl-1.out
H A Drecode-sr-latin-248 tmpfiles="$tmpfiles rec-srl-2.in"
49 cat <<\EOF > rec-srl-2.in
54 tmpfiles="$tmpfiles rec-srl-2.out"
57 ${RECODE}-sr-latin < rec-srl-2.in > rec-srl-2.out \
60 tmpfiles="$tmpfiles rec-srl-2.ok"
61 cat <<\EOF > rec-srl-2.ok
67 ${DIFF} rec-srl-2.ok rec-srl-2.out
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/record/
H A Dssl3_record_tls13.c33 SSL3_RECORD *rec = &recs[0]; local
61 if (ctx == NULL || rec->type == SSL3_RT_ALERT) {
62 memmove(rec->data, rec->input, rec->length);
63 rec->input = rec->data;
121 if (rec->length < taglen + 1)
123 rec->length -= taglen;
153 rec
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/record/
H A Dssl3_record_tls13.c33 SSL3_RECORD *rec = &recs[0]; local
59 if (ctx == NULL || rec->type == SSL3_RT_ALERT) {
60 memmove(rec->data, rec->input, rec->length);
61 rec->input = rec->data;
119 if (rec->length < taglen + 1)
121 rec->length -= taglen;
149 rec
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_i2c.c51 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; local
57 if (rec->hw_capable) {
58 temp = RREG32(rec->mask_clk_reg);
60 WREG32(rec->mask_clk_reg, temp);
64 temp = RREG32(rec->a_clk_reg) & ~rec->a_clk_mask;
65 WREG32(rec->a_clk_reg, temp);
67 temp = RREG32(rec->a_data_reg) & ~rec
93 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; local
112 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; local
127 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; local
141 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; local
154 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; local
168 amdgpu_i2c_create(struct drm_device *dev, const struct amdgpu_i2c_bus_rec *rec, const char *name) argument
261 amdgpu_i2c_add(struct amdgpu_device *adev, const struct amdgpu_i2c_bus_rec *rec, const char *name) argument
[all...]
H A Damdgpu_i2c.h30 const struct amdgpu_i2c_bus_rec *rec,
36 const struct amdgpu_i2c_bus_rec *rec,
/netbsd-current/usr.sbin/makemandb/
H A Dmakemandb.c305 struct roff_mandb_rec rec; local
335 memset(&rec, 0, sizeof(rec));
337 init_secbuffs(&rec);
426 cleanup(&rec);
427 free_secbuffs(&rec);
433 update_db(db, mp, &rec);
436 free_secbuffs(&rec);
641 mandb_rec *rec, int *new_count, int *link_count, int *err_count)
660 sqlite3_bind_int64(inner_stmt, idx, rec
640 update_existing_entry(sqlite3 *db, const char *file, const char *hash, mandb_rec *rec, int *new_count, int *link_count, int *err_count) argument
703 update_db(sqlite3 *db, struct mparse *mp, mandb_rec *rec) argument
874 begin_parse(const char *file, struct mparse *mp, mandb_rec *rec, int fd) argument
907 set_section(const struct roff_meta *rm, mandb_rec *rec) argument
922 set_machine(const struct roff_meta *rm, mandb_rec *rec) argument
935 pmdoc_Nm(const struct roff_node *n, mandb_rec *rec) argument
954 pmdoc_Nd(const struct roff_node *n, mandb_rec *rec) argument
971 pmdoc_macro_handler(const struct roff_node *n, mandb_rec *rec, int doct) argument
1028 pmdoc_Xr(const struct roff_node *n, mandb_rec *rec) argument
1033 pmdoc_Pp(const struct roff_node *n, mandb_rec *rec) argument
1042 pmdoc_Sh(const struct roff_node *n, mandb_rec *rec) argument
1073 mdoc_parse_Sh(const struct roff_node *n, mandb_rec *rec) argument
1114 mdoc_parse_section(enum roff_sec sec, const char *string, mandb_rec *rec) argument
1152 proff_node(const struct roff_node * n, mandb_rec * rec, struct roff_meta * roff, const proff_nf * func) argument
1189 pman_parse_name(const struct roff_node *n, mandb_rec *rec) argument
1212 pman_block(const struct roff_node *n, mandb_rec *rec) argument
1231 pman_sh(const struct roff_node *n, mandb_rec *rec) argument
1408 man_parse_section(enum man_sec sec, const struct roff_node *n, mandb_rec *rec) argument
1463 insert_into_db(sqlite3 *db, mandb_rec *rec) argument
1882 cleanup(mandb_rec *rec) argument
1921 init_secbuffs(mandb_rec *rec) argument
1970 free_secbuffs(mandb_rec *rec) argument
[all...]
/netbsd-current/usr.bin/sort/
H A Dfiles.c228 putrec(const RECHEADER *rec, FILE *fp) argument
230 EWRITE(rec, 1, REC_ROUNDUP(offsetof(RECHEADER, data) + rec->length), fp,
238 putline(const RECHEADER *rec, FILE *fp) argument
240 EWRITE(rec->data+rec->offset, 1, rec->length - rec->offset, fp,
248 putkeydump(const RECHEADER *rec, FILE *fp) argument
250 EWRITE(rec,
258 geteasy(FILE *fp, RECHEADER *rec, u_char *end, struct field *dummy2) argument
[all...]
H A Dmsort.c80 RECHEADER *rec; member in struct:mfile
208 if (cfile->rec == NULL) {
209 cfile->rec = allocrec(NULL, DEFLLEN);
210 cfile->end = (u_char *)cfile->rec + DEFLLEN;
215 c = cfile->get(cfile->fp, cfile->rec, cfile->end, ftbl);
221 sz = (cfile->end - (u_char *)cfile->rec) * 2;
222 cfile->rec = allocrec(cfile->rec, sz);
223 cfile->end = (u_char *)cfile->rec + sz;
255 put(cfile->rec, outf
306 insert(struct mfile **flist, struct mfile *rec, int ttop, int delete) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/mga/
H A Dmga_warp.c59 const struct ihex_binrec *rec; local
93 for (rec = (const struct ihex_binrec *)fw->data;
94 rec;
95 rec = ihex_next_binrec(rec)) {
96 size += WARP_UCODE_SIZE(be16_to_cpu(rec->len));
117 for (rec = (const struct ihex_binrec *)fw->data;
118 rec;
119 rec = ihex_next_binrec(rec)) {
[all...]
/netbsd-current/external/bsd/ppp/usr.sbin/pppd/
H A Dtdb.c294 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
296 return tdb_write(tdb, offset, (char *)rec, sizeof(*rec));
312 static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
314 if (tdb_read(tdb, offset, (char *)rec, sizeof(*rec)) == -1) return -1;
315 if (rec->magic != TDB_MAGIC) {
318 rec->magic, offset);
323 if (tdb_oob(tdb, rec->next) != 0) {
333 struct list_struct rec; local
416 struct list_struct rec, lastrec, newrec; local
560 tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, unsigned int hash, struct list_struct *rec) argument
634 struct list_struct rec; local
679 struct list_struct rec; local
716 struct list_struct rec; local
745 struct list_struct rec; local
814 struct list_struct rec; local
867 struct list_struct rec; local
922 struct list_struct rec, lastrec; local
1025 struct list_struct rec; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_i2c.c104 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
113 if (rec->hw_capable) {
126 if (rec->a_clk_reg == reg) {
138 if (ASIC_IS_DCE3(rdev) && rec->hw_capable) {
139 temp = RREG32(rec->mask_clk_reg);
141 WREG32(rec->mask_clk_reg, temp);
145 temp = RREG32(rec->a_clk_reg) & ~rec->a_clk_mask;
146 WREG32(rec
174 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
193 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
208 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
222 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
235 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
341 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
594 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
827 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
918 radeon_i2c_create(struct drm_device *dev, struct radeon_i2c_bus_rec *rec, const char *name) argument
1027 radeon_i2c_add(struct radeon_device *rdev, struct radeon_i2c_bus_rec *rec, const char *name) argument
[all...]
/netbsd-current/usr.sbin/sdpd/
H A Drecord.c106 record_t *rec; local
130 rec = NULL;
131 db_next(srv, fd, &rec);
132 if (rec == NULL || rec->fd != fd)
146 if (!db_create(srv, fd, &rec->bdaddr, rec->handle, &seq))
165 record_t *rec; local
184 rec = NULL;
185 db_next(srv, fd, &rec);
[all...]
H A Ddb.c149 * Iterate through records selected by fd. rec should point to a NULL
154 db_next(server_t *srv, int fd, record_t **rec) argument
158 if (*rec == NULL)
161 r = LIST_NEXT(*rec, next);
166 *rec = r;
177 db_match_uuid(record_t *rec, uuid_t *uuid) argument
179 uint8_t *p = rec->data.next;
182 while (p < rec->data.end) {
343 record_t *n, *r, *rec; local
357 rec
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dtls13encryptiontest.c250 static int load_record(SSL3_RECORD *rec, RECORD_DATA *recd, unsigned char **key, argument
264 rec->data = rec->input = OPENSSL_malloc(ptlen + EVP_GCM_TLS_TAG_LEN);
266 if (rec->data == NULL)
269 rec->length = ptlen;
270 memcpy(rec->data, pt, ptlen);
287 static int test_record(SSL3_RECORD *rec, RECORD_DATA *recd, int enc) argument
303 if (!TEST_mem_eq(rec->data, rec->length, refd, refdatalen))
319 SSL3_RECORD rec; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dtls13encryptiontest.c239 static int load_record(SSL3_RECORD *rec, RECORD_DATA *recd, unsigned char **key, argument
253 rec->data = rec->input = OPENSSL_malloc(ptlen + EVP_GCM_TLS_TAG_LEN);
255 if (rec->data == NULL)
258 rec->length = ptlen;
259 memcpy(rec->data, pt, ptlen);
276 static int test_record(SSL3_RECORD *rec, RECORD_DATA *recd, int enc) argument
292 if (!TEST_mem_eq(rec->data, rec->length, refd, refdatalen))
308 SSL3_RECORD rec; local
[all...]
/netbsd-current/external/bsd/ipf/dist/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...]
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dmultilink.c119 TDB_DATA key, pid, rec; local
208 rec = tdb_fetch(pppdb, pid);
209 if (rec.dptr != NULL && rec.dsize > 0) {
211 rec.dptr[rec.dsize-1] = 0;
213 parse_num(rec.dptr, "UNIT=", &unit);
215 if (!parse_num(rec.dptr, "PPPD_PID=", &pppd_pid)
219 free(rec.dptr);
296 TDB_DATA key, rec; local
336 TDB_DATA key, rec; local
366 TDB_DATA key, rec, pp; local
[all...]
/netbsd-current/usr.bin/rfcomm_sppd/
H A Drfcomm_sppd.c417 sdp_data_t rec; local
456 rec.next = buffer;
457 rec.end = buffer + sizeof(buffer);
459 sdp_put_uint16(&rec, SDP_ATTR_SERVICE_RECORD_HANDLE);
460 sdp_put_uint32(&rec, 0x00000000);
462 sdp_put_uint16(&rec, SDP_ATTR_SERVICE_CLASS_ID_LIST);
463 sdp_put_seq(&rec, 3);
464 sdp_put_uuid16(&rec, s->class);
468 sdp_put_uint16(&rec, SDP_ATTR_PROTOCOL_DESCRIPTOR_LIST);
469 sdp_put_seq(&rec, 1
572 sdp_data_t ail, ssp, rsp, rec, value, pdl, seq; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drecord-full.c390 struct record_full_entry *rec; local
393 rec = XCNEW (struct record_full_entry);
394 rec->type = record_full_reg;
395 rec->u.reg.num = regnum;
396 rec->u.reg.len = register_size (gdbarch, regnum);
397 if (rec->u.reg.len > sizeof (rec->u.reg.u.buf))
398 rec->u.reg.u.ptr = (gdb_byte *) xmalloc (rec->u.reg.len);
400 return rec;
406 record_full_reg_release(struct record_full_entry *rec) argument
419 struct record_full_entry *rec; local
434 record_full_mem_release(struct record_full_entry *rec) argument
447 struct record_full_entry *rec; local
458 record_full_end_release(struct record_full_entry *rec) argument
467 record_full_entry_release(struct record_full_entry *rec) argument
488 record_full_list_release(struct record_full_entry *rec) argument
514 record_full_list_release_following(struct record_full_entry *rec) argument
567 record_full_arch_list_add(struct record_full_entry *rec) argument
589 record_full_get_loc(struct record_full_entry *rec) argument
614 struct record_full_entry *rec; local
637 struct record_full_entry *rec; local
668 struct record_full_entry *rec; local
2342 struct record_full_entry *rec; local
[all...]

Completed in 224 milliseconds

1234567891011>>