Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddman.c5301 int sdp_cnt = 0; in man_autoswitch() local
5321 status = man_prep_dests_for_switch(mpg, &sdp, &sdp_cnt); in man_autoswitch()
5332 if (sdp_cnt == 0) { in man_autoswitch()
5348 wp->mw_arg.a_ndests = sdp_cnt; in man_autoswitch()
5370 int sdp_cnt = 0; in man_prep_dests_for_switch() local
5384 sdp_cnt++; in man_prep_dests_for_switch()
5387 if (sdp_cnt == 0) in man_prep_dests_for_switch()
5390 sdp = man_kzalloc(sizeof (man_dest_t) * sdp_cnt, KM_NOSLEEP); in man_prep_dests_for_switch()
5433 *cntp = sdp_cnt; in man_prep_dests_for_switch()
5438 " sdp(0x%p) sdp_cnt(%d)", status, (void *)sdp, sdp_cnt)); in man_prep_dests_for_switch()