Home
last modified time | relevance | path

Searched refs:SYS_revoke (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/sys/
Dsyscall.h174 #define SYS_revoke 56 macro
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dproc-events.c976 #if defined (SYS_revoke) in init_syscall_table()
977 syscall_table[SYS_revoke] = "revoke"; in init_syscall_table()
/openbsd/src/sys/kern/
Dkern_pledge.c318 [SYS_revoke] = PLEDGE_TTY, /* also requires PLEDGE_RPATH */
/openbsd/src/usr.bin/kdump/
Dkdump.c771 [SYS_revoke] = { Ppath },
/openbsd/src/gnu/usr.bin/perl/
Dsyscall_emulator.c362 case SYS_revoke: in syscall_emulator()