Home
last modified time | relevance | path

Searched refs:F_FLOCK (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/libc/port/gen/
H A Dflock.c45 rv = fcntl(fildes, F_FLOCK, &l); in flock()
51 op = (operation & LOCK_NB) ? F_FLOCK : F_FLOCKW; in flock()
/titanic_50/usr/src/uts/common/sys/
H A Dfcntl.h164 #define F_FLOCK 53 /* private - set flock owned by file */ macro
179 #define F_FLOCK 55 /* private - set flock owned by file */
/titanic_50/usr/src/uts/common/syscall/
H A Dfcntl.c291 case F_FLOCK: in fcntl()
355 if (cmd == F_FLOCK || cmd == F_FLOCKW) { in fcntl()
396 if (cmd == F_FLOCK || cmd == F_FLOCKW || cmd == F_OFD_GETLK || in fcntl()
678 cmd = F_FLOCK; in fcntl()
706 if (cmd == F_FLOCK || cmd == F_FLOCKW) { in fcntl()
744 if (cmd == F_FLOCK || cmd == F_FLOCKW || cmd == F_OFD_GETLK || in fcntl()
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dflock.c49 cmd = F_FLOCK;
/titanic_50/usr/src/ucblib/libucb/port/sys/
H A Dflock.c56 cmd = F_FLOCK; in flock()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h140 #define F_FLOCK F_SETLK macro
/titanic_50/usr/src/ucbhead/sys/
H A Dfcntl.h81 #define F_FLOCK 53 /* private - flock */ macro
/titanic_50/usr/src/uts/common/fs/
H A Dfs_subr.c325 case F_FLOCK: in fs_frlock()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c1879 case F_FLOCK: in show_fcntl()