Searched refs:ld_count (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/usr.sbin/mfiutil/
H A Dmfi_evt.c392 printf("VOL %s", volume_name(fd, &detail->args.ld_count.ld));
395 (long long)detail->args.ld_count.count);
400 printf("VOL %s", volume_name(fd, &detail->args.ld_count.ld));
408 printf("VOL %s", volume_name(fd, &detail->args.ld_count.ld));
417 printf("VOL %s", volume_name(fd, &detail->args.ld_count.ld));
H A Dmfi_cmd.c244 for (i = 0; i < list.ld_count; i++) {
H A Dmfi_show.c479 for (i = 0; i < list.ld_count; i++) {
492 for (i = 0; i < list.ld_count; i++) {
705 for (i = 0; i < llist.ld_count; i++) {
H A Dmfi_config.c186 for (i = 0; i < list.ld_count; i++) {
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas_fp.c274 u_int16_t ld_count; local
306 ld_count = le16toh(fw_map_dyn->ldCount);
307 pDrvRaidMap->ldCount = htole16(ld_count);
379 for (j = 0; j < ld_count; j++) {
416 u_int16_t ld_count; local
425 ld_count = (u_int16_t)le16toh(fw_map_ext->ldCount);
426 if (ld_count > MAX_LOGICAL_DRIVES_EXT) {
432 for (i = 0; i < ld_count; i++) {
440 pDrvRaidMap->ldCount = htole16(ld_count);
445 memcpy(pDrvRaidMap->ldSpanMap, fw_map_ext->ldSpanMap, sizeof(MR_LD_SPAN_MAP) * ld_count);
[all...]
H A Dmrsas.h2872 } __packed ld_count; member in union:mrsas_evt_detail::__anon13288
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_tbolt.c1387 ld_size = sizeof(*ld_sync) * list->ld_count;
1394 for (i = 0; i < list->ld_count; i++)
1425 cmd->cm_frame->dcmd.mbox[0] = list->ld_count;
H A Dmfireg.h973 } ld_count; member in union:mfi_evt_detail::__anon12649
1196 uint32_t ld_count; member in struct:mfi_ld_list
H A Dmfi.c1474 for (i = 0; i < list->ld_count; i++) {

Completed in 203 milliseconds