Searched refs:c_ent (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_trace.h | 38 #define DATA_LOG_CHAIN(ttype, c_ent, stp, ln) argument 39 #define DATA_LOG(ttype, c_ent, stp, ln) argument 47 #define DATA_LOG_CHAIN(ttype, c_ent, stp, ln) \ 48 _sd_data_log_chain((int)(ttype), c_ent, (nsc_off_t)(stp), \ 51 #define DATA_LOG(ttype, c_ent, stp, ln) \ 52 _sd_data_log((int)(ttype), c_ent, (nsc_off_t)(stp), (nsc_size_t)(ln)) 54 #define DATA_LOG(ttype, c_ent, stp, ln) \ 55 SDTRACE(ttype, CENTRY_CD(c_ent), \ 56 ln, (nsc_off_t)(BLK_TO_FBA_NUM(CENTRY_BLK(c_ent)) + stp), \ 57 *(int *)((c_ent)->cc_data+FBA_SIZE(stp)), \ [all …]
|