Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c83 struct fshare fsh; in fcntl() local
830 if (copyin((void *)arg, &fsh, sizeof (fsh))) { in fcntl()
838 shr.s_access = fsh.f_access; in fcntl()
839 shr.s_deny = fsh.f_deny; in fcntl()
843 shr_own.sl_id = fsh.f_id; in fcntl()