Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dlockf.c65 case F_TLOCK: in __lockf()
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h107 #define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro
/illumos-gate/usr/src/ucbhead/
H A Dunistd.h58 #define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro
/illumos-gate/usr/src/cmd/bnu/
H A Dulockf.c361 while ( lockf(fd, F_TLOCK, 0L) != 0 ) {
467 case F_TLOCK:
/illumos-gate/usr/src/cmd/oplhpd/
H A Doplhpd.c172 if (lockf(pid_fd, F_TLOCK, 0L) < 0) { in init_daemon()
/illumos-gate/usr/src/cmd/acpihpd/
H A Dacpihpd.c167 if (lockf(s_pid_fd, F_TLOCK, 0L) < 0) { in daemon_init()
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Duninstall.c122 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in kc_uninstall()
H A Dinstall.c180 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()
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_write.c120 if (lockf(fd, F_TLOCK, 0) == 0) in _file_put_printer()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dulockf.c264 while (lockf(fd, F_TLOCK, 0L) != 0) { in fd_mklock()
/illumos-gate/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.c821 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in uninstall_uef_lib()
1152 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in update_pkcs11conf()
H A Dadm_kef_util.c1001 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in update_kcfconf()
H A Dadm_kef.c751 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in install_kef()
/illumos-gate/usr/src/cmd/ttymon/
H A Dulockf.c344 while (lockf(fd, F_TLOCK, 0L) != 0) { in fd_mklock()
/illumos-gate/usr/src/cmd/allocate/
H A Ddminfo.c268 while (((status = lockf(des, F_TLOCK, 0)) == -1) && in main()
/illumos-gate/usr/src/boot/include/
H A Dunistd.h84 #define F_TLOCK 2 /* test and lock a section for exclusive use */ macro
/illumos-gate/usr/src/cmd/filesync/
H A Dmain.c557 ret = lockf(lockfd, F_TLOCK, 0L); in findfiles()
/illumos-gate/usr/src/head/
H A Dunistd.h57 #define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c331 if (lockf(fileno(outfp), F_TLOCK, 0) == 0) {
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c766 if (lockf(file, F_TLOCK, 0) == -1) { in add_entry()
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c748 if (lockf(ibcfg_fd, F_TLOCK, 0) == -1) { in ib_init_file()
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c1149 if (lockf(fd, F_TLOCK, 0) == 0) in establish_lock()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c1054 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in update_policyfile()

12