Searched refs:users_tab (Results 1 – 1 of 1) sorted by relevance
371 static int user_implicit_bounds(hashtab_t users_tab, in user_implicit_bounds() argument388 bounds = hashtab_search(users_tab, bounds_id); in user_implicit_bounds()444 hashtab_t users_tab; in declare_user() local448 users_tab = policydbp->p_users.table; in declare_user()450 users_tab = stack_top->decl->p_users.table; in declare_user()452 dest_user = (user_datum_t *) hashtab_search(users_tab, dest_id); in declare_user()463 if (user_implicit_bounds(users_tab, dest_id, dest_user)) { in declare_user()469 if (hashtab_insert(users_tab, dest_id, dest_user)) { in declare_user()