Home
last modified time | relevance | path

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

/linux-4.1.27/security/selinux/ss/
Davtab.h76 int avtab_write_item(struct policydb *p, struct avtab_node *cur, void *fp);
Davtab.c543 int avtab_write_item(struct policydb *p, struct avtab_node *cur, void *fp) in avtab_write_item() function
578 rc = avtab_write_item(p, cur, fp); in avtab_write()
Dconditional.c545 rc = avtab_write_item(p, cur_list->node, fp); in cond_write_av_list()