Searched defs:last_empty_mp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c942 mblk_t *last_empty_mp; local
989 last_empty_mp = NULL;
1010 * When this loop terminates, last_empty_mp will point to the
1017 last_empty_mp = mp;
1068 if (last_empty_mp != NULL) {
1069 last_empty_mp->b_cont = NULL;

Completed in 75 milliseconds