Lines Matching defs:auth
380 pm_authority_t auth;
416 for (auth = pm_authority_next(PM_AUTHORITY_INVALID);
417 auth != PM_AUTHORITY_INVALID && err == PM_SUCCESS;
418 auth = pm_authority_next(auth)) {
419 uu_dprintf(pm_log, UU_DPRINTF_DEBUG, "%s checking auth %s\n",
420 __FUNCTION__, pm_authority_getname(auth));
427 if (authority == auth) {
437 pm_authority_getname(auth))) != 0 && errno != ENOENT) {
440 __FUNCTION__, errno, pm_authority_getname(auth));