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

12

/freebsd-current/lib/geom/stripe/
H A DMakefile5 GEOM_CLASS= stripe
H A Dgeom_stripe.c39 #include <geom/stripe/g_stripe.h>
/freebsd-current/sys/modules/geom/geom_stripe/
H A DMakefile2 .PATH: ${SRCTOP}/sys/geom/stripe
/freebsd-current/tools/test/stress2/misc/
H A Dgraid0.sh53 [ -c /dev/stripe/data ] || exit 1
54 newfs $newfs_flags /dev/stripe/data > /dev/null
55 mount /dev/stripe/data $mntpoint
62 while mount | grep $mntpoint | grep -q /stripe/; do
/freebsd-current/tests/sys/geom/class/stripe/
H A D1_test.sh16 size=`diskinfo /dev/stripe/${name} | awk '{print $3}'`
H A D2_test.sh20 dd if=${src} of=/dev/stripe/${name} bs=1m count=$tsize >/dev/null 2>&1
21 dd if=/dev/stripe/${name} of=${dst} bs=1m count=$tsize >/dev/null 2>&1
/freebsd-current/tests/sys/geom/class/
H A DMakefile19 TESTS_SUBDIRS+= stripe
/freebsd-current/lib/geom/
H A DMakefile.classes23 GEOM_CLASSES+= stripe
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_show.c48 format_stripe(char *buf, size_t buflen, U32 stripe) argument
51 humanize_number(buf, buflen, stripe * 512, "", HN_AUTOSCALE,
58 char stripe[5]; local
65 format_stripe(stripe, sizeof(stripe), 1 << i);
68 printf("%s", stripe);
199 char buf[6], stripe[5]; local
205 stripe[0] = '\0';
207 format_stripe(stripe, sizeof(stripe), inf
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache.kshlib95 # mirror:/disks/d ONLINE mirror:/disks/e ONLINE stripe:/disks/f ONLINE
101 {print "stripe:" $1 " " $2}
116 stripe:$device)
130 if [[ -z "$type" || $type == 'stripe' ]]; then
131 log_note "Unexpected type: stripe"
/freebsd-current/tests/sys/cddl/zfs/tests/cache/
H A Dcache.kshlib100 # mirror:/disks/d ONLINE mirror:/disks/e ONLINE stripe:/disks/f ONLINE
121 print "stripe:" parse_name($2) " " $2;
141 stripe:$device)
155 if [[ -z "$type" || $type == 'stripe' ]]; then
156 log_note "Unexpected type: stripe"
/freebsd-current/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.h170 void format_stripe(char *buf, size_t buflen, uint8_t stripe);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog.kshlib102 # mirror:/disks/d ONLINE mirror:/disks/e ONLINE stripe:/disks/f ONLINE
108 {print "stripe:" $1 " " $2}
123 stripe:$device)
137 if [[ -z "$type" || $type == 'stripe' ]]; then
138 log_note "Unexpected type: stripe"
/freebsd-current/tests/sys/cddl/zfs/tests/slog/
H A Dslog.kshlib73 /\t (\/|[a-zA-Z])/ { print "stripe:" $1 " " $2; }
75 /\t (\/|[0-9])/ {print "stripe:" $NF " " $2}
112 # mirror:/disks/d ONLINE mirror:/disks/e ONLINE stripe:/disks/f ONLINE
123 stripe:$device)
135 if [[ -z "$type" || $type == 'stripe' ]]; then
136 log_note "Unexpected type: stripe"
/freebsd-current/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-current/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c911 * the nearest multiple of the adjusted stripe size.
913 * The adjusted stripe size is the least common multiple of the
914 * actual stripe size, or the sector size if no stripe size was
919 * may also report a 512-byte stripe size, or none at all.
1039 intmax_t maxsize, size, sector, firstfree, stripe; local
1065 /* Record sector and stripe sizes */
1067 stripe = pp->lg_stripesize;
1289 size -= (bytes + stripe)/sector;
1290 if (stripe >
[all...]
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdac_private.h159 int stripe; member in struct:hdac_stream
H A Dhdacc.c645 int stripe, uint32_t **dmapos)
651 dir, format, stripe, dmapos);
644 hdacc_stream_alloc(device_t dev, device_t child, int dir, int format, int stripe, uint32_t **dmapos) argument
H A Dhdac.c1912 hdac_stream_alloc(device_t dev, device_t child, int dir, int format, int stripe, argument
1929 bw *= 1 << (sc->num_sdo - stripe);
1961 sc->streams[ss].stripe = stripe;
2031 ctl |= sc->streams[ss].stripe << HDAC_SDCTL2_STRIPE_SHIFT;
/freebsd-current/targets/pseudo/userland/lib/
H A DMakefile.depend26 lib/geom/stripe \
/freebsd-current/sys/dev/mrsas/
H A Dmrsas_fp.c123 u_int64_t stripe, MR_DRV_RAID_MAP_ALL * map);
878 get_arm(struct mrsas_softc *sc, u_int32_t ld, u_int8_t span, u_int64_t stripe, argument
890 arm = mega_mod64(stripe, SPAN_ROW_SIZE(map, ld, span));
894 arm = get_arm_from_strip(sc, ld, stripe, map);
904 * This routine calculates the arm, span and block for the specified stripe and
905 * reference in stripe using spanset
911 * stripRef: Reference in stripe
1043 * calculate starting row and stripe, and number of strips and rows
1640 * Reference in stripe (stripRef)
1644 * This routine calculates the arm, span and block for the specified stripe an
[all...]
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dzfsboot69 : ${ZFSBOOT_VDEV_TYPE:=stripe}
492 'stripe' '$msg_stripe_desc' '$msg_stripe_help'
505 stripe|mirror|raid10|raidz1|raidz2|raidz3) : known good ;;
599 stripe) want_disks=1 ;;
1749 [ "$vdev_type" = "stripe" ] && vdev_type=

Completed in 213 milliseconds

12