Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h148 extern int so_tpi_fallback(struct sonode *, struct cred *);
H A Dsockcommon_subr.c1664 if ((retval = so_tpi_fallback(so, cr)) == 0) { in socket_strioc_common()
2263 so_tpi_fallback(struct sonode *so, struct cred *cr) in so_tpi_fallback() function