| H A D | mac_do.c | 70 struct parse_error { struct 433 make_parse_error(struct parse_error **const parse_error, const size_t pos, in make_parse_error() argument 436 struct parse_error *const err = malloc(sizeof(*err), M_MAC_DO, M_WAITOK); in make_parse_error() 444 MPASS(*parse_error == NULL); in make_parse_error() 445 *parse_error = err; in make_parse_error() 449 free_parse_error(struct parse_error *const parse_error) in free_parse_error() argument 451 free(parse_error, M_MAC_DO); in free_parse_error() 456 struct parse_error **cons in parse_id_type() argument 71 posparse_error global() argument 72 msgparse_error global() argument 519 parse_target_clause(char * to,struct rule * const rule,struct id_list * const uid_list,struct id_list * const gid_list,struct parse_error ** const parse_error) parse_target_clause() argument 778 pour_list_into_rule(const id_type_t type,struct id_list * const list,struct id_spec * const array,id_nb_t * const nb,struct parse_error ** const parse_error) pour_list_into_rule() argument 862 parse_single_rule(char * rule,struct rules * const rules,struct parse_error ** const parse_error) parse_single_rule() argument 1011 parse_rules(const char * const string,struct rules ** const rulesp,struct parse_error ** const parse_error) parse_rules() argument 1214 parse_and_set_rules(struct prison * const pr,const char * rules_string,struct parse_error ** const parse_error) parse_and_set_rules() argument 1233 struct parse_error *parse_error; mac_do_sysctl_rules() local 1401 struct parse_error *parse_error; mac_do_jail_set() local [all...] |