Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/os/
H A Dstreamio.c391 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 …]
/titanic_53/usr/src/uts/common/sys/
H A Dstrsubr.h243 struct msgb *sd_cmdblk; /* reply from _I_CMD */ member