Searched refs:LOCK_NB (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/ucblib/libucb/port/sys/ |
H A D | flock.c | 55 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 D | smdb.c | 100 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 D | flock.c | 48 if (operation & LOCK_NB)
|
/titanic_44/usr/src/cmd/sendmail/libsmutil/ |
H A D | lockfile.c | 56 if (bitset(LOCK_NB, type))
|
H A D | safefile.c | 968 locktype |= LOCK_NB;
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | file.h | 70 #define LOCK_NB 4 /* don't block when locking */ macro
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | file.h | 117 #define LOCK_NB 4 /* don't block when locking */ macro
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | lock_file.c | 103 lock_flag |= LOCK_NB; in krb5_lock_file()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | ulockf.c | 471 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 D | mci.c | 753 fname, "", LOCK_EX|LOCK_NB)) 883 LOCK_SH|LOCK_NB); 1334 "", LOCK_SH|LOCK_NB);
|
H A D | alias.c | 554 NULL, LOCK_EX|LOCK_NB))
|
H A D | queue.c | 397 !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 D | conf.c | 3554 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 D | dminfo.c | 265 while ((status = flock(des, LOCK_EX | LOCK_NB) == -1) && in main()
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 2846 # define LOCK_NB 0x04 /* non-blocking lock */ macro
|