Searched refs:array_count (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/usr.sbin/mfiutil/ |
| H A D | mfi_config.c | 130 for (i = 0; i < config->array_count; i++) { in mfi_config_lookup_array() 274 int array_count; member 398 for (i = 0; i < state->array_count; i++) in find_next_array() 725 state.array_count = config->array_count; in create_volume() 726 if (config->array_count > 0) { in create_volume() 733 for (i = 0; i < config->array_count; i++) { in create_volume() 792 config->array_count = narrays; in create_volume() 980 config->array_count); in add_spare() 1002 spare->array_count = 0; in add_spare() 1131 for (i = 0; i < config->array_count; i++) { in dump_config() [all …]
|
| H A D | mfi_foreign.c | 147 config->array_count, config->log_drv_count, in foreign_show_cfg() 151 for (i = 0; i < config->array_count; i++) in foreign_show_cfg()
|
| H A D | mfi_show.c | 377 mfi_unit, config->array_count, config->log_drv_count, in show_config() 381 for (i = 0; i < config->array_count; i++) { in show_config() 435 for (j = 0; j < sp->array_count; j++) in show_config()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueArray.cpp | 108 const size_t array_count = m_values.size(); in GetSubValue() local 116 new_idx = array_count - idx; in GetSubValue() 122 if (new_idx < array_count) { in GetSubValue() 131 if (array_count == 0) in GetSubValue() 137 idx, (uint64_t)(array_count - 1)); in GetSubValue() 142 idx, (uint64_t)array_count); in GetSubValue()
|
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | ocs_utils.c | 221 uint32_t array_count; /*>> maximum entry count in array */ member 239 ocs_varray_alloc(ocs_os_handle_t os, uint32_t array_count) in ocs_varray_alloc() argument 246 va->array_count = array_count; in ocs_varray_alloc() 247 va->array = ocs_malloc(os, sizeof(*va->array) * va->array_count, OCS_M_ZERO | OCS_M_NOWAIT); in ocs_varray_alloc() 274 ocs_free(va->os, va->array, sizeof(*va->array) * va->array_count); in ocs_varray_free() 296 if (va->entry_count < va->array_count) { in ocs_varray_add()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf-eh-frame.c | 1416 hdr_info->array[hdr_info->array_count].initial_loc = address; in _bfd_elf_write_section_eh_frame() 1417 hdr_info->array[hdr_info->array_count++].fde in _bfd_elf_write_section_eh_frame() 1548 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count) in _bfd_elf_write_section_eh_frame_hdr() 1567 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count) in _bfd_elf_write_section_eh_frame_hdr()
|
| H A D | elf-bfd.h | 303 unsigned int fde_count, array_count; member
|
| /freebsd-12.1/sys/dev/mfi/ |
| H A D | mfireg.h | 1296 uint8_t array_count; member 1319 uint16_t array_count; member
|
| H A D | mfi.c | 2893 p += conf_data->array_size * conf_data->array_count; in mfi_check_for_sscd()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | vdev.c | 3023 uint64_t array_count = vd->vdev_asize >> vd->vdev_ms_shift; in vdev_destroy_spacemaps() local 3024 size_t array_bytes = array_count * sizeof (uint64_t); in vdev_destroy_spacemaps() 3029 for (uint64_t i = 0; i < array_count; i++) { in vdev_destroy_spacemaps()
|