Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libproc/common/
H A Dpr_fcntl.c121 adp->arg_size = sizeof (struct fshare); in pr_fcntl()
/titanic_53/usr/src/uts/common/sys/
H A Dfcntl.h354 typedef struct fshare { struct
/titanic_53/usr/src/cmd/truss/
H A Dexpound.c1785 struct fshare fshare; in show_share() local
1787 if (Pread(Proc, &fshare, sizeof (fshare), offset) == sizeof (fshare)) { in show_share()
1793 switch (fshare.f_access) { in show_share()
1807 (void) printf("%-7d", fshare.f_access); in show_share()
1810 if (fshare.f_deny & F_MANDDNY) { in show_share()
1811 fshare.f_deny &= ~F_MANDDNY; in show_share()
1814 switch (fshare.f_deny) { in show_share()
1838 fshare.f_deny | F_MANDDNY : fshare.f_deny); in show_share()
1841 (void) printf(" id=%x\n", fshare.f_id); in show_share()
/titanic_53/usr/src/uts/common/syscall/
H A Dfcntl.c82 struct fshare fsh; in fcntl()