Searched refs:coerced_size (Results 1 – 10 of 10) sorted by relevance
| /freebsd-head/contrib/libdiff/test/ |
| HD | expect117.diff | 14 int no_chunk, int64_t coerced_size) 27 - if (coerced_size > SR_CRYPTO_MAXSIZE) { 28 + sd->sd_meta->ssdi.ssd_size = coerced_size; 46 - sd->sd_name, coerced_size, SR_CRYPTO_MAXSIZE); 56 - sd->sd_meta->ssdi.ssd_size = coerced_size;
|
| HD | test122.right-P.txt | 132 int no_chunk, int64_t coerced_size) 143 if (coerced_size > SR_CRYPTO_MAXSIZE) { 145 sd->sd_name, coerced_size, SR_CRYPTO_MAXSIZE); 187 sd->sd_meta->ssdi.ssd_size = coerced_size;
|
| HD | test021.right.txt | 132 int no_chunk, int64_t coerced_size) 143 if (coerced_size > SR_CRYPTO_MAXSIZE) { 145 sd->sd_name, coerced_size, SR_CRYPTO_MAXSIZE); 187 sd->sd_meta->ssdi.ssd_size = coerced_size;
|
| HD | test117.left-P.txt | 118 int no_chunk, int64_t coerced_size) 129 if (coerced_size > SR_CRYPTO_MAXSIZE) { 131 sd->sd_name, coerced_size, SR_CRYPTO_MAXSIZE); 173 sd->sd_meta->ssdi.ssd_size = coerced_size;
|
| HD | expect021.diff | 93 + if (coerced_size > SR_CRYPTO_MAXSIZE) { 95 + sd->sd_name, coerced_size, SR_CRYPTO_MAXSIZE);
|
| HD | test117.right-P.txt | 120 int no_chunk, int64_t coerced_size) 130 sd->sd_meta->ssdi.ssd_size = coerced_size;
|
| HD | test021.left.txt | 137 int no_chunk, int64_t coerced_size) 186 sd->sd_meta->ssdi.ssd_size = coerced_size;
|
| HD | test122.left-P.txt | 138 int no_chunk, int64_t coerced_size) 187 sd->sd_meta->ssdi.ssd_size = coerced_size;
|
| /freebsd-head/usr.sbin/mfiutil/ |
| HD | mfi_config.c | 430 ar->size = array_info->drives[0].coerced_size; in build_array() 440 if (ar->size > array_info->drives[i].coerced_size) in build_array() 441 ar->size = array_info->drives[i].coerced_size; in build_array() 993 if (ar->size > info.coerced_size) { in add_spare() 1024 if (ar->size > info.coerced_size) { in add_spare() 1149 (uintmax_t)pinfo.coerced_size); in dump_config()
|
| /freebsd-head/sys/dev/mfi/ |
| HD | mfireg.h | 1138 uint64_t coerced_size; member
|