HomeSort by: relevance | last modified time | path
    Searched defs:LOCKED (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libc++/dist/libcxxrt/src/
guard.cc 74 static const uint32_t LOCKED = static_cast<guard_t>(1) << 31;
82 static const guard_t LOCKED = static_cast<guard_t>(1) << 63;
85 static const guard_t LOCKED = 1;
97 static const uint32_t LOCKED = static_cast<guard_lock_t>(1) << 31;
105 static const uint32_t LOCKED = 1;
131 // locked, not initialised) to the locked-uninitialised
134 INITIAL, LOCKED);
154 assert(old == LOCKED);
173 LOCKED, INITIAL)
    [all...]
  /src/sys/rump/librump/rumpkern/
locks.c 77 #define LOCKED(lock, shar) \
89 #define LOCKED(a, b) do {} while (0)
167 LOCKED(mtx, false);
177 LOCKED(mtx, false);
188 LOCKED(mtx, false);
274 LOCKED(rw, op == RW_READER);
285 LOCKED(rw, op == RW_READER);
313 LOCKED(rw, 0);
325 LOCKED(rw, 1);
408 LOCKED(mtx, false)
    [all...]
  /src/usr.sbin/user/
user.c 143 #define LOCKED "*LOCKED*"
1515 strstr(pwp->pw_passwd, LOCKED)) != NULL) {
1517 * account is locked - keep it locked
1521 LOCKED, up->u_password) == -1) {
1538 /* check to see account if already locked. */
1539 if ((locked_pwd = strstr(pwp->pw_passwd, LOCKED))
1541 warnx("Account is already locked");
1543 if (asprintf(&locked_pwd, "%s%s", LOCKED,
    [all...]
  /src/external/gpl2/lvm2/dist/include/
metadata-exported.h 56 #define LOCKED 0x00004000U /* LV */
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata-exported.h 56 #define LOCKED 0x00004000U /* LV */

Completed in 19 milliseconds