Home
last modified time | relevance | path

Searched refs:apix_dev_vector_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapix.h167 } apix_dev_vector_t; typedef
173 extern apix_dev_vector_t **apix_dev_vector;
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c1134 apix_dev_vector_t *dvp, *prev = NULL; in apix_clear_dev_map()
1166 kmem_free(dvp, sizeof (apix_dev_vector_t)); in apix_clear_dev_map()
1172 apix_dev_vector_t *dvp; in apix_set_dev_map()
1193 dvp = kmem_zalloc(sizeof (apix_dev_vector_t), KM_SLEEP); in apix_set_dev_map()
1216 apix_dev_vector_t *dvp; in apix_get_dev_map()
1246 apix_dev_vector_t *dvp; in apix_get_min_dev_inum()
1273 apix_dev_vector_t *dvp; in apix_get_max_dev_inum()
H A Dapix.c197 apix_dev_vector_t **apix_dev_vector;
308 apix_dev_vector = kmem_zalloc(sizeof (apix_dev_vector_t *) * devcnt, in apix_softinit()