Home | History | Annotate | Download | only in src

Lines Matching refs:pirqcon

197 	CIL_KEY_PIRQCON = cil_strpool_add("pirqcon");
265 cil_sort_init(&(*db)->pirqcon);
318 cil_sort_destroy(&(*db)->pirqcon);
2333 void cil_pirqcon_init(struct cil_pirqcon **pirqcon)
2335 *pirqcon = cil_malloc(sizeof(**pirqcon));
2337 (*pirqcon)->pirq = 0;
2338 (*pirqcon)->context_str = NULL;
2339 (*pirqcon)->context = NULL;