Searched defs:gptwocfg_ops_table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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;
207 gptwocfg_ops_table[type] = ops;
221 kmem_free(gptwocfg_ops_table[type], sizeof (gptwocfg_ops_t));
222 gptwocfg_ops_table[type] = NULL;
284 ops = gptwocfg_ops_table[pcd->spcd_ptype];

Completed in 45 milliseconds