Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1219 extern int do_sendfp(struct stdata *, struct file *, struct cred *);
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c987 if (error = do_sendfp((*vpp)->v_stream, filep, crp)) { in fifo_connld()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c5415 error = do_sendfp(stp, fp, crp); in strioctl()
5826 do_sendfp(struct stdata *stp, struct file *fp, struct cred *cr) in do_sendfp() function