Home
last modified time | relevance | path

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

/freebsd/usr.bin/proccontrol/
H A Dproccontrol.c291 if ((arg & PROC_WX_MAPPINGS_DISALLOW_EXEC) != 0) in main()
371 PROC_WX_MAPPINGS_DISALLOW_EXEC; in main()
/freebsd/sys/sys/
H A Dprocctl.h153 #define PROC_WX_MAPPINGS_DISALLOW_EXEC 0x0002 macro
/freebsd/sys/kern/
H A Dkern_procctl.c888 case PROC_WX_MAPPINGS_DISALLOW_EXEC: in wxmap_ctl()
912 d |= PROC_WX_MAPPINGS_DISALLOW_EXEC; in wxmap_status()