Home
last modified time | relevance | path

Searched refs:rootnex_state_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Drootnex.h378 } rootnex_state_t; typedef
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c132 static rootnex_state_t *rootnex_state;
471 rootnex_state = kmem_zalloc(sizeof (rootnex_state_t), KM_SLEEP); in rootnex_attach()
493 kmem_free(rootnex_state, sizeof (rootnex_state_t)); in rootnex_attach()