Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi_impl.h83 extern int so_flip_async(struct sonode *, vnode_t *, int, cred_t *);
H A Dsockstr.c2756 so_flip_async(struct sonode *so, vnode_t *vp, int mode, cred_t *cr) in so_flip_async() function
H A Dsocktpi.c5773 error = so_flip_async(so, vp, mode, cr); in sotpi_ioctl()