Lines Matching refs:cb
92 int (*cb)(const char *, kva_t *, void *, void *),
131 if (cb != NULL && (!wantattr || pa != NULL && pa->attr != NULL))
132 res = cb(prof, pa ? pa->attr : NULL, ctxt, pres);
136 res = _enum_common_p(GETPROF(pa->attr), cb,
155 int (*cb)(const char *, kva_t *, void *, void *),
166 if (cb == NULL)
174 res = cb(NULL, ua->attr, ctxt, pres);
177 cb, ctxt, pres, wantattr, &cnt, profs);
197 res = _enum_common_p(GETCONSPROF(dp->attr), cb,
202 res = _enum_common_p(GETPROF(dp->attr), cb, ctxt,
207 res = cb(NULL, dp->attr, ctxt, pres);
222 int (*cb)(const char *, kva_t *, void *, void *),
225 return (_enum_common(username, cb, ctxt, pres, B_FALSE));
233 int (*cb)(const char *, kva_t *, void *, void *),
236 return (_enum_common(username, cb, ctxt, pres, B_TRUE));
251 int (*cb)(const char *, void *, void *);
276 res = ca->cb(auth, ca->ctxt, pres);
292 int (*cb)(const char *, void *, void *),
298 if (cb == NULL)
301 c2a.cb = cb;
308 res = cb(solaris, ctxt, pres);