Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/syscall/
H A Dutssys.c72 static int uts_fusers(char *, int, intptr_t);
101 error = uts_fusers(buf, arg, (intptr_t)outbp); in utssys32()
212 error = uts_fusers(buf, (int)arg, (intptr_t)outbp); in utssys64()
818 uts_fusers(char *path, int flags, intptr_t userbp) in uts_fusers() function