Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/io/
H A Dgptwocfg.c92 gptwocfg_ops_t *gptwocfg_ops_table[GPTWO_NUMBER_OF_DEVICE_TYPES]; variable
125 gptwocfg_ops_table[i] = NULL; in _init()
207 gptwocfg_ops_table[type] = ops; in gptwocfg_register_ops()
221 kmem_free(gptwocfg_ops_table[type], sizeof (gptwocfg_ops_t)); in gptwocfg_unregister_ops()
222 gptwocfg_ops_table[type] = NULL; in gptwocfg_unregister_ops()
284 ops = gptwocfg_ops_table[pcd->spcd_ptype]; in gptwocfg_configure()