Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_resource.c171 int * foundp; member
181 int * foundp; member
335 if (pun->foundp != NULL) { in puser_donice_callback()
336 n = *pun->foundp; in puser_donice_callback()
337 *pun->foundp = n + 1; in puser_donice_callback()
357 if (pun->foundp != NULL) { in ppgrp_donice_callback()
358 n = *pun->foundp; in ppgrp_donice_callback()
359 *pun->foundp = n + 1; in ppgrp_donice_callback()
419 ppgrp.foundp = &found; in setpriority()
438 punice.foundp = &found; in setpriority()