Searched refs:LOCKED (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/bsd/libc++/dist/libcxxrt/src/
H A Dguard.cc74 static const uint32_t LOCKED = static_cast<guard_t>(1) << 31; variable
82 static const guard_t LOCKED = static_cast<guard_t>(1) << 63; variable
85 static const guard_t LOCKED = 1; variable
97 static const uint32_t LOCKED = static_cast<guard_lock_t>(1) << 31; variable
105 static const uint32_t LOCKED = 1; variable
134 INITIAL, LOCKED);
154 assert(old == LOCKED);
173 LOCKED, INITIAL);
184 old = LOCKED;
/netbsd-current/sys/rump/librump/rumpkern/
H A Dlocks.c77 #define LOCKED(lock, shar) \ macro
89 #define LOCKED(a, b) do {} while (0) macro
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(mt
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Dflags.c59 {LOCKED, "LOCKED", STATUS_FLAG},
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dpvmove.c162 lv->status |= LOCKED;
194 lv_mirr->status |= (PVMOVE | LOCKED);
229 if (lv->status & LOCKED) {
454 /* LVs are all in status LOCKED */
480 lvl->lv->status &= ~LOCKED;
H A Dlvconvert.c846 if (org->status & (LOCKED|PVMOVE|MIRRORED) || lv_is_cow(org)) {
848 org->status & LOCKED ? "locked" :
903 if (lv->status & LOCKED) {
H A Dlvchange.c171 if (lv->status & LOCKED) {
H A Dlvresize.c328 if (lv->status & LOCKED) {
H A Dtoollib.c1282 } else if ((lv->status & LOCKED) &&
/netbsd-current/external/gpl2/lvm2/dist/liblvm/
H A Dlvm_lv.c149 if (lv->status & LOCKED) {
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dmerge.c45 if (lv->status & LOCKED || lv->status & PVMOVE)
H A Dlv_manip.c1663 if (lv->status & LOCKED) {
1787 if (lv->status & LOCKED) {
2088 if (lv->status & LOCKED) {
2942 if (org->status & LOCKED) {
H A Dmetadata-exported.h56 #define LOCKED 0x00004000U /* LV */ macro
H A Dmirror.c50 && !(lv->status & LOCKED))
1526 MIRROR_IMAGE | (lv->status & LOCKED),
/netbsd-current/usr.sbin/user/
H A Duser.c143 #define LOCKED "*LOCKED*" macro
1515 strstr(pwp->pw_passwd, LOCKED)) != NULL) {
1521 LOCKED, up->u_password) == -1) {
1539 if ((locked_pwd = strstr(pwp->pw_passwd, LOCKED))
1543 if (asprintf(&locked_pwd, "%s%s", LOCKED,
1554 if ((locked_pwd = strstr(pwp->pw_passwd, LOCKED))
1559 pwp->pw_passwd = locked_pwd + strlen(LOCKED);
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dmetadata-exported.h56 #define LOCKED 0x00004000U /* LV */ macro
/netbsd-current/external/gpl2/lvm2/dist/lib/activate/
H A Ddev_manager.c1296 if ((lv->status & PVMOVE) || (lv->status & LOCKED))
/netbsd-current/external/gpl2/lvm2/dist/lib/report/
H A Dreport.c340 if (lv->status & LOCKED)

Completed in 160 milliseconds