/titanic_50/usr/src/lib/libbc/libc/compat/common/ |
H A D | lockf.c | 89 case F_TLOCK: in lockf()
|
/titanic_50/usr/src/lib/libc/port/sys/ |
H A D | lockf.c | 67 case F_TLOCK: in __lockf()
|
/titanic_50/usr/src/ucbhead/sys/ |
H A D | file.h | 109 #define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro
|
/titanic_50/usr/src/ucbhead/ |
H A D | unistd.h | 58 #define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | unistd.h | 78 #define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | ulockf.c | 364 while ( lockf(fd, F_TLOCK, 0L) != 0 ) { 470 case F_TLOCK:
|
/titanic_50/usr/src/cmd/oplhpd/ |
H A D | oplhpd.c | 174 if (lockf(pid_fd, F_TLOCK, 0L) < 0) { in init_daemon()
|
/titanic_50/usr/src/cmd/acpihpd/ |
H A D | acpihpd.c | 167 if (lockf(s_pid_fd, F_TLOCK, 0L) < 0) { in daemon_init()
|
/titanic_50/usr/src/cmd/cmd-crypto/kmfcfg/ |
H A D | uninstall.c | 124 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in kc_uninstall()
|
H A D | install.c | 182 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in kc_install()
|
H A D | modify.c | 1059 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in kc_modify_plugin()
|
/titanic_50/usr/src/lib/print/libprint/common/ |
H A D | nss_write.c | 120 if (lockf(fd, F_TLOCK, 0) == 0) in _file_put_printer()
|
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | ulockf.c | 266 while (lockf(fd, F_TLOCK, 0L) != 0) { in fd_mklock()
|
/titanic_50/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_util.c | 134 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in update_conf()
|
H A D | adm_uef.c | 820 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 D | adm_kef.c | 751 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in install_kef()
|
H A D | adm_kef_util.c | 1001 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) { in update_kcfconf()
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | ulockf.c | 363 while ( lockf(fd, F_TLOCK, 0L) != 0 ) {
|
/titanic_50/usr/src/cmd/allocate/ |
H A D | dminfo.c | 270 while (((status = lockf(des, F_TLOCK, 0)) == -1) && in main()
|
/titanic_50/usr/src/cmd/filesync/ |
H A D | main.c | 559 ret = lockf(lockfd, F_TLOCK, 0L); in findfiles()
|
/titanic_50/usr/src/head/ |
H A D | unistd.h | 57 #define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | makedbm.c | 331 if (lockf(fileno(outfp), F_TLOCK, 0) == 0) {
|
/titanic_50/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_configfile.c | 768 if (lockf(file, F_TLOCK, 0) == -1) { in add_entry()
|
/titanic_50/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_conf.c | 748 if (lockf(ibcfg_fd, F_TLOCK, 0) == -1) { in ib_init_file()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 1149 if (lockf(fd, F_TLOCK, 0) == 0) in establish_lock()
|