Searched refs:pic_lookup (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/sys/kern/ |
| HD | subr_intr.c | 130 static struct intr_pic *pic_lookup(device_t dev, intptr_t xref, int flags); 782 pic_lookup(device_t dev, intptr_t xref, int flags) function 888 pic = pic_lookup(dev, xref, FLAG_PIC); 937 parent_pic = pic_lookup(parent, 0, FLAG_PIC); 971 pic = pic_lookup(dev, xref, 1366 pic = pic_lookup(NULL, xref, FLAG_MSI); 1412 pic = pic_lookup(NULL, xref, FLAG_MSI); 1454 pic = pic_lookup(NULL, xref, FLAG_MSI); 1490 pic = pic_lookup(NULL, xref, FLAG_MSI); 1525 pic = pic_lookup(NULL, xref, FLAG_MSI);
|