Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/storage/libg_fc/common/
H A Dmap.c128 } impl_map_dev_t; typedef
157 static void free_child_list(impl_map_dev_t **);
2167 impl_map_dev_t *impl_map, *impl_dev; in g_dev_map_init()
2168 impl_map_dev_t *mdl_start = NULL, *mdl_end = NULL; in g_dev_map_init()
2454 if ((impl_map = (impl_map_dev_t *)calloc( in g_dev_map_init()
2455 1, sizeof (impl_map_dev_t))) == NULL) { in g_dev_map_init()
2498 if ((impl_dev = (impl_map_dev_t *)calloc( in g_dev_map_init()
2499 1, sizeof (impl_map_dev_t))) == NULL) { in g_dev_map_init()
2682 if ((impl_map = (impl_map_dev_t *)calloc( in g_dev_map_init()
2683 1, sizeof (impl_map_dev_t))) == NULL) { in g_dev_map_init()
[all …]