Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1111 extern int putiocd(mblk_t *, caddr_t, int, cred_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c6059 if ((error = putiocd(bp, strioc->ic_dp, id, crp)) != 0) { in strdoioctl()
6378 error = putiocd(bp, reqp->cq_addr, flag, crp); in strdoioctl()
H A Dstrsubr.c1446 putiocd(mblk_t *bp, char *arg, int flag, cred_t *cr) in putiocd() function