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

/freebsd-11.0-release/sbin/geom/class/part/
H A Dgeom_part.c78 static struct gprovider *find_provider(struct ggeom *, off_t);
251 find_provider(struct ggeom *gp, off_t minsector) function
393 pp = find_provider(gp, lba + 1);
540 while ((pp = find_provider(gp, first)) != NULL) {
655 while ((pp = find_provider(gp, first)) != NULL) {

Completed in 103 milliseconds