Searched refs:policy_clnt_table (Results 1 – 1 of 1) sorted by relevance
351 static HTABLE *policy_clnt_table; variable565 if (policy_clnt_table == 0) in policy_client_register()566 policy_clnt_table = htable_create(1); in policy_client_register()568 if (htable_find(policy_clnt_table, name) == 0) { in policy_client_register()631 htable_enter(policy_clnt_table, name, (void *) policy_client); in policy_client_register()3993 if (!policy_clnt_table in check_policy_service()3995 htable_find(policy_clnt_table, server)) == 0) in check_policy_service()