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

  /src/sys/arch/amd64/amd64/
lock_stubs.S 40 #define LOCK \
42 lock
60 LOCK
74 * on multiprocessor systems, and comments in arch/x86/include/lock.h about
102 xchgb %al, MTX_LOCK(%rdi) /* lock */
177 * Acquire one hold on a RW lock.
191 LOCK
204 LOCK
215 * Release one hold on a RW lock.
230 LOCK
    [all...]
  /src/sys/arch/i386/i386/
lock_stubs.S 49 #define LOCK(num) \
51 lock
72 LOCK(1)
86 * on multiprocessor systems, and comments in arch/x86/include/lock.h about
103 * Acquire one hold on a RW lock.
118 LOCK(2)
131 LOCK(3)
142 * Release one hold on a RW lock.
158 LOCK(4)
171 LOCK(5
    [all...]
  /src/common/lib/libc/arch/i386/atomic/
atomic.S 48 #define LOCK HOTPATCH(HP_NAME_NOLOCK, 1); lock
51 #define LOCK lock
60 LOCK
69 LOCK
78 LOCK
89 LOCK
100 LOCK
108 LOCK
    [all...]
  /src/common/lib/libc/arch/x86_64/atomic/
atomic.S 43 #define LOCK HOTPATCH(HP_NAME_NOLOCK, 1); lock
45 #define LOCK lock
53 LOCK
60 LOCK
67 LOCK
77 LOCK
85 LOCK
92 LOCK
    [all...]
  /src/sys/arch/arm/rockchip/
rk3288_iomux.c 79 #define LOCK(reg) \
265 LOCK(reg);
rk3328_iomux.c 129 #define LOCK(sc) \
261 LOCK(sc);
rk3399_iomux.c 196 #define LOCK(syscon) \
430 LOCK(syscon);
470 LOCK(syscon);
  /src/usr.sbin/user/
user.c 103 int u_locked; /* user account lock */
142 #define LOCK 1
390 warn("Can't lock `%s'", _PATH_GROUP);
454 warn("Can't modify group `%s': can't lock `%s'",
577 warn("Can't append group(s) for `%s': can't lock `%s'",
1096 err(EXIT_FAILURE, "Can't add user `%s': can't lock `%s'",
1330 warn("Can't remove user `%s' from `%s': can't lock `%s'",
1458 err(EXIT_FAILURE, "Can't modify user `%s': can't lock `%s'",
1536 /* check whether we should lock the account. */
1537 if (up->u_locked == LOCK) {
    [all...]
  /src/sys/dev/qbus/
qduser.h 437 #define LOCK 176
  /src/sys/arch/vax/include/
qduser.h 444 #define LOCK 176

Completed in 17 milliseconds