Searched refs:apix_get_dev_map (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/i86pc/io/apix/ |
H A D | apix.c | 1189 vecp = apix_get_dev_map(dip, hdlp->ih_inum, hdlp->ih_type); in apix_intr_ops() 1212 vecp = apix_get_dev_map(dip, hdlp->ih_inum, hdlp->ih_type); in apix_intr_ops() 1222 vecp = apix_get_dev_map(dip, hdlp->ih_inum, hdlp->ih_type); in apix_intr_ops() 1232 vecp = apix_get_dev_map(dip, hdlp->ih_inum, hdlp->ih_type); in apix_intr_ops() 1242 vecp = apix_get_dev_map(dip, hdlp->ih_inum, hdlp->ih_type); in apix_intr_ops() 1256 if (apix_get_dev_map(dip, hdlp->ih_inum, hdlp->ih_type) == NULL) in apix_intr_ops() 1486 vecp = apix_get_dev_map(hdlp->ih_dip, hdlp->ih_inum, in apix_get_req_vector()
|
H A D | apix_utils.c | 1029 vecp = apix_get_dev_map(dip, hdlp->ih_inum, in apix_add_avintr() 1207 apix_get_dev_map(dev_info_t *dip, int inum, int type) in apix_get_dev_map() function 1754 if ((vecp = apix_get_dev_map(dip, inum, type)) == NULL) { in apix_free_vectors()
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | apix.h | 325 extern apix_vector_t *apix_get_dev_map(dev_info_t *dip, int inum, int type);
|