Searched refs:g_slice_config (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/geom/
H A Dgeom_slice.h74 int g_slice_config(struct g_geom *gp, u_int idx, int how, off_t offset, off_t length, u_int sectorsize, const char *fmt, ...) __printflike(7, 8);
H A Dgeom_flashmap.c102 error = g_slice_config(gp, i++, G_SLICE_CONFIG_CHECK,
115 error = g_slice_config(gp, i++, G_SLICE_CONFIG_SET,
H A Dgeom_map.c327 ret = g_slice_config(gp, i, G_SLICE_CONFIG_SET, start + offset,
331 printf("MAP: g_slice_config returns %d for \"%s\"\n",
H A Dgeom_redboot.c318 error = g_slice_config(gp, i, G_SLICE_CONFIG_SET,
321 printf("%s: g_slice_config returns %d for \"%s\"\n",
H A Dgeom_slice.c357 g_slice_config(struct g_geom *gp, u_int idx, int how, off_t offset, off_t length, u_int sectorsize, const char *fmt, ...) function
366 g_trace(G_T_TOPOLOGY, "g_slice_config(%s, %d, %d)",
/freebsd-13-stable/sys/geom/label/
H A Dg_label.c167 g_slice_config(cp->geom, 0, G_SLICE_CONFIG_FORCE, (off_t)0,
276 g_slice_config(gp, 0, G_SLICE_CONFIG_SET, (off_t)0, mediasize,

Completed in 57 milliseconds