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

/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h351 typedef struct fshare { struct
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1785 struct fshare fshare; local
1787 if (Pread(Proc, &fshare, sizeof (fshare), offset) == sizeof (fshare)) {
1793 switch (fshare.f_access) {
1807 (void) printf("%-7d", fshare.f_access);
1810 if (fshare.f_deny & F_MANDDNY) {
1811 fshare.f_deny &= ~F_MANDDNY;
1814 switch (fshare
[all...]

Completed in 51 milliseconds