Searched refs:mandatory_rules (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dpolicy.c130 DBusList *mandatory_rules; /**< Mandatory policy rules */ member in struct:BusPolicy
213 _dbus_list_foreach (&policy->mandatory_rules, free_rule_func, NULL);
214 _dbus_list_clear (&policy->mandatory_rules);
359 if (!add_list_to_client (&policy->mandatory_rules,
461 &policy->mandatory_rules,
505 if (!_dbus_list_append (&policy->mandatory_rules, rule))
668 if (!append_copy_of_policy_list (&policy->mandatory_rules,
669 &to_absorb->mandatory_rules))

Completed in 63 milliseconds