Searched defs:fsh (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c82 struct fshare fsh; local
796 if (copyin((void *)arg, &fsh, sizeof (fsh))) {
804 shr.s_access = fsh.f_access;
805 shr.s_deny = fsh.f_deny;
809 shr_own.sl_id = fsh.f_id;

Completed in 46 milliseconds