Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/syscall/
H A Dfcntl.c82 struct fshare fsh; in fcntl() local
795 if (copyin((void *)arg, &fsh, sizeof (fsh))) { in fcntl()
803 shr.s_access = fsh.f_access; in fcntl()
804 shr.s_deny = fsh.f_deny; in fcntl()
808 shr_own.sl_id = fsh.f_id; in fcntl()