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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c1955 proc_iterate(flags, callout, arg, filterfn, filterarg)
1959 int (*filterfn)(proc_t, void *);
1982 if ( (filterfn == 0 ) || (filterfn(p, filterarg) != 0)) {
1992 if ( (filterfn == 0 ) || (filterfn(p, filterarg) != 0)) {
2097 proc_rebootscan(callout, arg, filterfn, filterarg)
2100 int (*filterfn)(proc_t, void *);
2115 if ( (filterfn == 0 ) || (filterfn(
[all...]
H A Dkern_sysctl.c1336 int (*filterfn)(proc_t, void *) = 0; variable
1356 filterfn = sysdoproc_filt_KERN_PROC_PID;
1360 filterfn = sysdoproc_filt_KERN_PROC_PGRP;
1377 filterfn = sysdoproc_filt_KERN_PROC_LCID;
1403 sysdoproc_callback, &args, filterfn, name);
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h697 extern int pgrp_iterate(struct pgrp * pgrp, int flags, int (*callout)(proc_t , void *), void *arg, int (*filterfn)(proc_t , void *), void *filterarg);
698 extern int proc_iterate(int flags, int (*callout)(proc_t , void *), void *arg, int (*filterfn)(proc_t , void *), void *filterarg);
699 extern int proc_rebootscan(int (*callout)(proc_t , void *), void *arg, int (*filterfn)(proc_t , void *), void *filterarg);

Completed in 21 milliseconds