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

/freebsd-9.3-release/sys/geom/
H A Dgeom_map.c52 #define MAP_MAXSLICE 64 macro
56 off_t offset[MAP_MAXSLICE]; /* offset in flash */
57 off_t size[MAP_MAXSLICE]; /* image size in bytes */
58 off_t entry[MAP_MAXSLICE];
59 off_t dsize[MAP_MAXSLICE];
60 uint8_t readonly[MAP_MAXSLICE];
351 gp = g_slice_new(mp, MAP_MAXSLICE, pp, &cp, &sc, sizeof(*sc),
360 for (i = 0; i < MAP_MAXSLICE; i++)

Completed in 103 milliseconds