Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_resource.c180 int * foundp; member
190 int * foundp; member
432 if (pun->foundp != NULL) { in puser_donice_callback()
433 n = *pun->foundp; in puser_donice_callback()
434 *pun->foundp = n + 1; in puser_donice_callback()
454 if (pun->foundp != NULL) { in ppgrp_donice_callback()
455 n = *pun->foundp; in ppgrp_donice_callback()
456 *pun->foundp = n + 1; in ppgrp_donice_callback()
516 ppgrp.foundp = &found; in setpriority()
535 punice.foundp = &found; in setpriority()