Home
last modified time | relevance | path

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

/linux-3.4.99/security/selinux/ss/
Davtab.h74 int avtab_write_item(struct policydb *p, struct avtab_node *cur, void *fp);
Davtab.c504 int avtab_write_item(struct policydb *p, struct avtab_node *cur, void *fp) in avtab_write_item() function
538 rc = avtab_write_item(p, cur, fp); in avtab_write()
Dconditional.c550 rc = avtab_write_item(p, cur_list->node, fp); in cond_write_av_list()