Searched defs:LOCK (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/head/
H A Ddial.h46 #define LOCK "/usr/spool/uucp/LCK.." /* lock file semaphore */ macro
/illumos-gate/usr/src/cmd/bnu/
H A Ddial.h44 #define LOCK "/usr/spool/uucp/LCK.." /* lock file semaphore */ macro
H A Duustat.c41 #define LOCK "LCK.." macro
1266 (void) sprintf(lockname,"%s%s.%s",LOCK, f, jcdir);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_headers.h91 #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 Dcommon.c72 #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 Dtnfctl_int.h311 * 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 Dpkgserv.c100 #define LOCK ".pkg.lock" macro
288 if (!read_only && establish_lock(LOCK) < 0) {
/illumos-gate/usr/src/uts/common/io/
H A Dwinlockio.c334 #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 Ddis_tables.c152 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 106 milliseconds