Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c438 stp->sd_iocblk = NULL; in stropen()
852 if (stp->sd_iocblk) { in strclose()
854 freemsg(stp->sd_iocblk); in strclose()
856 stp->sd_iocblk = NULL; in strclose()
2302 stp->sd_iocblk = bp; in strrput_nondata()
2336 stp->sd_iocblk = bp; in strrput_nondata()
6153 stp->sd_iocblk = NULL; in strdoioctl()
6252 bp = stp->sd_iocblk; in strdoioctl()
6253 stp->sd_iocblk = NULL; in strdoioctl()
6283 bp = stp->sd_iocblk; in strdoioctl()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h184 struct msgb *sd_iocblk; /* return block for ioctl */ member