| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_mirror_module.c | 14 ngx_array_t *mirror; member 98 if (mlcf->mirror == NULL) { in ngx_http_mirror_handler() 159 name = mlcf->mirror->elts; in ngx_http_mirror_handler_internal() 161 for (i = 0; i < mlcf->mirror->nelts; i++) { in ngx_http_mirror_handler_internal() 188 mlcf->mirror = NGX_CONF_UNSET_PTR; in ngx_http_mirror_create_loc_conf() 201 ngx_conf_merge_ptr_value(conf->mirror, prev->mirror, NULL); in ngx_http_mirror_merge_loc_conf() 222 mlcf->mirror = NULL; in ngx_http_mirror() 226 if (mlcf->mirror == NULL) { in ngx_http_mirror() 230 if (mlcf->mirror == NGX_CONF_UNSET_PTR) { in ngx_http_mirror() 232 if (mlcf->mirror == NULL) { in ngx_http_mirror() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create_002_pos.ksh | 101 log_mustnot zpool create $TESTPOOL mirror $disk1 $disk2 102 create_pool $TESTPOOL mirror $disk1 $disk2 110 log_mustnot zpool create $TESTPOOL mirror $disk1 $DISK0 111 create_pool $TESTPOOL mirror $disk1 $DISK0 119 create_pool $TESTPOOL mirror $DISK0 $DISK1
|
| /f-stack/freebsd/contrib/ncsw/inc/Peripherals/ |
| H A D | crc_mac_addr_ext.h | 330 uint8_t mirror[16] = in GetMirror() local 349 return ((uint8_t)(((mirror[n & 0x0f] << 4) | (mirror[n >> 4])))); in GetMirror()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/ |
| H A D | fman_crc32.c | 88 uint8_t mirror[16] = { in get_mirror8() local 92 return (uint8_t)(((mirror[n & 0x0f] << 4) | (mirror[n >> 4]))); in get_mirror8()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
| H A D | removal_with_errors.ksh | 94 log_must zpool remove $TESTPOOL mirror-0 96 log_must vdevs_in_pool $TESTPOOL mirror-0 105 log_must zpool remove $TESTPOOL mirror-0 107 log_must vdevs_in_pool $TESTPOOL mirror-0
|
| H A D | remove_mirror_sanity.ksh | 45 log_must zpool remove $TESTPOOL mirror-1 47 log_mustnot vdevs_in_pool $TESTPOOL mirror-1
|
| H A D | removal_with_faulted.ksh | 94 log_must zpool remove $TESTPOOL mirror-0 96 log_mustnot vdevs_in_pool $TESTPOOL mirror-0
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/ |
| H A D | rebuild_multiple.ksh | 70 mirror ${VDEV_FILES[0]} ${VDEV_FILES[1]} \ 71 mirror ${VDEV_FILES[2]} ${VDEV_FILES[3]} 96 mirror ${VDEV_FILES[0]} ${VDEV_FILES[1]} \ 97 mirror ${VDEV_FILES[2]} ${VDEV_FILES[3]}
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
| H A D | zpool_upgrade.cfg | 49 # v1 mirror 65 # v2 mirror 81 # v3 mirror 142 # v2 pool, with device problems on one side of the mirror 146 ZPOOL_VERSION_2brokenmirror_NAME="zfs-broken-mirror" 158 CONFIGS="1 1stripe 1raidz 1mirror \ 159 2 2stripe 2raidz 2mirror 2brokenmirror \ 160 3 3stripe 3raidz 3mirror 3dblraidz 3hotspare \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/ |
| H A D | alloc_class_006_pos.ksh | 36 mirror $ZPOOL_DISK0 $ZPOOL_DISK1 \ 37 special mirror $CLASS_DISK0 $CLASS_DISK1
|
| H A D | alloc_class_003_pos.ksh | 39 log_must zpool add $TESTPOOL special mirror \ 45 log_must zpool add $TESTPOOL special mirror \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
| H A D | slog_005_pos.ksh | 56 log mirror $LDEV mirror $LDEV2
|
| H A D | slog_011_neg.ksh | 56 log mirror $LDEV mirror $LDEV2
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/ |
| H A D | zpool_trim_unsupported_vdevs.ksh | 60 log_must zpool create $TESTPOOL mirror ${FDISKS[0]} ${FDISKS[1]} \ 65 log_mustnot zpool trim $TESTPOOL mirror-0
|
| H A D | zpool_trim_rate_neg.ksh | 45 log_must zpool create -f $TESTPOOL mirror $DISK1 $DISK2
|
| H A D | zpool_trim_neg.ksh | 45 log_must zpool create -f $TESTPOOL mirror $DISK1 $DISK2
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/ |
| H A D | zpool_initialize_unsupported_vdevs.ksh | 64 log_must zpool create $TESTPOOL mirror ${FDISKS[0]} ${FDISKS[1]} \ 69 log_mustnot zpool initialize $TESTPOOL mirror-0
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 458 *mirror = b; in is_raidz_mirror() 497 replication_level_t *raidz, *mirror; in get_replication() local 693 mirror->zprl_children - 1) { in get_replication() 706 mirror->zprl_type, in get_replication() 708 mirror->zprl_children - 1, in get_replication() 709 mirror->zprl_children); in get_replication() 800 replication_level_t *raidz, *mirror; in check_replication() local 848 if (is_raidz_mirror(current, new, &raidz, &mirror) || in check_replication() 856 mirror->zprl_type, in check_replication() 858 mirror->zprl_children - 1, in check_replication() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
| H A D | mmp_write_distribution.ksh | 55 log_must zpool create -f $MMP_POOL mirror $MMP_DIR/file.{0,1} mirror $MMP_DIR/file.{2,3,4,5,6,7}
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_export/ |
| H A D | zpool_export_004_pos.ksh | 85 log_must zpool create $TESTPOOL1 mirror $vdev0 $vdev1 spare $vdev4 86 log_must zpool create $TESTPOOL2 mirror $vdev2 $vdev3 spare $vdev4
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
| H A D | auto_spare_shared.ksh | 80 log_must zpool create -f $TESTPOOL mirror $SAFE_FILEDEVPOOL1 $FAIL_FILEDEVPOOL1 81 log_must zpool create -f $TESTPOOL1 mirror $SAFE_FILEDEVPOOL2 $FAIL_FILEDEVPOOL2
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_higig.h | 64 uint32_t mirror:1; member 90 uint32_t mirror:1;
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | appveyor.yml | 6 CYG_MIRROR: http://cygwin.mirror.constant.com 12 CYG_MIRROR: http://cygwin.mirror.constant.com
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-mcp23s08.txt | 54 - microchip,irq-mirror: Sets the mirror flag in the IOCON register. Devices 58 One for bank 1 and another for bank 2. If irq-mirror is set, both 77 microchip,irq-mirror; 135 microchip,irq-mirror;
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/ |
| H A D | bootfs_006_pos.ksh | 113 log_must zpool create $TESTPOOL mirror $VDEV1 $VDEV2 117 log_must zpool create $TESTPOOL mirror $VDEV1 $VDEV2 spare $VDEV3
|