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

  /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...]

Completed in 13 milliseconds