Home
last modified time | relevance | path

Searched refs:sock_getfasync (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dfile.h214 extern int sock_getfasync(struct vnode *);
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf_notes.c405 fdinfo.pr_fileflags |= sock_getfasync(fvp); in write_elfnotes()
/titanic_41/usr/src/uts/common/os/
H A Dfio.c1218 flag |= sock_getfasync(vp); in f_getfl()
/titanic_41/usr/src/uts/sparc/ml/
H A Dmodstubs.s384 NO_UNLOAD_STUB(sockfs, sock_getfasync, nomod_zero);
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s496 NO_UNLOAD_STUB(sockfs, sock_getfasync, nomod_zero);
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c2924 sock_getfasync(vnode_t *vp) in sock_getfasync() function