gptwocfg_handle_list_t
gptwocfg_handle_list_t *h;
h = kmem_zalloc(sizeof (gptwocfg_handle_list_t), KM_SLEEP);
gptwocfg_handle_list_t *h, *last;
kmem_free(h, sizeof (gptwocfg_handle_list_t));
gptwocfg_handle_list_t *gptwocfg_handle_list;