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

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

Completed in 64 milliseconds