Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_resource.c172 int * foundp; member
182 int * foundp; member
336 if (pun->foundp != NULL) { in puser_donice_callback()
337 n = *pun->foundp; in puser_donice_callback()
338 *pun->foundp = n + 1; in puser_donice_callback()
358 if (pun->foundp != NULL) { in ppgrp_donice_callback()
359 n = *pun->foundp; in ppgrp_donice_callback()
360 *pun->foundp = n + 1; in ppgrp_donice_callback()
420 ppgrp.foundp = &found; in setpriority()
439 punice.foundp = &found; in setpriority()