Searched defs:LOCK (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | dial.h | 46 #define LOCK "/usr/spool/uucp/LCK.." /* lock file semaphore */ macro
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | dial.h | 44 #define LOCK "/usr/spool/uucp/LCK.." /* lock file semaphore */ macro
|
H A D | uustat.c | 41 #define LOCK "LCK.." macro 1266 (void) sprintf(lockname,"%s%s.%s",LOCK, f, jcdir);
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_headers.h | 91 #define LOCK(lockcall, retval, msg) \ macro 101 LOCK(this->acqnonexcl, retval, msg) 103 LOCK(this->relnonexcl, retval, msg) 119 LOCK(this->acqexcl, retval, msg) 121 LOCK(this->relexcl, retval, msg)
|
/illumos-gate/usr/src/cmd/chmod/ |
H A D | common.c | 72 #define LOCK 02000 /* lock permit */ macro 212 perms_msk |= LOCK; 213 who_msk |= LOCK; 255 (LOCK | EXEC)) == LOCK) && 286 (LOCK | EXEC)) == LOCK) && 354 (new_mode & GROUP & (LOCK | EXEC)) != 355 LOCK) { 356 perms_msk &= ~LOCK; [all...] |
/illumos-gate/usr/src/lib/libtnfctl/ |
H A D | tnfctl_int.h | 311 * LOCK is the macro to lock down the library list so that a dlopen or 314 * LOCK_SYNC does the same as LOCK + it syncs up libtnfctl's cache of 324 #define LOCK(hndl, stat, release) (void) _tnfctl_lock_libs(hndl, &release) macro 334 #define LOCK(hndl, stat, release) \ macro
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 100 #define LOCK ".pkg.lock" macro 288 if (!read_only && establish_lock(LOCK) < 0) {
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | winlockio.c | 334 #define LOCK(lp) (*((lp)->lockptr)) macro 915 LOCK(lp) = 0; 1351 * Non-owner faulting. Need to check current LOCK state. 1353 * Before reading lock value in LOCK(lp), we must make sure that 1369 if (LOCK(lp) == 0) { 1448 ASSERT(!((lp->owner == NULL) && (LOCK(lp) != 0))); 1565 LOCK(lp) = 0; 1618 lp->lockptr != 0 && LOCK(lp) ? 'Y' : 'N', 1629 lp->lockptr != 0 && LOCK(lp) ? 'Y' : 'N', 1647 lp->lockptr != 0 ? LOCK(l [all...] |
/illumos-gate/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 152 LOCK, /* a LOCK instruction prefix */ enumerator in enum:__anon34 2250 /* [F,0] */ TNS("lock",LOCK), TNS("icebp", NORM), TNS("repnz",PREFIX), TNS("repz",PREFIX), 3023 case LOCK:
|
Completed in 127 milliseconds