Home
last modified time | relevance | path

Searched refs:cc_head (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h216 _sd_hash_hd_t cc_head; /* hash information - must be first */ member
702 #define CENTRY_CD(centry) ((centry)->cc_head.hh_cd)
703 #define CENTRY_BLK(centry) ((centry)->cc_head.hh_blk_num)
717 (((centry)->cc_head.hh_cd == cd) && \
718 ((centry)->cc_head.hh_blk_num == blk))
/titanic_44/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1695 if (OPT_C_SELECTED && (centry.cc_head.hh_cd != opt_c)) in sdbc_cctl()
1700 (OPT_B_SELECTED && (centry.cc_head.hh_blk_num == opt_b)) || in sdbc_cctl()
1705 (opt_h && (centry.cc_head.hh_hashed)) || in sdbc_cctl()
1721 addr, centry.cc_head.hh_cd, in sdbc_cctl()
1722 centry.cc_head.hh_blk_num, centry.cc_valid, in sdbc_cctl()
1733 centry.cc_head.hh_hashed, centry.cc_seq, in sdbc_cctl()