Lines Matching refs:pcidevicecon
194 CIL_KEY_PCIDEVICECON = cil_strpool_add("pcidevicecon");
250 cil_sort_init(&(*db)->pcidevicecon);
296 cil_sort_destroy(&(*db)->pcidevicecon);
2214 void cil_pcidevicecon_init(struct cil_pcidevicecon **pcidevicecon)
2216 *pcidevicecon = cil_malloc(sizeof(**pcidevicecon));
2218 (*pcidevicecon)->dev = 0;
2219 (*pcidevicecon)->context_str = NULL;
2220 (*pcidevicecon)->context = NULL;