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

/freebsd-11.0-release/sys/modules/geom/geom_stripe/
H A DMakefile3 .PATH: ${.CURDIR}/../../../geom/stripe
/freebsd-11.0-release/sbin/geom/class/stripe/
H A DMakefile1 # $FreeBSD: releng/11.0/sbin/geom/class/stripe/Makefile 298107 2016-04-16 07:45:30Z gjb $
6 GEOM_CLASS= stripe
H A Dgeom_stripe.c28 __FBSDID("$FreeBSD: releng/11.0/sbin/geom/class/stripe/geom_stripe.c 267159 2014-06-06 13:00:53Z pjd $");
40 #include <geom/stripe/g_stripe.h>
/freebsd-11.0-release/tests/sys/geom/class/
H A DMakefile16 TESTS_SUBDIRS+= stripe
/freebsd-11.0-release/tests/sys/geom/class/stripe/
H A D1_test.sh2 # $FreeBSD: releng/11.0/tests/sys/geom/class/stripe/1_test.sh 293821 2016-01-13 09:14:27Z ngie $
17 size=`diskinfo /dev/stripe/${name} | awk '{print $3}'`
H A D2_test.sh2 # $FreeBSD: releng/11.0/tests/sys/geom/class/stripe/2_test.sh 293821 2016-01-13 09:14:27Z ngie $
21 dd if=${src} of=/dev/stripe/${name} bs=1m count=$tsize >/dev/null 2>&1
22 dd if=/dev/stripe/${name} of=${dst} bs=1m count=$tsize >/dev/null 2>&1
/freebsd-11.0-release/sbin/geom/class/
H A DMakefile21 SUBDIR+=stripe
/freebsd-11.0-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-11.0-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.h167 void format_stripe(char *buf, size_t buflen, uint8_t stripe);
/freebsd-11.0-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-11.0-release/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c851 * the nearest multiple of the adjusted stripe size.
853 * The adjusted stripe size is the least common multiple of the
854 * actual stripe size, or the sector size if no stripe size was
859 * may also report a 512-byte stripe size, or none at all.
889 intmax_t maxsize, size, sector, firstfree, stripe; local
912 /* Record sector and stripe sizes */
914 stripe = pp->lg_stripesize;
1142 size -= (bootpart_size(scheme) + stripe)/sector;
1143 if (stripe >
[all...]
/freebsd-11.0-release/sys/dev/sound/pci/hda/
H A Dhdac_private.h159 int stripe; member in struct:hdac_stream
H A Dhdacc.c572 int stripe, uint32_t **dmapos)
578 dir, format, stripe, dmapos);
571 hdacc_stream_alloc(device_t dev, device_t child, int dir, int format, int stripe, uint32_t **dmapos) argument
H A Dhdac.c1826 hdac_stream_alloc(device_t dev, device_t child, int dir, int format, int stripe, argument
1843 bw *= 1 << (sc->num_sdo - stripe);
1875 sc->streams[ss].stripe = stripe;
1942 ctl |= sc->streams[ss].stripe << HDAC_SDCTL2_STRIPE_SHIFT;
/freebsd-11.0-release/sys/dev/mrsas/
H A Dmrsas_fp.c127 u_int64_t stripe, MR_DRV_RAID_MAP_ALL * map);
699 get_arm(struct mrsas_softc *sc, u_int32_t ld, u_int8_t span, u_int64_t stripe, argument
711 arm = mega_mod64(stripe, SPAN_ROW_SIZE(map, ld, span));
715 arm = get_arm_from_strip(sc, ld, stripe, map);
725 * This routine calculates the arm, span and block for the specified stripe and
726 * reference in stripe using spanset
732 * stripRef: Reference in stripe
853 * calculate starting row and stripe, and number of strips and rows
1434 * Reference in stripe (stripRef)
1438 * This routine calculates the arm, span and block for the specified stripe an
[all...]
/freebsd-11.0-release/sys/geom/stripe/
H A Dg_stripe.c28 __FBSDID("$FreeBSD: releng/11.0/sys/geom/stripe/g_stripe.c 267992 2014-06-28 03:56:17Z hselasky $");
42 #include <geom/stripe/g_stripe.h>
71 static SYSCTL_NODE(_kern_geom, OID_AUTO, stripe, CTLFLAG_RW, 0,
615 /* Start position in stripe. */
677 sc->sc_provider = g_new_providerf(sc->sc_geom, "stripe/%s",
833 G_STRIPE_DEBUG(0, "Invalid stripe size for %s.", md->md_name);
839 G_STRIPE_DEBUG(0, "Invalid stripe size for %s.", md->md_name);
953 gp = g_new_geomf(mp, "stripe:taste");
/freebsd-11.0-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot65 : ${ZFSBOOT_VDEV_TYPE:=stripe}
484 'stripe' '$msg_stripe_desc' '$msg_stripe_help'
497 stripe|mirror|raid10|raidz1|raidz2|raidz3) : known good ;;
582 stripe) want_disks=1 ;;
1642 [ "$vdev_type" = "stripe" ] && vdev_type=
/freebsd-11.0-release/targets/pseudo/tests/
H A DMakefile.depend203 tests/sys/geom/class/stripe \
/freebsd-11.0-release/include/
H A DMakefile55 geom/raid geom/raid3 geom/shsec geom/stripe geom/virstor \
/freebsd-11.0-release/targets/pseudo/userland/
H A DMakefile.depend92 sbin/geom/class/stripe \

Completed in 117 milliseconds