/titanic_41/usr/src/lib/libast/common/features/ |
H A D | fcntl.c | 147 #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 D | spcs_log.c | 81 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 D | lock_file.c | 47 #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 D | pr_fcntl.c | 70 case F_SETLKW: in pr_fcntl() 100 case F_SETLKW: in pr_fcntl()
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 81 #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 D | fcntl.h | 153 #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 D | fcntl.c | 132 } 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 D | fcntl.c | 137 } 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 D | lock.c | 54 return fcntl(fileno(fp), blk ? F_SETLKW : F_SETLK, &l); in lock()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | flock.c | 36 int cmd = F_SETLKW;
|
/titanic_41/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yplckpwdf.c | 73 retval = fcntl(fildes, F_SETLKW, (int)&flock); in yplckpwdf()
|
/titanic_41/usr/src/ucblib/libucb/port/sys/ |
H A D | flock.c | 59 cmd = F_SETLKW; in flock()
|
/titanic_41/usr/src/cmd/sendmail/libsmutil/ |
H A D | lockfile.c | 59 action = F_SETLKW;
|
/titanic_41/usr/src/lib/libnsctl/common/ |
H A D | cache.c | 116 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 D | lockf.c | 65 rv = fcntl(fildes, F_SETLKW, &l); in __lockf()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 132 #define F_SETLKW 9 /* Set or Clear a record-lock (Blocking) */ macro
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo_dli.c | 120 if (fcntl(fd, F_SETLKW, &lock) < 0) { in di_dli_open()
|
/titanic_41/usr/src/cmd/stat/common/ |
H A D | mnt.c | 95 (void) fcntl(fileno(mpt), F_SETLKW, &lb); in do_mnttab()
|
/titanic_41/usr/src/lib/libnwam/common/ |
H A D | libnwam_files.c | 770 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 D | ports.c | 235 if (strcmp(device, "/dev/null") && Fcntl(fd, F_SETLKW, &lck) < 0) { in open_direct()
|
/titanic_41/usr/src/cmd/sendmail/db/mutex/ |
H A D | mutex.c | 244 if (fcntl(fd, F_SETLKW, &k_lock))
|
/titanic_41/usr/src/lib/libzonecfg/common/ |
H A D | scratchops.c | 79 return (fcntl(fd, F_SETLKW, &lock)); in lock_op()
|
/titanic_41/usr/src/cmd/logadm/ |
H A D | conf.c | 348 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 D | smdb.c | 103 action = F_SETLKW;
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | fcntl.c | 284 case F_SETLKW: in fcntl() 611 cmd = F_SETLKW; in fcntl()
|