Home | History | Annotate | Download | only in extensions

Lines Matching defs:above

9  * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
172 /* curtain cannot be disabled when securelevel is above 0 */
185 * - setting value != 0 is not permitted when securelevel is above 0 (increase
207 /* we cannot grant more rights to users when securelevel is above 0 */
218 * above 'level' or not.
225 bool above;
229 "is-securelevel-above", KAUTH_ARG(level), &above);
230 if (error == 0 && above)