Home
last modified time | relevance | path

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

/freebsd/sys/geom/
H A Dgeom_slice.h78 struct g_geom * g_slice_new(struct g_class *mp, u_int slices, struct g_provider *pp, struct g_consu…
H A Dgeom_flashmap.c143 gp = g_slice_new(mp, FLASH_SLICES_MAX_NUM, pp, &cp, (void**)&gfp, in g_flashmap_taste()
H A Dgeom_slice.c522 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 Dg_label.c263 gp = g_slice_new(mp, 1, pp, &cp, NULL, 0, NULL); in g_label_create()