Lines Matching refs:access
59 n->policy_access.access = bus_kernel_translate_access(po->access);
82 int bus_endpoint_add_policy(BusEndpoint *ep, const char *name, BusPolicyAccess access) {
89 assert(access > _BUS_POLICY_ACCESS_INVALID && access < _BUS_POLICY_ACCESS_MAX);
91 /* check if we already have this name in the policy list. If we do, see if the new access level
98 if (po->access < access)
99 po->access = access;
118 po->access = access;