Home | History | Annotate | Download | only in src

Lines Matching refs:pirqcon

193 	CIL_KEY_PIRQCON = cil_strpool_add("pirqcon");
256 cil_sort_init(&(*db)->pirqcon);
305 cil_sort_destroy(&(*db)->pirqcon);
2247 void cil_pirqcon_init(struct cil_pirqcon **pirqcon)
2249 *pirqcon = cil_malloc(sizeof(**pirqcon));
2251 (*pirqcon)->pirq = 0;
2252 (*pirqcon)->context_str = NULL;
2253 (*pirqcon)->context = NULL;