Searched refs:pun (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_resource.c278 struct puser_nice_args * pun = (struct puser_nice_args *)arg; local
282 if (kauth_cred_getuid(my_cred) == pun->who) {
283 error = donice(pun->curp, p, pun->prio);
284 if (pun->errorp != NULL)
285 *pun->errorp = error;
286 if (pun->foundp != NULL) {
287 n = *pun->foundp;
288 *pun->foundp = n+1;
301 struct ppgrp_nice_args * pun local
[all...]

Completed in 19 milliseconds