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

  /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/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/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/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/sys/arch/arm/rockchip/
rk3399_iomux.c 196 #define LOCK(syscon) \
430 LOCK(syscon);
470 LOCK(syscon);
rk3288_iomux.c 79 #define LOCK(reg) \
265 LOCK(reg);
rk3328_iomux.c 129 #define LOCK(sc) \
261 LOCK(sc);
  /src/sys/dev/qbus/
qduser.h 437 #define LOCK 176
qd.c 367 int lock; member in struct:q_keyboard
2790 case LOCK:
2791 q_keyboard.lock ^= 0xffff; /* toggle */
2792 if (q_keyboard.lock)
2830 else if( q_keyboard.lock || q_keyboard.shift )
3143 case LOCK:
3144 q_keyboard.lock ^= 0xffff; /* toggle */
3145 if (q_keyboard.lock)
3179 else if ( q_keyboard.lock || q_keyboard.shift )
  /src/sys/arch/vax/include/
qduser.h 444 #define LOCK 176
  /src/sys/arch/m68k/060sp/dist/
isp.s 2730 # _real_lock_page() - "callout" to lock op's page from page-outs #
2756 # using _real_unlock_paged() if the 2nd lock-page fails. #
2822 bsr.l _real_lock_page # lock page
2830 bsr.l _real_lock_page # lock page
2840 # if the 2nd lock attempt fails, then we must still unlock the
3049 bsr.l _real_lock_page # lock page
3220 # (8) Load the BUSCR w/ the bus lock value. #
3322 mov.l &0x80000000,%a2 # assert LOCK* buscr value
3347 # A2 = bus LOCK* value
3354 movc %a2,%buscr # assert LOCK*
    [all...]
  /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...]

Completed in 63 milliseconds