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

/freebsd-current/sys/geom/union/
H A Dg_union.c86 static void g_union_setmap(struct bio *bp, struct g_union_softc *sc);
1058 g_union_setmap(bp, sc);
1074 g_union_setmap(struct bio *bp, struct g_union_softc *sc) function
1083 ("g_union_setmap: offset not on sector boundry"));
1085 ("g_union_setmap: length not a multiple of sectors"));
1089 ("g_union_setmap: block %jd is out of range", start + numsec));

Completed in 363 milliseconds