Lines Matching refs:f
124 #define RN_MATCHF(rn, f, arg) (f == NULL || (*f)((rn), arg))
1082 * refs on the ire_bucket to ensure that the walk function f() does not
1086 * so that f() will need to take any additional references on memory
1090 rn_walktree(h, f, w)
1092 walktree_f_t *f;
1095 return (rn_walktree_mt(h, f, w, NULL, NULL));
1098 rn_walktree_mt(h, f, w, lockf, unlockf)
1100 walktree_f_t *f;
1115 * while applying the function f to it, so we need to calculate
1152 (error = (*f)(rn, w))) {