| /src/sys/dev/ata/ |
| ld_ataraid.c | 134 struct cbuf *cb_other; /* other cbuf in case of mirror */ 406 const int mirror = aai->aai_level & AAI_L_RAID1; local 442 if (mirror && comp < aai->aai_width) { 467 if (mirror && !read && comp < aai->aai_width) {
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| amdgpu_dcn10_hubp.c | 214 uint32_t mirror; local 218 mirror = 1; 220 mirror = 0; 222 /* Program rotation angle and horz mirror - no mirror */ 226 H_MIRROR_EN, mirror); 230 H_MIRROR_EN, mirror); 234 H_MIRROR_EN, mirror); 238 H_MIRROR_EN, mirror); 1166 if (param->mirror) { [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
| amdgpu_dcn20_hubp.c | 379 uint32_t mirror; local 383 mirror = 1; 385 mirror = 0; 387 /* Program rotation angle and horz mirror - no mirror */ 391 H_MIRROR_EN, mirror); 395 H_MIRROR_EN, mirror); 399 H_MIRROR_EN, mirror); 403 H_MIRROR_EN, mirror); 980 if (param->mirror) { [all...] |
| /src/games/adventure/ |
| init.c | 112 axe, mirror, dragon, chasm, troll, troll2, bear, message, variable 211 mirror = vocab(DECR('m', 'i', 'r', 'r', 'o'), 1, 0);
|
| /src/sys/dev/ic/ |
| cacreg.h | 133 u_int8_t mirror; member in struct:cac_drive_info
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
| dc_hw_types.h | 399 bool mirror; member in struct:dc_cursor_mi_param
|
| /src/external/cddl/osnet/dist/cmd/ztest/ |
| ztest.c | 897 nvlist_t *mirror, **child; local 908 VERIFY(nvlist_alloc(&mirror, NV_UNIQUE_NAME, 0) == 0); 909 VERIFY(nvlist_add_string(mirror, ZPOOL_CONFIG_TYPE, 911 VERIFY(nvlist_add_nvlist_array(mirror, ZPOOL_CONFIG_CHILDREN, 919 return (mirror); 2361 * Attempt to create using a bad mirror. 2644 * split a pool if it has mirror tlvdevs 2801 * mirror vdev -- in which case, pick a random child. 2859 * If pvd is not a mirror or root, the attach should fail with ENOTSUP, 4991 * the mirror/raidz [all...] |