Searched refs:g_slice_new (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/geom/ |
H A D | geom_slice.h | 78 struct g_geom * g_slice_new(struct g_class *mp, u_int slices, struct g_provider *pp, struct g_consu…
|
H A D | geom_flashmap.c | 143 gp = g_slice_new(mp, FLASH_SLICES_MAX_NUM, pp, &cp, (void**)&gfp, in g_flashmap_taste()
|
H A D | geom_slice.c | 522 g_slice_new(struct g_class *mp, u_int slices, struct g_provider *pp, struct g_consumer **cpp, void … in g_slice_new() function
|
/freebsd/sys/geom/label/ |
H A D | g_label.c | 263 gp = g_slice_new(mp, 1, pp, &cp, NULL, 0, NULL); in g_label_create()
|