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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c141 int * foundp; member in struct:puser_nice_args
151 int * foundp; member in struct:ppgrp_nice_args
265 if (pun->foundp != NULL) {
266 n = *pun->foundp;
267 *pun->foundp = n+1;
286 if (pun->foundp!= NULL) {
287 n = *pun->foundp;
288 *pun->foundp = n+1;
345 ppgrp.foundp = &found;
363 punice.foundp
[all...]

Completed in 20 milliseconds