Searched refs:pic_lookup (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_intr.c | 131 static struct intr_pic *pic_lookup(device_t dev, intptr_t xref, int flags); 749 pic_lookup(device_t dev, intptr_t xref, int flags) function 855 pic = pic_lookup(dev, xref, FLAG_PIC); 904 parent_pic = pic_lookup(parent, 0, FLAG_PIC); 938 pic = pic_lookup(dev, xref, 1333 pic = pic_lookup(NULL, xref, FLAG_MSI); 1379 pic = pic_lookup(NULL, xref, FLAG_MSI); 1421 pic = pic_lookup(NULL, xref, FLAG_MSI); 1457 pic = pic_lookup(NULL, xref, FLAG_MSI); 1492 pic = pic_lookup(NULL, xref, FLAG_MSI);
|