Searched refs:pic_lookup (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_intr.c | 153 static struct intr_pic *pic_lookup(device_t dev, intptr_t xref, u_int flags); 792 pic_lookup(device_t dev, intptr_t xref, u_int flags) function 899 pic = pic_lookup(dev, xref, FLAG_PIC); 950 parent_pic = pic_lookup(parent, 0, FLAG_PIC); 984 pic = pic_lookup(dev, xref, 1379 pic = pic_lookup(NULL, xref, FLAG_MSI); 1425 pic = pic_lookup(NULL, xref, FLAG_MSI); 1467 pic = pic_lookup(NULL, xref, FLAG_MSI); 1503 pic = pic_lookup(NULL, xref, FLAG_MSI); 1538 pic = pic_lookup(NULL, xref, FLAG_MSI);
|