Home
last modified time | relevance | path

Searched refs:PLEDGE_BPF (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/sys/
H A Dpledge.h59 #define PLEDGE_BPF 0x0000000200000000ULL /* bpf ioctl */ macro
106 { PLEDGE_BPF, "bpf" },
/openbsd/sys/kern/
H A Dkern_pledge.c372 { "bpf", PLEDGE_BPF },
1091 if ((pledge & PLEDGE_BPF)) { in pledge_ioctl()