Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libproc/common/
H A Dpr_fcntl.c110 adp->arg_size = sizeof (struct flock64_32); in pr_fcntl()
/titanic_50/usr/src/uts/common/sys/
H A Dfcntl.h283 typedef struct flock64_32 { struct
/titanic_50/usr/src/uts/common/syscall/
H A Dfcntl.c81 struct flock64_32 bf64_32; in fcntl()
91 ASSERT(sizeof (struct flock64) == sizeof (struct flock64_32)); in fcntl()
/titanic_50/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c347 struct flock64_32 flock_target; in getflock()