Home
last modified time | relevance | path

Searched refs:avtab_write_item (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/security/selinux/ss/
H A Davtab.h110 int avtab_write_item(struct policydb *p, const struct avtab_node *cur, void *fp);
H A Davtab.c582 int avtab_write_item(struct policydb *p, const struct avtab_node *cur, void *fp) in avtab_write_item() function
632 rc = avtab_write_item(p, cur, fp); in avtab_write()
H A Dconditional.c494 rc = avtab_write_item(p, list->nodes[i], fp); in cond_write_av_list()