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

/freebsd-9.3-release/sbin/geom/class/stripe/
H A DMakefile5 GEOM_CLASS= stripe
H A Dgeom_stripe.c40 #include <geom/stripe/g_stripe.h>
/freebsd-9.3-release/sys/modules/geom/geom_stripe/
H A DMakefile3 .PATH: ${.CURDIR}/../../../geom/stripe
/freebsd-9.3-release/sbin/geom/class/
H A DMakefile21 SUBDIR+=stripe
/freebsd-9.3-release/tools/regression/geom_stripe/
H A Dtest-2.t22 dd if=${src} of=/dev/stripe/${name} bs=1m count=$tsize >/dev/null 2>&1
23 dd if=/dev/stripe/${name} of=${dst} bs=1m count=$tsize >/dev/null 2>&1
H A Dtest-1.t19 size=`diskinfo /dev/stripe/${name} | awk '{print $3}'`
/freebsd-9.3-release/usr.sbin/mptutil/
H A Dmpt_show.c49 format_stripe(char *buf, size_t buflen, U32 stripe) argument
52 humanize_number(buf, buflen, stripe * 512, "", HN_AUTOSCALE,
59 char stripe[5]; local
66 format_stripe(stripe, sizeof(stripe), 1 << i);
69 printf("%s", stripe);
197 char buf[6], stripe[5]; local
203 stripe[0] = '\0';
205 format_stripe(stripe, sizeof(stripe), inf
[all...]
/freebsd-9.3-release/usr.sbin/mfiutil/
H A Dmfi_show.c48 format_stripe(char *buf, size_t buflen, uint8_t stripe) argument
51 humanize_number(buf, buflen, (1 << stripe) * 512, "", HN_AUTOSCALE,
59 char stripe[5]; local
129 format_stripe(stripe, sizeof(stripe), info.stripe_sz_ops.min);
130 printf(" Minimum Stripe: %s\n", stripe);
131 format_stripe(stripe, sizeof(stripe), info.stripe_sz_ops.max);
132 printf(" Maximum Stripe: %s\n", stripe);
301 char size[6], stripe[ local
[all...]
H A Dmfi_foreign.c154 char size[6], stripe[5]; local
159 format_stripe(stripe, sizeof(stripe),
H A Dmfiutil.h166 void format_stripe(char *buf, size_t buflen, uint8_t stripe);
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c752 intmax_t maxsize, size, sector, firstfree, stripe; local
775 /* Record sector and stripe sizes */
777 stripe = pp->lg_stripesize;
989 size -= (bootpart_size(scheme) + stripe)/sector;
990 if (stripe > 0 && (firstfree*sector % stripe) != 0)
991 firstfree += (stripe - ((firstfree*sector) %
992 stripe)) / sector;
/freebsd-9.3-release/sys/dev/hptmv/
H A Dcommand.h62 * Rebuild/verify one stripe line.
65 * begin of this stripe line.
68 LBA_T StripeLine; /* _physical_ stripe line on array */
169 struct stripe *stripes[5];
H A Dvdevice.h64 struct stripe **CacheEntry;
99 #define VD_RAID_0 5 /* RAID 0 stripe */
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdac_private.h159 int stripe; member in struct:hdac_stream
H A Dhdacc.c569 int stripe, uint32_t **dmapos)
575 dir, format, stripe, dmapos);
568 hdacc_stream_alloc(device_t dev, device_t child, int dir, int format, int stripe, uint32_t **dmapos) argument
H A Dhdac.c1810 hdac_stream_alloc(device_t dev, device_t child, int dir, int format, int stripe, argument
1827 bw *= 1 << (sc->num_sdo - stripe);
1859 sc->streams[ss].stripe = stripe;
1926 ctl |= sc->streams[ss].stripe << HDAC_SDCTL2_STRIPE_SHIFT;
/freebsd-9.3-release/sys/dev/mrsas/
H A Dmrsas_fp.c113 u_int64_t stripe, MR_FW_RAID_MAP_ALL *map);
590 u_int8_t get_arm(struct mrsas_softc *sc, u_int32_t ld, u_int8_t span, u_int64_t stripe, argument
601 arm = mega_mod64(stripe, SPAN_ROW_SIZE(map, ld, span));
605 arm = get_arm_from_strip(sc, ld, stripe, map);
617 * This routine calculates the arm, span and block for the specified stripe and
618 * reference in stripe using spanset
624 * stripRef - Reference in stripe
746 * calculate starting row and stripe, and number of strips and rows
819 multi-strip IOs always need to full stripe locked */
1331 * Reference in stripe (stripRe
[all...]
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot60 : ${ZFSBOOT_VDEV_TYPE:=stripe}
427 'stripe' '$msg_stripe_desc' '$msg_stripe_help'
439 stripe|mirror|raidz1|raidz2|raidz3) : known good ;;
524 stripe) want_disks=1 ;;
1394 [ "$vdev_type" = "stripe" ] && vdev_type=
/freebsd-9.3-release/include/
H A DMakefile54 geom/raid geom/raid3 geom/shsec geom/stripe geom/virstor \
/freebsd-9.3-release/sys/geom/stripe/
H A Dg_stripe.c42 #include <geom/stripe/g_stripe.h>
71 static SYSCTL_NODE(_kern_geom, OID_AUTO, stripe, CTLFLAG_RW, 0,
74 TUNABLE_INT("kern.geom.stripe.debug", &g_stripe_debug);
78 TUNABLE_INT("kern.geom.stripe.fast", &g_stripe_fast);
93 TUNABLE_INT("kern.geom.stripe.maxmem", &g_stripe_maxmem);
601 /* Start position in stripe. */
659 sc->sc_provider = g_new_providerf(sc->sc_geom, "stripe/%s",
804 G_STRIPE_DEBUG(0, "Invalid stripe size for %s.", md->md_name);
810 G_STRIPE_DEBUG(0, "Invalid stripe size for %s.", md->md_name);
922 gp = g_new_geomf(mp, "stripe
[all...]

Completed in 212 milliseconds