Home
last modified time | relevance | path

Searched refs:sd_cmdblk (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c439 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()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h250 struct msgb *sd_cmdblk; /* reply from _I_CMD */ member