Home
last modified time | relevance | path

Searched defs:rule (Results 1 – 25 of 45) sorted by relevance

12

/trueos/sys/security/mac_portacl/
HDmac_portacl.c120 struct rule { struct
126 TAILQ_ENTRY(rule) r_entries; argument
148 struct rule *rule; in toast_rules() local
180 parse_rule_element(char *element, struct rule **rule) in parse_rule_element()
386 struct rule *rule; in rules_check() local
/trueos/contrib/ofed/libsdp/src/
HDmatch.c54 struct use_family_rule *rule, in get_rule_str()
88 struct use_family_rule *rule, in match_ipv4_addr()
98 struct use_family_rule *rule, in match_ip_addr_and_port()
162 struct use_family_rule *rule ) in match_program_name()
173 struct use_family_rule *rule; in get_family_by_first_matching_rule() local
239 struct use_family_rule *rule; in match_by_all_rules_program() local
/trueos/sys/kern/
HDkern_rctl.c222 rctl_available_resource(const struct proc *p, const struct rctl_rule *rule) in rctl_available_resource()
262 rctl_would_exceed(const struct proc *p, const struct rctl_rule *rule, in rctl_would_exceed()
282 struct rctl_rule *rule; in rctl_pcpu_available() local
329 struct rctl_rule *rule; in rctl_enforce() local
456 struct rctl_rule *rule; in rctl_get_limit() local
484 struct rctl_rule *rule; in rctl_get_available() local
521 rctl_rule_matches(const struct rctl_rule *rule, const struct rctl_rule *filter) in rctl_rule_matches()
634 rctl_racct_add_rule(struct racct *racct, struct rctl_rule *rule) in rctl_racct_add_rule()
651 rctl_racct_add_rule_locked(struct racct *racct, struct rctl_rule *rule) in rctl_racct_add_rule_locked()
696 rctl_rule_acquire_subject(struct rctl_rule *rule) in rctl_rule_acquire_subject()
[all …]
/trueos/sys/netpfil/ipfw/
HDip_fw_sockopt.c158 struct ip_fw *rule; in ipfw_add_rule() local
219 struct ip_fw *rule; in ipfw_reap_rules() local
255 keep_rule(struct ip_fw *rule, uint8_t cmd, uint8_t set, uint32_t n) in keep_rule()
281 struct ip_fw *rule; in del_entry() local
437 clear_counters(struct ip_fw *rule, int log_only) in clear_counters()
459 struct ip_fw *rule; in zero_entry() local
520 check_ipfw_struct(struct ip_fw *rule, int size) in check_ipfw_struct()
866 #define RULESIZE7(rule) (sizeof(struct ip_fw7) + \ argument
881 struct ip_fw *rule, *dst; in ipfw_getrules() local
946 struct ip_fw *buf, *rule; in ipfw_ctl() local
[all …]
HDip_fw_dynamic.c567 add_dyn_rule(struct ipfw_flow_id *id, int i, u_int8_t dyn_type, struct ip_fw *rule) in add_dyn_rule()
614 lookup_dyn_parent(struct ipfw_flow_id *pkt, int *pindex, struct ip_fw *rule) in lookup_dyn_parent()
657 ipfw_install_state(struct ip_fw *rule, ipfw_insn_limit *cmd, in ipfw_install_state()
1024 check_dyn_rules(struct ip_fw_chain *chain, struct ip_fw *rule, in check_dyn_rules()
1301 ipfw_expire_dyn_rules(struct ip_fw_chain *chain, struct ip_fw *rule, int set) in ipfw_expire_dyn_rules()
HDip_fw_pfil.c397 ipfw_divert(struct mbuf **m0, int incoming, struct ipfw_rule_ref *rule, in ipfw_divert()
HDip_fw2.c2502 struct ip_fw *rule = chain->map[f_pos]; in ipfw_chk() local
2618 struct ip_fw *rule = NULL; in vnet_ipfw_init() local
2693 struct ip_fw *reap, *rule; in vnet_ipfw_uninit() local
/trueos/contrib/subversion/subversion/libsvn_subr/
HDdate.c47 typedef struct rule struct
49 char key; /* The template char that this rule matches */ argument
50 const char *valid; /* String of valid chars for this rule */ argument
51 enum rule_action action; /* What action to take when the rule is matched */ argument
55 } rule; typedef
/trueos/usr.bin/rctl/
HDrctl.c98 resolve_ids(char *rule) in resolve_ids()
145 expand_amount(char *rule) in expand_amount()
189 humanize_ids(char *rule) in humanize_ids()
243 humanize_amount(char *rule) in humanize_amount()
294 char *rule; in print_rules() local
308 add_rule(char *rule) in add_rule()
464 char *rule = NULL; in main() local
/trueos/usr.sbin/ugidfw/
HDugidfw.c75 struct mac_bsdextended_rule rule; in add_rule() local
99 struct mac_bsdextended_rule rule; in list_rules() local
138 struct mac_bsdextended_rule rule; in set_rule() local
/trueos/contrib/tzcode/zic/
HDzic.c49 struct rule { struct
50 const char * r_filename;
74 int r_todo; /* a rule to do (used in outzone) */ argument
97 struct rule * z_rules; argument
/trueos/lib/libugidfw/
HDugidfw.c60 bsde_rule_to_string(struct mac_bsdextended_rule *rule, char *buf, size_t buflen) in bsde_rule_to_string()
994 bsde_parse_rule(int argc, char *argv[], struct mac_bsdextended_rule *rule, in bsde_parse_rule()
1065 bsde_parse_rule_string(const char *string, struct mac_bsdextended_rule *rule, in bsde_parse_rule_string()
1177 bsde_get_rule(int rulenum, struct mac_bsdextended_rule *rule, size_t errlen, in bsde_get_rule()
1217 struct mac_bsdextended_rule rule; in bsde_delete_rule() local
1248 bsde_set_rule(int rulenum, struct mac_bsdextended_rule *rule, size_t buflen, in bsde_set_rule()
1281 bsde_add_rule(int *rulenum, struct mac_bsdextended_rule *rule, size_t buflen, in bsde_add_rule()
/trueos/contrib/libarchive/tar/
HDsubst.c72 struct subst_rule *rule; in add_substitution() local
215 struct subst_rule *rule; in apply_substitution() local
311 struct subst_rule *rule; in cleanup_substitution() local
/trueos/sys/security/mac_bsdextended/
HDmac_bsdextended.c118 ugidfw_rule_valid(struct mac_bsdextended_rule *rule) in ugidfw_rule_valid()
229 ugidfw_rulecheck(struct mac_bsdextended_rule *rule, in ugidfw_rulecheck()
/trueos/sys/netpfil/pf/
HDpf_ioctl.c292 struct pf_rule *rule; in pf_get_pool() local
363 pf_unlink_rule(struct pf_rulequeue *rulequeue, struct pf_rule *rule) in pf_unlink_rule()
377 pf_free_rule(struct pf_rule *rule) in pf_free_rule()
729 struct pf_rule *rule; in pf_begin_rules() local
751 struct pf_rule *rule; in pf_rollback_rules() local
811 pf_hash_rule(MD5_CTX *ctx, struct pf_rule *rule) in pf_hash_rule()
853 struct pf_rule *rule, **old_array; in pf_commit_rules() local
911 struct pf_rule *rule; in pf_setup_pfsync_matching() local
1141 struct pf_rule *rule, *tail; in pfioctl() local
1329 struct pf_rule *rule; in pfioctl() local
[all …]
/trueos/contrib/byacc/
HDclosure.c27 int rule; in set_EFF() local
65 int rule; in set_first_derives() local
HDgraph.c55 int rule; in graph_state() local
HDverbose.c176 int rule; in print_core() local
/trueos/tools/regression/mac/mac_bsdextended/
HDtest_ugidfw.c155 struct mac_bsdextended_rule rule; in test_libugidfw_strings() local
/trueos/contrib/tzcode/stdtime/
HDlocaltime.c157 struct rule { struct
158 int r_type; /* type of rule--see below */ argument
159 int r_day; /* day number of rule */ argument
160 int r_week; /* week number of rule */ argument
161 int r_mon; /* month number of rule */ argument
162 long r_time; /* transition time of rule */ argument
/trueos/usr.sbin/etcupdate/
HDetcupdate.sh103 rule() function
/trueos/sys/ofed/drivers/net/mlx4/
HDmcg.c866 struct mlx4_net_trans_rule *rule) in mlx4_err_rule()
940 struct mlx4_net_trans_rule *rule, u64 *reg_id) in mlx4_flow_attach()
1273 struct mlx4_net_trans_rule rule = { in mlx4_trans_to_dmfs_attach() local
1371 struct mlx4_net_trans_rule rule; in mlx4_flow_steer_promisc_add() local
HDen_ethtool.c1272 struct mlx4_net_trans_rule rule = { in mlx4_en_flow_replace() local
1345 struct ethtool_flow_id *rule; in mlx4_en_flow_detach() local
1379 struct ethtool_flow_id *rule; in mlx4_en_get_flow() local
/trueos/usr.sbin/ppp/
HDfilter.h81 struct filterent rule[MAXFILTERS]; /* incoming packet filter */ member
/trueos/lib/libasl/
HDasl_common.c1055 asl_out_rule_t *out, *rule; in _asl_out_module_parse_set_param() local
1254 asl_out_rule_t *out, *rule; in _asl_out_module_parse_dst() local
1548 asl_out_rule_t *out, *rule; in _asl_out_module_parse_query_action() local

12