Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dpledge.h143 int pledge_protexec(struct proc *p, int prot);
/openbsd/sys/uvm/
H A Duvm_mmap.c262 error = pledge_protexec(p, prot); in sys_mmap()
574 error = pledge_protexec(p, prot); in sys_mprotect()
/openbsd/sys/kern/
H A Dkern_pledge.c1621 pledge_protexec(struct proc *p, int prot) in pledge_protexec() function