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

/freebsd-11-stable/sys/modules/geom/geom_stripe/
H A DMakefile3 .PATH: ${SRCTOP}/sys/geom/stripe
/freebsd-11-stable/sbin/geom/class/stripe/
H A DMakefile1 # $FreeBSD: stable/11/sbin/geom/class/stripe/Makefile 319185 2017-05-30 04:17:22Z ngie $
6 GEOM_CLASS= stripe
H A Dgeom_stripe.c30 __FBSDID("$FreeBSD: stable/11/sbin/geom/class/stripe/geom_stripe.c 330726 2018-03-10 02:15:45Z asomers $");
42 #include <geom/stripe/g_stripe.h>
/freebsd-11-stable/tests/sys/geom/class/stripe/
H A D1_test.sh17 size=`diskinfo /dev/stripe/${name} | awk '{print $3}'`
H A D2_test.sh21 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-stable/tests/sys/geom/class/
H A DMakefile15 TESTS_SUBDIRS+= stripe
/freebsd-11-stable/sbin/geom/class/
H A DMakefile21 SUBDIR+=stripe
/freebsd-11-stable/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);
200 char buf[6], stripe[5]; local
206 stripe[0] = '\0';
208 format_stripe(stripe, sizeof(stripe), inf
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_show.c50 format_stripe(char *buf, size_t buflen, uint8_t stripe) argument
53 humanize_number(buf, buflen, (1 << stripe) * 512, "", HN_AUTOSCALE,
61 char stripe[5]; local
131 format_stripe(stripe, sizeof(stripe), info.stripe_sz_ops.min);
132 printf(" Minimum Stripe: %s\n", stripe);
133 format_stripe(stripe, sizeof(stripe), info.stripe_sz_ops.max);
134 printf(" Maximum Stripe: %s\n", stripe);
303 char size[6], stripe[ local
[all...]
H A Dmfi_foreign.c156 char size[6], stripe[5]; local
161 format_stripe(stripe, sizeof(stripe),
H A Dmfiutil.h169 void format_stripe(char *buf, size_t buflen, uint8_t stripe);
/freebsd-11-stable/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-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c853 * the nearest multiple of the adjusted stripe size.
855 * The adjusted stripe size is the least common multiple of the
856 * actual stripe size, or the sector size if no stripe size was
861 * may also report a 512-byte stripe size, or none at all.
891 intmax_t maxsize, size, sector, firstfree, stripe; local
914 /* Record sector and stripe sizes */
916 stripe = pp->lg_stripesize;
1147 size -= (bootpart_size(scheme) + stripe)/sector;
1148 if (stripe >
[all...]
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h159 int stripe; member in struct:hdac_stream
H A Dhdacc.c618 int stripe, uint32_t **dmapos)
624 dir, format, stripe, dmapos);
617 hdacc_stream_alloc(device_t dev, device_t child, int dir, int format, int stripe, uint32_t **dmapos) argument
H A Dhdac.c1825 hdac_stream_alloc(device_t dev, device_t child, int dir, int format, int stripe, argument
1842 bw *= 1 << (sc->num_sdo - stripe);
1874 sc->streams[ss].stripe = stripe;
1941 ctl |= sc->streams[ss].stripe << HDAC_SDCTL2_STRIPE_SHIFT;
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_fp.c127 u_int64_t stripe, MR_DRV_RAID_MAP_ALL * map);
886 get_arm(struct mrsas_softc *sc, u_int32_t ld, u_int8_t span, u_int64_t stripe, argument
898 arm = mega_mod64(stripe, SPAN_ROW_SIZE(map, ld, span));
902 arm = get_arm_from_strip(sc, ld, stripe, map);
912 * This routine calculates the arm, span and block for the specified stripe and
913 * reference in stripe using spanset
919 * stripRef: Reference in stripe
1052 * calculate starting row and stripe, and number of strips and rows
1647 * Reference in stripe (stripRef)
1651 * This routine calculates the arm, span and block for the specified stripe an
[all...]
/freebsd-11-stable/sys/geom/stripe/
H A Dg_stripe.c28 __FBSDID("$FreeBSD: stable/11/sys/geom/stripe/g_stripe.c 332640 2018-04-17 02:18:04Z kevans $");
42 #include <geom/stripe/g_stripe.h>
71 static SYSCTL_NODE(_kern_geom, OID_AUTO, stripe, CTLFLAG_RW, 0,
614 /* Start position in stripe. */
676 sc->sc_provider = g_new_providerf(sc->sc_geom, "stripe/%s",
832 G_STRIPE_DEBUG(0, "Invalid stripe size for %s.", md->md_name);
838 G_STRIPE_DEBUG(0, "Invalid stripe size for %s.", md->md_name);
952 gp = g_new_geomf(mp, "stripe:taste");
/freebsd-11-stable/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 ;;
1658 [ "$vdev_type" = "stripe" ] && vdev_type=
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend215 tests/sys/geom/class/stripe \
/freebsd-11-stable/include/
H A DMakefile55 geom/raid geom/raid3 geom/shsec geom/stripe geom/virstor \
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend92 sbin/geom/class/stripe \

Completed in 467 milliseconds