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

/xnu-2422.115.4/bsd/kern/
H A Dkern_proc.c2909 proc_dopcontrol(proc_t p, void *num_found) argument
2923 (*(int *)num_found)++;
2931 (*(int *)num_found)++;
2939 (*(int *)num_found)++;
3054 int num_found; local
3091 for (num_found = 0; num_found == 0; memory_threshold = memory_threshold / 2) {
3092 proc_iterate(PROC_ALLPROCLIST, proc_dopcontrol, (void *)&num_found, proc_pcontrol_filter, (void *)&memory_threshold);
3100 if (num_found == 0) /* log that we couldn't do anything in this case */
/xnu-2422.115.4/osfmk/i386/
H A Dpmap_x86_common.c957 int num_removed, num_unwired, num_found, num_invalid; local
966 num_found = 0;
992 num_found++;
1016 if (num_found == 0) {
/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c1406 int num_found = 0; local
1459 num_found++;
1464 if (num_found) {

Completed in 34 milliseconds