Home
last modified time | relevance | path

Searched refs:F_TLOCK (Results 1 – 25 of 28) sorted by relevance

12

/titanic_50/usr/src/lib/libbc/libc/compat/common/
H A Dlockf.c89 case F_TLOCK: in lockf()
/titanic_50/usr/src/lib/libc/port/sys/
H A Dlockf.c67 case F_TLOCK: in __lockf()
/titanic_50/usr/src/ucbhead/sys/
H A Dfile.h109 #define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro
/titanic_50/usr/src/ucbhead/
H A Dunistd.h58 #define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dunistd.h78 #define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro
/titanic_50/usr/src/cmd/bnu/
H A Dulockf.c364 while ( lockf(fd, F_TLOCK, 0L) != 0 ) {
470 case F_TLOCK:
/titanic_50/usr/src/cmd/oplhpd/
H A Doplhpd.c174 if (lockf(pid_fd, F_TLOCK, 0L) < 0) { in init_daemon()
/titanic_50/usr/src/cmd/acpihpd/
H A Dacpihpd.c167 if (lockf(s_pid_fd, F_TLOCK, 0L) < 0) { in daemon_init()
/titanic_50/usr/src/cmd/cmd-crypto/kmfcfg/
H A Duninstall.c124 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in kc_uninstall()
H A Dinstall.c182 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in kc_install()
H A Dmodify.c1059 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in kc_modify_plugin()
/titanic_50/usr/src/lib/print/libprint/common/
H A Dnss_write.c120 if (lockf(fd, F_TLOCK, 0) == 0) in _file_put_printer()
/titanic_50/usr/src/lib/libnsl/dial/
H A Dulockf.c266 while (lockf(fd, F_TLOCK, 0L) != 0) { in fd_mklock()
/titanic_50/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_util.c134 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in update_conf()
H A Dadm_uef.c820 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in uninstall_uef_lib()
1151 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in update_pkcs11conf()
H A Dadm_kef.c751 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in install_kef()
H A Dadm_kef_util.c1001 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in update_kcfconf()
/titanic_50/usr/src/cmd/ttymon/
H A Dulockf.c363 while ( lockf(fd, F_TLOCK, 0L) != 0 ) {
/titanic_50/usr/src/cmd/allocate/
H A Ddminfo.c270 while (((status = lockf(des, F_TLOCK, 0)) == -1) && in main()
/titanic_50/usr/src/cmd/filesync/
H A Dmain.c559 ret = lockf(lockfd, F_TLOCK, 0L); in findfiles()
/titanic_50/usr/src/head/
H A Dunistd.h57 #define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro
/titanic_50/usr/src/cmd/ypcmd/
H A Dmakedbm.c331 if (lockf(fileno(outfp), F_TLOCK, 0) == 0) {
/titanic_50/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c768 if (lockf(file, F_TLOCK, 0) == -1) { in add_entry()
/titanic_50/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c748 if (lockf(ibcfg_fd, F_TLOCK, 0) == -1) { in ib_init_file()
/titanic_50/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c1149 if (lockf(fd, F_TLOCK, 0) == 0) in establish_lock()

12