Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/geom/
HDgeom_slice.h78 struct g_geom * g_slice_new(struct g_class *mp, u_int slices, struct g_provider *pp, struct g_consu…
HDgeom_flashmap.c144 gp = g_slice_new(mp, FLASH_SLICES_MAX_NUM, pp, &cp, (void**)&gfp, in g_flashmap_taste()
HDgeom_map.c364 gp = g_slice_new(mp, MAP_MAXSLICE, pp, &cp, &sc, sizeof(*sc), in g_map_taste()
HDgeom_redboot.c269 gp = g_slice_new(mp, REDBOOT_MAXSLICE, pp, &cp, &sc, sizeof(*sc), in g_redboot_taste()
HDgeom_slice.c524 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-13-stable/sys/geom/label/
HDg_label.c263 gp = g_slice_new(mp, 1, pp, &cp, NULL, 0, NULL); in g_label_create()