/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade.cfg | 47 # v1 stripe 64 # v2 stripe 81 # v3 stripe 179 CONFIGS="1 1stripe 1raidz 1mirror" 184 CONFIGS="1 1stripe 1raidz 1mirror \ 185 2 2stripe 2raidz 2mirror 2brokenmirror" 189 CONFIGS="1 1stripe 1raidz 1mirror \ 190 2 2stripe 2raidz 2mirror 2brokenmirror \ 191 3 3stripe 3raidz 3mirror 3dblraidz 3hotspare" 195 CONFIGS="1 1stripe 1raidz 1mirror \ [all …]
|
/freebsd/usr.sbin/mptutil/ |
H A D | mpt_show.c | 48 format_stripe(char *buf, size_t buflen, U32 stripe) in format_stripe() argument 51 humanize_number(buf, buflen, stripe * 512, "", HN_AUTOSCALE, in format_stripe() 58 char stripe[5]; in display_stripe_map() local 65 format_stripe(stripe, sizeof(stripe), 1 << i); in display_stripe_map() 68 printf("%s", stripe); in display_stripe_map() 199 char buf[6], stripe[5]; in print_vol() local 205 stripe[0] = '\0'; in print_vol() 207 format_stripe(stripe, sizeof(stripe), info->StripeSize); in print_vol() 211 printf("(%6s) %-8s %6s %-*s", buf, level, stripe, state_len, in print_vol() 213 else if (stripe[0] != '\0') in print_vol() [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | graid0.sh | 53 [ -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/usr.sbin/mfiutil/ |
H A D | mfi_show.c | 48 format_stripe(char *buf, size_t buflen, uint8_t stripe) in format_stripe() argument 51 humanize_number(buf, buflen, (1 << stripe) * 512, "", HN_AUTOSCALE, in format_stripe() 59 char stripe[5]; in show_adapter() local 129 format_stripe(stripe, sizeof(stripe), info.stripe_sz_ops.min); in show_adapter() 130 printf(" Minimum Stripe: %s\n", stripe); in show_adapter() 131 format_stripe(stripe, sizeof(stripe), info.stripe_sz_ops.max); in show_adapter() 132 printf(" Maximum Stripe: %s\n", stripe); in show_adapter() 301 char size[6], stripe[5]; in print_ld() local 305 format_stripe(stripe, sizeof(stripe), in print_ld() 310 printf("(%6s) %-8s %6s %-*s", size, level, stripe, state_len, in print_ld() [all …]
|
H A D | mfi_foreign.c | 154 char size[6], stripe[5]; in foreign_show_cfg() local 159 format_stripe(stripe, sizeof(stripe), in foreign_show_cfg()
|
H A D | mfiutil.h | 170 void format_stripe(char *buf, size_t buflen, uint8_t stripe);
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade.cfg | 41 # v1 stripe 57 # v2 stripe 73 # v3 stripe 158 CONFIGS="1 1stripe 1raidz 1mirror \ 159 2 2stripe 2raidz 2mirror 2brokenmirror \ 160 3 3stripe 3raidz 3mirror 3dblraidz 3hotspare \
|
/freebsd/tests/sys/geom/class/stripe/ |
H A D | 2_test.sh | 20 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
|
H A D | 1_test.sh | 16 size=`diskinfo /dev/stripe/${name} | awk '{print $3}'`
|
/freebsd/lib/geom/stripe/ |
H A D | Makefile | 3 GEOM_CLASS= stripe
|
/freebsd/sys/modules/geom/geom_stripe/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/geom/stripe
|
/freebsd/lib/geom/ |
H A D | Makefile.classes | 22 GEOM_CLASSES+= stripe
|
/freebsd/tests/sys/geom/class/ |
H A D | Makefile | 18 TESTS_SUBDIRS+= stripe
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/ |
H A D | cache.kshlib | 116 stripe:$device)
|
/freebsd/tests/sys/cddl/zfs/tests/cache/ |
H A D | cache.kshlib | 141 stripe:$device)
|
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | gpart_ops.c | 1039 intmax_t maxsize, size, sector, firstfree, stripe; in gpart_create() local 1067 stripe = pp->lg_stripesize; in gpart_create() 1289 size -= (bytes + stripe)/sector; in gpart_create() 1290 if (stripe > 0 && (firstfree*sector % stripe) != 0) in gpart_create() 1291 firstfree += (stripe - ((firstfree*sector) % in gpart_create() 1292 stripe)) / sector; in gpart_create()
|
/freebsd/tests/sys/cddl/zfs/tests/slog/ |
H A D | slog.kshlib | 123 stripe:$device)
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
H A D | slog.kshlib | 123 stripe:$device)
|
/freebsd/sys/geom/ |
H A D | notes | 98 device. This would be the optimal width of a stripe on a raid unit. 102 stripeoffset is the amount of the first stripe which lies before the 116 the stripe as:
|
/freebsd/etc/mtree/ |
H A D | BSD.include.dist | 252 stripe
|
/freebsd/sys/dev/hptmv/ |
H A D | command.h | 169 struct stripe *stripes[5];
|
H A D | vdevice.h | 64 struct stripe **CacheEntry;
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdac_if.m | 46 int stripe;
|
H A D | hdacc.c | 647 int stripe, uint32_t **dmapos) in hdacc_stream_alloc() argument 653 dir, format, stripe, dmapos); in hdacc_stream_alloc()
|
H A D | hdac_private.h | 159 int stripe; member
|