Lines Matching refs:sd_cmdblk
439 stp->sd_cmdblk = NULL; in stropen()
862 freemsg(stp->sd_cmdblk); in strclose()
863 stp->sd_cmdblk = NULL; in strclose()
2216 ASSERT(stp->sd_cmdblk == NULL); in strrput_nondata()
2217 stp->sd_cmdblk = bp; in strrput_nondata()
6532 ASSERT(stp->sd_cmdblk == NULL); in strdocmd()
6544 while (stp->sd_cmdblk == NULL) { in strdocmd()
6551 if (stp->sd_cmdblk != NULL) in strdocmd()
6563 mp = stp->sd_cmdblk; in strdocmd()
6564 stp->sd_cmdblk = NULL; in strdocmd()
6593 ASSERT(stp->sd_cmdblk == NULL); in strdocmd()