Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libproc/common/
H A Dpr_fcntl.c121 adp->arg_size = sizeof (struct fshare); in pr_fcntl()
/titanic_44/usr/src/uts/common/sys/
H A Dfcntl.h321 typedef struct fshare { struct
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c1784 struct fshare fshare; in show_share() local
1786 if (Pread(Proc, &fshare, sizeof (fshare), offset) == sizeof (fshare)) { in show_share()
1792 switch (fshare.f_access) { in show_share()
1806 (void) printf("%-7d", fshare.f_access); in show_share()
1809 if (fshare.f_deny & F_MANDDNY) { in show_share()
1810 fshare.f_deny &= ~F_MANDDNY; in show_share()
1813 switch (fshare.f_deny) { in show_share()
1837 fshare.f_deny | F_MANDDNY : fshare.f_deny); in show_share()
1840 (void) printf(" id=%x\n", fshare.f_id); in show_share()
/titanic_44/usr/src/uts/common/syscall/
H A Dfcntl.c81 struct fshare fsh; in fcntl()