Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c95 gptwocfg_ops_t *gptwocfg_ops_table[GPTWO_NUMBER_OF_DEVICE_TYPES];
198 gptwocfg_ops_t *ops = kmem_zalloc(sizeof (gptwocfg_ops_t), KM_SLEEP); in gptwocfg_register_ops()
223 kmem_free(gptwocfg_ops_table[type], sizeof (gptwocfg_ops_t)); in gptwocfg_unregister_ops()
233 gptwocfg_ops_t *ops; in gptwocfg_configure()
330 gptwocfg_ops_t *ops; in gptwocfg_unconfigure()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dgp2cfg.h111 } gptwocfg_ops_t; typedef