Home
last modified time | relevance | path

Searched refs:F_SETLKW (Results 1 – 25 of 66) sorted by relevance

123

/titanic_41/usr/src/lib/libast/common/features/
H A Dfcntl.c147 #ifndef F_SETLKW in main()
150 if (F_SETLKW > f_local) f_local = F_SETLKW; in main()
192 #ifndef F_SETLKW in main()
/titanic_41/usr/src/lib/libunistat/common/
H A Dspcs_log.c81 if (fcntl(fileno(fp), F_SETLKW, &lk) < 0) in spcs_log()
95 (void) fcntl(fileno(fp), F_SETLKW, &lk); in spcs_log()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlock_file.c47 #if defined(HAVE_FCNTL_H) && defined(F_SETLKW) && defined(F_RDLCK)
70 int lock_cmd = F_SETLKW; in krb5_lock_file()
/titanic_41/usr/src/lib/libproc/common/
H A Dpr_fcntl.c70 case F_SETLKW: in pr_fcntl()
100 case F_SETLKW: in pr_fcntl()
/titanic_41/usr/src/ucbhead/sys/
H A Dfcntl.h81 #define F_SETLKW 7 /* Set file lock and wait */ macro
105 #define F_SETLKW 7 /* Set file lock and wait */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dfcntl.h153 #define F_SETLKW 7 /* Set file lock and wait */ macro
161 #define F_SETLKW 35 /* Set file lock and wait */
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/
H A Dfcntl.c132 } else if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK) {
171 } else if (cmd == F_SETLK || cmd == F_SETLKW ||
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/
H A Dfcntl.c137 } else if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK) {
176 } else if (cmd == F_SETLK || cmd == F_SETLKW ||
/titanic_41/usr/src/cmd/mailx/
H A Dlock.c54 return fcntl(fileno(fp), blk ? F_SETLKW : F_SETLK, &l); in lock()
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dflock.c36 int cmd = F_SETLKW;
/titanic_41/usr/src/cmd/ypcmd/yppasswd/
H A Dyplckpwdf.c73 retval = fcntl(fildes, F_SETLKW, (int)&flock); in yplckpwdf()
/titanic_41/usr/src/ucblib/libucb/port/sys/
H A Dflock.c59 cmd = F_SETLKW; in flock()
/titanic_41/usr/src/cmd/sendmail/libsmutil/
H A Dlockfile.c59 action = F_SETLKW;
/titanic_41/usr/src/lib/libnsctl/common/
H A Dcache.c116 if (fcntl(id, F_SETLKW, &lk) < 0)
195 if (fcntl(fd->sf_fd, F_SETLKW, &lk) < 0)
/titanic_41/usr/src/lib/libc/port/sys/
H A Dlockf.c65 rv = fcntl(fildes, F_SETLKW, &l); in __lockf()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h132 #define F_SETLKW 9 /* Set or Clear a record-lock (Blocking) */ macro
/titanic_41/usr/src/lib/libdevinfo/
H A Ddevinfo_dli.c120 if (fcntl(fd, F_SETLKW, &lock) < 0) { in di_dli_open()
/titanic_41/usr/src/cmd/stat/common/
H A Dmnt.c95 (void) fcntl(fileno(mpt), F_SETLKW, &lb); in do_mnttab()
/titanic_41/usr/src/lib/libnwam/common/
H A Dlibnwam_files.c770 cmd = F_SETLKW; in nwam_write_object_to_files_backend()
802 (void) fcntl(fd, F_SETLKW, &fu); in nwam_write_object_to_files_backend()
809 (void) fcntl(fd, F_SETLKW, &fu); in nwam_write_object_to_files_backend()
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c235 if (strcmp(device, "/dev/null") && Fcntl(fd, F_SETLKW, &lck) < 0) { in open_direct()
/titanic_41/usr/src/cmd/sendmail/db/mutex/
H A Dmutex.c244 if (fcntl(fd, F_SETLKW, &k_lock))
/titanic_41/usr/src/lib/libzonecfg/common/
H A Dscratchops.c79 return (fcntl(fd, F_SETLKW, &lock)); in lock_op()
/titanic_41/usr/src/cmd/logadm/
H A Dconf.c348 if (fcntl(Conffd, F_SETLKW, &flock) < 0) in conf_open()
378 if (fcntl(Timesfd, F_SETLKW, &flock) < 0) in conf_open()
/titanic_41/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c103 action = F_SETLKW;
/titanic_41/usr/src/uts/common/syscall/
H A Dfcntl.c284 case F_SETLKW: in fcntl()
611 cmd = F_SETLKW; in fcntl()

123