Lines Matching defs:authority
90 * optional authority, which filters on the values stored from
110 * the authority specifier will be queried.
124 pm_authority_t authority;
140 /* Validate the authority given in the query */
142 authority = pm_authority_get(authname);
143 if (authority == PM_AUTHORITY_INVALID) {
145 "%s invalid authority %s in query\n", __FUNCTION__,
164 err = pm_result_filter(result, proplist, authority,
313 /* No authority name was given. This is invalid */
329 /* Match. Return the current authority */
339 pm_authority_getname(pm_authority_t authority)
349 if (authority == pm_authorities[i].a_auth) {
350 /* We have a match. Return the authority value. */
382 /* Check the next authority */
386 /* Get the authority to return */
391 * Return the next authority. If the result is PM_AUTHORITY_INVALID,