Home
last modified time | relevance | path

Searched refs:LOCK_NB (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/ucblib/libucb/port/sys/
H A Dflock.c55 if (operation & LOCK_NB) { in flock()
57 operation &= ~LOCK_NB; /* turn off this bit */ in flock()
/titanic_44/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c100 if (bitset(LOCK_NB, type))
123 if (!bitset(LOCK_NB, type) ||
144 if (!bitset(LOCK_NB, type) || save_errno != EWOULDBLOCK)
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dflock.c48 if (operation & LOCK_NB)
/titanic_44/usr/src/cmd/sendmail/libsmutil/
H A Dlockfile.c56 if (bitset(LOCK_NB, type))
H A Dsafefile.c968 locktype |= LOCK_NB;
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h70 #define LOCK_NB 4 /* don't block when locking */ macro
/titanic_44/usr/src/ucbhead/sys/
H A Dfile.h117 #define LOCK_NB 4 /* don't block when locking */ macro
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlock_file.c103 lock_flag |= LOCK_NB; in krb5_lock_file()
/titanic_44/usr/src/cmd/bnu/
H A Dulockf.c471 cmd = LOCK_EX|LOCK_NB;
477 if (flock(fd, LOCK_EX|LOCK_NB) == 0 && flock(fd, LOCK_UN) == 0)
/titanic_44/usr/src/cmd/sendmail/src/
H A Dmci.c753 fname, "", LOCK_EX|LOCK_NB))
883 LOCK_SH|LOCK_NB);
1334 "", LOCK_SH|LOCK_NB);
H A Dalias.c554 NULL, LOCK_EX|LOCK_NB))
H A Dqueue.c397 !lockfile(tfd, tf, NULL, LOCK_EX|LOCK_NB) ||
445 if (lockfile(tfd, tf, NULL, LOCK_EX|LOCK_NB))
2708 LOCK_SH|LOCK_NB);
3963 LOCK_EX|LOCK_NB))
8537 if (!lockfile(fd, tempqf, NULL, LOCK_EX|LOCK_NB))
H A Dconf.c3554 if (bitset(LOCK_NB, type))
3592 if (!bitset(LOCK_NB, type) ||
3623 if (!bitset(LOCK_NB, type) || save_errno != EWOULDBLOCK)
/titanic_44/usr/src/cmd/allocate/
H A Ddminfo.c265 while ((status = flock(des, LOCK_EX | LOCK_NB) == -1) && in main()
/titanic_44/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2846 # define LOCK_NB 0x04 /* non-blocking lock */ macro