| /src/sys/dev/raidframe/ |
| rf_acctrace.c | 76 rf_LogTraceRec(RF_Raid_t *raid, RF_AccTraceEntry_t *rec) 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->diskwait_us) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| gdb11531.c | 22 struct rec struct 29 static struct rec myrec;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| gdb11531.c | 22 struct rec struct 29 static struct rec myrec;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| pretty-print-call-by-hand.c | 24 rec (int i) function 28 rec (i-1); 34 rec (100);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| pretty-print-call-by-hand.c | 24 rec (int i) function 28 rec (i-1); 34 rec (100);
|
| /src/usr.sbin/kvm_mkdb/ |
| testdb.c | 63 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.size) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| recode-sr-latin-1 | 27 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
|
| recode-sr-latin-2 | 48 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
|
| /src/crypto/external/bsd/openssl/dist/ssl/record/ |
| ssl3_record_tls13.c | 33 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->data + rec->length) <= 0)) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
| ssl3_record_tls13.c | 33 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->data + rec->length) <= 0)) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_i2c.c | 51 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->a_data_mask 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 [all...] |
| amdgpu_i2c.h | 30 const struct amdgpu_i2c_bus_rec *rec, 36 const struct amdgpu_i2c_bus_rec *rec,
|
| /src/usr.sbin/makemandb/ |
| makemandb.c | 305 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->device) [all...] |
| /src/usr.bin/sort/ |
| files.c | 228 putrec(const RECHEADER *rec, FILE *fp) 230 EWRITE(rec, 1, REC_ROUNDUP(offsetof(RECHEADER, data) + rec->length), fp, 238 putline(const RECHEADER *rec, FILE *fp) 240 EWRITE(rec->data+rec->offset, 1, rec->length - rec->offset, fp, 248 putkeydump(const RECHEADER *rec, FILE *fp) 250 EWRITE(rec, 1, REC_ROUNDUP(offsetof(RECHEADER, data) + rec->offset), fp [all...] |
| /src/sys/external/bsd/drm2/dist/drm/mga/ |
| mga_warp.c | 59 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...] |
| /src/external/bsd/ppp/usr.sbin/pppd/ |
| tdb.c | 294 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) 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) 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 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...] |
| /src/crypto/external/apache2/openssl/dist/ssl/record/methods/ |
| tls13_meth.c | 99 TLS_RL_RECORD *rec = &recs[0]; local 126 if (rec->type == SSL3_RT_ALERT) { 127 memmove(rec->data, rec->input, rec->length); 128 rec->input = rec->data; 151 if (rec->length < rl->taglen + 1) 153 rec->length -= rl->taglen; 174 || !WPACKET_put_bytes_u8(&wpkt, rec->type [all...] |
| tlsany_meth.c | 44 static int tls_validate_record_header(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *rec) 46 if (rec->rec_version == SSL2_VERSION) { 52 if (rec->length < MIN_SSL2_RECORD_LEN) { 58 if ((rec->rec_version >> 8) != SSL3_VERSION_MAJOR) { 92 } else if (rec->rec_version != rl->version) { 93 if ((rl->version & 0xFF00) == (rec->rec_version & 0xFF00)) { 94 if (rec->type == SSL3_RT_ALERT) { 108 rl->version = (unsigned short)rec->rec_version; 115 if (rec->length > SSL3_RT_MAX_PLAIN_LENGTH) {
|
| ssl3_meth.c | 99 TLS_RL_RECORD *rec; local 106 rec = inrecs; 119 l = rec->length; 140 memset(&rec->input[rec->length], 0, i); 141 rec->length += i; 142 rec->input[l - 1] = (unsigned char)(i - 1); 150 /* otherwise, rec->length >= bs */ 156 if (!EVP_CipherUpdate(ds, rec->data, &outlen, rec->input [all...] |
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_i2c.c | 104 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->a_clk_reg, temp) 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 [all...] |
| /src/usr.sbin/sdpd/ |
| record.c | 106 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...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| tls13encryptiontest.c | 215 static int load_record(TLS_RL_RECORD *rec, RECORD_DATA *recd, 230 rec->data = rec->input = OPENSSL_malloc(ptlen + EVP_GCM_TLS_TAG_LEN); 232 if (rec->data == NULL) 235 rec->length = ptlen; 236 memcpy(rec->data, pt, ptlen); 253 static int test_record(TLS_RL_RECORD *rec, RECORD_DATA *recd, int enc) 269 if (!TEST_mem_eq(rec->data, rec->length, refd, refdatalen)) 283 TLS_RL_RECORD rec; local [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| tls13encryptiontest.c | 239 static int load_record(SSL3_RECORD *rec, RECORD_DATA *recd, unsigned char **key, 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) 292 if (!TEST_mem_eq(rec->data, rec->length, refd, refdatalen)) 308 SSL3_RECORD rec; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| tls13encryptiontest.c | 250 static int load_record(SSL3_RECORD *rec, RECORD_DATA *recd, unsigned char **key, 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) 303 if (!TEST_mem_eq(rec->data, rec->length, refd, refdatalen)) 319 SSL3_RECORD rec; local [all...] |
| /src/external/bsd/ipf/dist/lib/ |
| ipft_pc.c | 137 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->wirelen) 180 packetheader_t rec; local 211 packetheader_t rec; local [all...] |