Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dacct.h67 #define APLEDGE 0x00000020 /* killed due to pledge violation */ macro
/openbsd/src/usr.bin/lastcomm/
Dlastcomm.c177 BIT(APLEDGE, 'P'); in flagbits()
/openbsd/src/sys/kern/
Dkern_pledge.c568 p->p_p->ps_acflag |= APLEDGE; in pledge_fail()