Home
last modified time | relevance | path

Searched refs:_enum_common_p (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsecdb/common/
H A Dchkauthattr.c88 _enum_common_p(const char *cprofiles, in _enum_common_p() function
132 res = _enum_common_p(GETPROF(pa->attr), cb, in _enum_common_p()
170 res = _enum_common_p(GETPROF(ua->attr), in _enum_common()
184 res = _enum_common_p(GETCONSPROF(kattrs), cb, ctxt, pres, in _enum_common()
188 res = _enum_common_p(GETPROF(kattrs), cb, ctxt, pres, in _enum_common()
H A Dgetprofattr.c121 extern int _enum_common_p(const char *, int (*)(const char *, kva_t *, void *,
135 (void) _enum_common_p(profileName, NULL, NULL, NULL, B_FALSE, in getproflist()