Searched refs:sd_cmdblk (Results 1 – 2 of 2) sorted by relevance
391 stp->sd_cmdblk = NULL; in stropen()809 freemsg(stp->sd_cmdblk); in strclose()810 stp->sd_cmdblk = NULL; in strclose()2147 ASSERT(stp->sd_cmdblk == NULL); in strrput_nondata()2148 stp->sd_cmdblk = bp; in strrput_nondata()6407 ASSERT(stp->sd_cmdblk == NULL); in strdocmd()6419 while (stp->sd_cmdblk == NULL) { in strdocmd()6426 if (stp->sd_cmdblk != NULL) in strdocmd()6438 mp = stp->sd_cmdblk; in strdocmd()6439 stp->sd_cmdblk = NULL; in strdocmd()[all …]
243 struct msgb *sd_cmdblk; /* reply from _I_CMD */ member