Home
last modified time | relevance | path

Searched refs:allowpse (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/uvm/
Duvm_meter.c64 extern int allowpse;
174 if ((!allowpse) &&
/mirbsd/src/sys/miscfs/procfs/
Dprocfs_subr.c51 extern int allowpsa, allowpse;
155 ((allowpsa || allowpse) ? S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH : 0);
/mirbsd/src/sys/kern/
Dkern_sysctl.c276 int allowpsa = 1, allowpse = 1; variable
580 &allowpse);
1474 if ((!allowpse) && in sysctl_proc_args()
/mirbsd/src/usr.bin/calendar/calendars/
Dcalendar.openbsd23 Jan 18 MirOS gets the kern.allowpsa and kern.allowpse sysctls, 2003