Searched refs:lockf (Results 51 - 73 of 73) sorted by relevance

123

/illumos-gate/usr/src/cmd/login/
H A Dlogin.c707 retval = lockf(fildes, F_LOCK, 0L);
714 (void) lockf(fildes, F_ULOCK, 0L);
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1579 if (lockf(fileno(f), F_LOCK, 0L) < 0) {
1653 if (lockf(fileno(f), F_LOCK, 0L) < 0) {
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile42 gtty.o lockf.o pause.o stty.o tell.o ulimit.o \
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmail.local.c66 ** If you don't have flock, you could try using lockf instead.
70 # define flock(a, b) lockf(a, b, 0)
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef.c751 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) {
H A Dadm_kef_util.c1001 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) {
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dmodify.c1059 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c1149 if (lockf(fd, F_TLOCK, 0) == 0)
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com928 lockf.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com907 lockf.o \
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c1054 if (lockf(fileno(pfile), F_TLOCK, 0) == -1) {
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c680 ret = lockf(lockfd, F_TLOCK, size);
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c228 if (lockf(fd, F_LOCK, 0) < 0) {
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c406 if (lockf(Pidfd, 2, 0L) == -1) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c1232 * wait for lockf to succeed up to limits
1241 result = lockf(fd, F_LOCK, 0xFFFFF);
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile888 lockf.o \
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c1207 ret = lockf(lockfd, F_TLOCK, 0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c1643 if (lockf(fd, F_LOCK, 0) == -1) {
1644 EXIT_FATAL2("Cannot lockf %s", LOCK_FILE);
1652 if (lockf(fd, F_ULOCK, 0) == -1) {
1653 warn("lockf");
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1364 /* lockf.c */
1365 int lockf(int fildes, int function, off_t size);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com962 lockf.o \
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1036 * Open, lockf, fdopen the given file, returning a FILE * on success,
1048 if (lockf(fd, F_LOCK, 0) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c9687 if (lockf(fd, F_ULOCK, 0) == -1) {
9688 ipqos_msg(MT_ENOSTR, "lockf");
9780 if (lockf(fd, F_LOCK, 0) == -1) {
9781 ipqos_msg(MT_ENOSTR, "lockf");
/illumos-gate/usr/src/man/man3c/
H A DMakefile226 lockf.3c \

Completed in 300 milliseconds

123