Home
last modified time | relevance | path

Searched refs:SY_NOLOCK (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/kern/
H A Dinit_sysent.c26 { 3, s(struct sys_read_args), SY_NOLOCK | 0,
28 { 3, s(struct sys_write_args), SY_NOLOCK | 0,
30 { 3, s(struct sys_open_args), SY_NOLOCK | 0,
32 { 1, s(struct sys_close_args), SY_NOLOCK | 0,
34 { 2, s(struct sys_getentropy_args), SY_NOLOCK | 0,
56 { 0, 0, SY_NOLOCK | 0,
60 { 0, 0, SY_NOLOCK | 0,
68 { 0, 0, SY_NOLOCK | 0,
70 { 0, 0, SY_NOLOCK | 0,
79 { 3, s(struct sys_recvmsg_args), SY_NOLOCK |
[all...]
/openbsd/sys/sys/
H A Dsyscall_mi.h136 int lock = !(callp->sy_flags & SY_NOLOCK); in mi_syscall()
H A Dsystm.h123 #define SY_NOLOCK 0x01 macro