Home
last modified time | relevance | path

Searched refs:sidtab_node (Results 1 – 2 of 2) sorted by relevance

/xen/xen/xsm/flask/ss/
A Dsidtab.c27 s->htable = xmalloc_array(struct sidtab_node *, SIDTAB_SIZE); in sidtab_init()
42 struct sidtab_node *prev, *cur, *newnode; in sidtab_insert()
65 newnode = xmalloc(struct sidtab_node); in sidtab_insert()
102 struct sidtab_node *cur; in sidtab_search()
131 struct sidtab_node *cur; in sidtab_map()
155 struct sidtab_node *last, *cur, *temp; in sidtab_map_remove_on_error()
199 struct sidtab_node *cur; in sidtab_search_context()
254 struct sidtab_node *cur; in sidtab_hash_eval()
284 struct sidtab_node *cur, *temp; in sidtab_destroy()
A Dsidtab.h16 struct sidtab_node { struct
19 struct sidtab_node *next; argument
29 struct sidtab_node **htable;

Completed in 7 milliseconds