Home
last modified time | relevance | path

Searched refs:getiocd (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h1094 extern int getiocd(mblk_t *, caddr_t, int);
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c6212 if (error = getiocd(bp, strioc->ic_dp, copyflag)) in strdoioctl()
6297 error = getiocd(bp, taddr, copyflag); in strdoioctl()
H A Dstrsubr.c1484 getiocd(mblk_t *bp, char *arg, int copymode) in getiocd() function