Searched refs:sd_cmdblk (Results 1 – 2 of 2) sorted by relevance
390 stp->sd_cmdblk = NULL; in stropen()808 freemsg(stp->sd_cmdblk); in strclose()809 stp->sd_cmdblk = NULL; in strclose()2146 ASSERT(stp->sd_cmdblk == NULL); in strrput_nondata()2147 stp->sd_cmdblk = bp; in strrput_nondata()6406 ASSERT(stp->sd_cmdblk == NULL); in strdocmd()6418 while (stp->sd_cmdblk == NULL) { in strdocmd()6425 if (stp->sd_cmdblk != NULL) in strdocmd()6437 mp = stp->sd_cmdblk; in strdocmd()6438 stp->sd_cmdblk = NULL; in strdocmd()[all …]
243 struct msgb *sd_cmdblk; /* reply from _I_CMD */ member