/titanic_41/usr/src/lib/libast/common/features/ |
H A D | fcntl.c | 142 #ifndef F_SETLK in main() 145 if (F_SETLK > f_local) f_local = F_SETLK; in main() 189 #ifndef F_SETLK in main()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | lckpwdf.c | 81 if (fcntl(fildes, F_SETLK, &flock) != -1) { in lckpwdf() 115 (void) fcntl(fildes, F_SETLK, &flock); in ulckpwdf()
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | lockf.c | 61 rv = fcntl(fildes, F_SETLK, &l); in __lockf() 69 rv = fcntl(fildes, F_SETLK, &l); in __lockf()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | pr_fcntl.c | 67 case F_SETLK: in pr_fcntl() 99 case F_SETLK: in pr_fcntl()
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 80 #define F_SETLK 6 /* Set file lock */ macro 104 #define F_SETLK 6 /* Set file lock */ macro
|
/titanic_41/usr/src/lib/libdscfg/common/ |
H A D | cfg_lockdlck.c | 75 while ((rc = fcntl(local_lockfd, F_SETLK, &lk)) < 0 && errno == EINTR) in cfg_filelock() 96 while (fcntl(local_lockfd, F_SETLK, &lk) < 0 && errno == EINTR) in cfg_fileunlock()
|
/titanic_41/usr/src/lib/pam_modules/authtok_check/ |
H A D | dict.c | 83 retval = fcntl(lockfd, F_SETLK, &flock); in lock_db() 108 (void) fcntl(lockfd, F_SETLK, &flock); in unlock_db()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fcntl.h | 152 #define F_SETLK 6 /* Set file lock */ macro 160 #define F_SETLK 34 /* Set file lock */
|
/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/cmd/lvm/rpc.mdcommd/ |
H A D | mddoors.c | 70 if (fcntl(daemon_lock_fd, F_SETLK, &lock) == -1) { in enter_daemon_lock() 98 if (fcntl(daemon_lock_fd, F_SETLK, &lock) == -1) { in exit_daemon_lock()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | flock.c | 49 cmd = F_SETLK;
|
/titanic_41/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yplckpwdf.c | 90 (void) fcntl(fildes, F_SETLK, (int)&flock); in ypulckpwdf()
|
/titanic_41/usr/src/ucblib/libucb/port/sys/ |
H A D | flock.c | 56 cmd = F_SETLK; in flock()
|
/titanic_41/usr/src/cmd/sendmail/libsmutil/ |
H A D | lockfile.c | 57 action = F_SETLK;
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_main.c | 150 if (fcntl(daemon_lock_fd, F_SETLK, &lock) == 0) { in enter_daemon_lock() 181 if (fcntl(daemon_lock_fd, F_SETLK, &lock) == -1) { in exit_daemon_lock()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | lock_file.c | 100 lock_cmd = F_SETLK; in krb5_lock_file()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 131 #define F_SETLK 8 /* Set or Clear a record-lock (Non-Blocking) */ macro
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo_dli.c | 156 (void) fcntl(fd, F_SETLK, &lock); in di_dli_close()
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | daemon_utils.c | 157 if (fcntl(fd, F_SETLK, &lock) == -1) { in _enter_daemon_lock()
|
/titanic_41/usr/src/cmd/lvm/md_monitord/ |
H A D | md_monitord.c | 169 if (fcntl(daemon_lock_fd, F_SETLK, &lock) == -1) { in enter_daemon_lock() 200 if (fcntl(daemon_lock_fd, F_SETLK, &lock) == -1) { in exit_daemon_lock()
|
/titanic_41/usr/src/cmd/lp/lib/msgs/ |
H A D | mconnect.c | 190 if (Fcntl(fd, F_SETLK, &lock) != -1 || errno != EAGAIN) in checklock()
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | devreserv.c | 272 if (fcntl(lkfilefd, F_SETLK, &lkinfo) != -1) locked = TRUE; in locklkfile() 615 noerr = (fcntl(lkfilefd, F_SETLK, &lkinfo) != -1); in freelkfile()
|
H A D | putdgrp.c | 321 while ((fcntl(fileno(oam_dgroup), F_SETLK, &lockinfo) == -1) && in lkdgrptab() 384 noerr = (fcntl(fileno(oam_dgroup), F_SETLK, &lockinfo) != -1); in unlkdgrptab()
|