/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_dispatch.c | 97 u_int32_t rectype, txnid; local 99 memcpy(&rectype, db->data, sizeof(rectype)); 100 memcpy(&txnid, (u_int8_t *)db->data + sizeof(rectype), sizeof(txnid)); 105 return ((dispatch_table[rectype])(logp, db, lsnp, redo, info)); 107 if (rectype < DB_txn_BEGIN ) 108 return ((dispatch_table[rectype])(logp, 119 if (rectype == DB_log_register || rectype == DB_txn_ckp || 122 return ((dispatch_table[rectype])(logp, 130 if (rectype == DB_log_register || rectype == DB_txn_ckp || 132 return ((dispatch_table[rectype])(logp,
|
H A D | db_auto.c | 41 u_int32_t rectype, txn_num; local 45 rectype = DB_db_addrem; 52 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN) 65 memcpy(bp, &rectype, sizeof(rectype)); 66 bp += sizeof(rectype); 248 u_int32_t rectype, txn_num; local 252 rectype = DB_db_split; 259 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN) 269 memcpy(bp, &rectype, sizeof(rectype)); 270 bp += sizeof(rectype); [all …]
|
/titanic_41/usr/src/cmd/sendmail/db/txn/ |
H A D | txn_auto.c | 32 u_int32_t rectype, txn_num; local 36 rectype = DB_txn_regop; 43 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN) 49 memcpy(bp, &rectype, sizeof(rectype)); 50 bp += sizeof(rectype); 152 u_int32_t rectype, txn_num; local 156 rectype = DB_txn_ckp; 163 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN) 170 memcpy(bp, &rectype, sizeof(rectype)); 171 bp += sizeof(rectype); [all …]
|
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | btree_auto.c | 38 u_int32_t rectype, txn_num; local 42 rectype = DB_bam_pg_alloc; 49 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN) 60 memcpy(bp, &rectype, sizeof(rectype)); 61 bp += sizeof(rectype); 201 u_int32_t rectype, txn_num; local 205 rectype = DB_bam_pg_free; 212 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN) 222 memcpy(bp, &rectype, sizeof(rectype)); 223 bp += sizeof(rectype); [all …]
|
/titanic_41/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_auto.c | 41 u_int32_t rectype, txn_num; local 45 rectype = DB_ham_insdel; 52 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN) 64 memcpy(bp, &rectype, sizeof(rectype)); 65 bp += sizeof(rectype); 245 u_int32_t rectype, txn_num; local 249 rectype = DB_ham_newpage; 256 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN) 269 memcpy(bp, &rectype, sizeof(rectype)); 270 bp += sizeof(rectype); [all …]
|
H A D | hash_dup.c | 423 u_int32_t new_datalen, old_len, rectype; local 497 rectype = PUTPAIR; 502 rectype |= PAIR_KEYMASK; 513 rectype |= PAIR_DATAMASK; 525 dbc->txn, &new_lsn, 0, rectype,
|
H A D | hash_page.c | 1249 u_int32_t data_size, key_size, pairsize, rectype; local 1342 rectype = PUTPAIR; 1344 rectype |= PAIR_DATAMASK; 1346 rectype |= PAIR_KEYMASK; 1349 dbc->txn, &new_lsn, 0, rectype,
|
/titanic_41/usr/src/cmd/sendmail/db/log/ |
H A D | log_auto.c | 38 u_int32_t rectype, txn_num; local 42 rectype = DB_log_register; 49 logrec.size = sizeof(rectype) + sizeof(txn_num) + sizeof(DB_LSN) 59 memcpy(bp, &rectype, sizeof(rectype)); 60 bp += sizeof(rectype);
|
H A D | log_archive.c | 189 u_int32_t rectype; local 204 if (rec.size < sizeof(rectype)) { 210 memcpy(&rectype, rec.data, sizeof(rectype)); 211 if (rectype != DB_log_register) {
|
/titanic_41/usr/src/cmd/sendmail/db/xa/ |
H A D | xa.c | 405 u_int32_t rectype, txnid; local 478 memcpy(&rectype, data.data, sizeof(rectype)); 488 if (rectype != DB_txn_xa_regop && rectype != DB_txn_regop) 491 memcpy(&txnid, (u_int8_t *)data.data + sizeof(rectype), 494 switch (rectype) {
|
/titanic_41/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 1628 int rectype; in report_stats() local 1632 rectype = g_recsize; in report_stats() 1654 if (!g_pflag && rectype < LS_HIST) { in report_stats() 1659 "cuml", "rcnt", rectype >= LS_TIME ? buf : "", lhdr, chdr); in report_stats() 1682 if (rectype >= LS_TIME) in report_stats() 1685 if (rectype >= LS_HIST) { in report_stats() 1691 if (rectype <= LS_STACK(j) || in report_stats() 1701 if (rectype >= LS_HIST) { in report_stats() 1719 if (rectype >= LS_TIME) in report_stats() 1745 if (rectype < LS_HIST) in report_stats() [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | dump.c | 2454 char rectype[100]; local 2456 nread = fscanf(filep, "%100s\t", rectype); 2461 if (strcmp(rectype, "princ") == 0) 2464 else if (strcmp(rectype, "policy") == 0) 2470 rectype, *linenop); 2491 char rectype[100]; local 2493 nread = fscanf(filep, "%100s\t", rectype); 2498 if (strcmp(rectype, "princ") == 0) 2501 else if (strcmp(rectype, "policy") == 0) 2504 else if (strcmp(rectype, "End") == 0) [all …]
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | uustat.c | 1302 char rectype[5], time[MAXDATE+1], pid[10],wmachine[10]; local 1357 rectype, time, pid, wmachine, role, remote, device, netid, 1362 DEBUG(9, "READPERF: rectype = %s\n",rectype);
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_import.c | 1471 meta_nm_rec(mddb_db_t *dbp, mddb_type_t rectype) in meta_nm_rec() argument 1492 if (dep->de_type1 == rectype) in meta_nm_rec() 1517 mddb_type_t rectype, in read_nm_rec() argument 1547 if ((dep = meta_nm_rec(dbp, rectype)) != NULL) in read_nm_rec()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/common/ |
H A D | stats_log.c | 922 int rectype = *((int *)recp); in stats_log_record_toascii() local 957 switch (rectype) { in stats_log_record_toascii() 1234 rectype, ftell(st->st_logstream)); in stats_log_record_toascii()
|