Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h147 extern int so_tpi_fallback(struct sonode *, struct cred *);
H A Dsockcommon_subr.c1661 if ((retval = so_tpi_fallback(so, cr)) == 0) { in socket_strioc_common()
2260 so_tpi_fallback(struct sonode *so, struct cred *cr) in so_tpi_fallback() function
H A Dsockcommon_sops.c253 error = so_tpi_fallback(so, cr); in so_bind()