Home
last modified time | relevance | path

Searched refs:ch_count (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi.c259 int bb_count, ch_count; in x86pi_enum_gentopo() local
287 ch_count = stypes[SMB_TYPE_CHASSIS].count; in x86pi_enum_gentopo()
289 for (nch = 0; nch < ch_count; nch++) { in x86pi_enum_gentopo()
H A Dx86pi_bboard.c254 int bb_count, ch_count; in x86pi_bb_topparent() local
268 ch_count = stypes[SMB_TYPE_CHASSIS].count; in x86pi_bb_topparent()
269 for (int i = 0; i < ch_count; i++) in x86pi_bb_topparent()
/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.h114 uint_t ch_count; /* number of cases in hash */ member
H A Dfmd_case.c168 chp->ch_count = 0; in fmd_case_hash_create()
200 cps = cpp = fmd_alloc(chp->ch_count * sizeof (fmd_case_t *), FMD_SLEEP); in fmd_case_hash_apply()
201 cpc = chp->ch_count; in fmd_case_hash_apply()
944 cps = cpp = fmd_alloc(chp->ch_count * sizeof (fmd_case_t *), FMD_SLEEP); in fmd_case_convict()
945 cpc = chp->ch_count; in fmd_case_convict()
1196 chp->ch_count++; in fmd_case_hash_insert()
1197 ASSERT(chp->ch_count != 0); in fmd_case_hash_insert()
1239 ASSERT(chp->ch_count != 0); in fmd_case_hash_delete()
1240 chp->ch_count--; in fmd_case_hash_delete()