Home
last modified time | relevance | path

Searched refs:avtab_node (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Davtab.h50 struct avtab_node { struct
53 struct avtab_node *next; argument
57 struct avtab_node **htable;
77 struct avtab_node *avtab_insert_nonunique(struct avtab *h,
80 struct avtab_node *avtab_search_node(struct avtab *h, struct avtab_key *key);
82 struct avtab_node *avtab_search_node_next(struct avtab_node *node,
A Davtab.c38 struct avtab_node * prev, struct avtab_node * cur, struct avtab_key *key, in avtab_insert_node()
41 struct avtab_node *newnode = xzalloc(struct avtab_node); in avtab_insert_node()
66 struct avtab_node *prev, *cur, *newnode; in avtab_insert()
107 struct avtab_node *prev, *cur, *newnode; in avtab_insert_nonunique()
139 struct avtab_node *cur; in avtab_search()
174 struct avtab_node *cur; in avtab_search_node()
202 struct avtab_node* avtab_search_node_next(struct avtab_node *node, in avtab_search_node_next()
205 struct avtab_node *cur; in avtab_search_node_next()
235 struct avtab_node *cur, *temp; in avtab_destroy()
287 h->htable = xmalloc_array(struct avtab_node *, nslot); in avtab_alloc()
[all …]
A Dconditional.h43 struct avtab_node *node;
A Dconditional.c277 struct avtab_node *node_ptr; in cond_insertf()
519 struct avtab_node *node; in cond_compute_av()
A Dservices.c461 struct avtab_node *node; in context_struct_compute_av()
973 struct avtab_node *node; in security_compute_sid()

Completed in 8 milliseconds