OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCKED
(Results
1 - 17
of
17
) 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/external/gpl2/lvm2/dist/lib/format_text/
flags.c
59
{
LOCKED
, "
LOCKED
", STATUS_FLAG},
/src/external/gpl2/lvm2/dist/tools/
pvmove.c
162
lv->status |=
LOCKED
;
194
lv_mirr->status |= (PVMOVE |
LOCKED
);
229
if (lv->status &
LOCKED
) {
230
log_print("Skipping
locked
LV %s", lv->name);
454
/* LVs are all in status
LOCKED
*/
480
lvl->lv->status &= ~
LOCKED
;
lvconvert.c
846
if (org->status & (
LOCKED
|PVMOVE|MIRRORED) || lv_is_cow(org)) {
848
org->status &
LOCKED
? "
locked
" :
903
if (lv->status &
LOCKED
) {
904
log_error("Cannot convert
locked
LV %s", lv->name);
lvchange.c
171
if (lv->status &
LOCKED
) {
172
log_error("Unable to resync
locked
volume %s", lv->name);
lvresize.c
328
if (lv->status &
LOCKED
) {
329
log_error("Can't resize
locked
LV %s", lv->name);
toollib.c
1282
} else if ((lv->status &
LOCKED
) &&
/src/external/gpl2/lvm2/dist/liblvm/
lvm_lv.c
149
if (lv->status &
LOCKED
) {
150
log_error("Unable to activate
locked
LV");
/src/external/gpl2/lvm2/dist/lib/metadata/
merge.c
45
if (lv->status &
LOCKED
|| lv->status & PVMOVE)
lv_manip.c
1663
if (lv->status &
LOCKED
) {
1664
log_error("Cannot rename
locked
LV %s", lv->name);
1764
* VG must be
locked
by caller.
1787
if (lv->status &
LOCKED
) {
1788
log_error("Cannot rename
locked
LV %s", lv->name);
2088
if (lv->status &
LOCKED
) {
2089
log_error("Can't remove
locked
LV %s", lv->name);
2942
if (org->status &
LOCKED
) {
2943
log_error("Snapshots of
locked
devices are not "
metadata-exported.h
56
#define
LOCKED
0x00004000U /* LV */
mirror.c
50
&& !(lv->status &
LOCKED
))
1526
MIRROR_IMAGE | (lv->status &
LOCKED
),
/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/activate/
dev_manager.c
1296
if ((lv->status & PVMOVE) || (lv->status &
LOCKED
))
/src/external/gpl2/lvm2/dist/lib/report/
report.c
340
if (lv->status &
LOCKED
)
Completed in 53 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026