Searched refs:target_count (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/libdm/ioctl/
H A Dlibdm-compat.h41 int32_t target_count; /* in/out */ member in struct:dm_ioctl_v1
H A Dlibdm_netbsd.c124 dmi->target_count = libdm_task_get_target_num(task);
158 dmi->target_count = r;
164 dmi->target_count = r;
170 dmi->target_count = r;
176 dmi->target_count = r;
210 dmi->name,dmi->target_count);
H A Dlibdm-iface.c423 for (i = 0; i < dmi->target_count; i++) {
467 info->target_count = dmt->dmi.v1->target_count;
606 dmi->target_count = count;
911 for (i = 0; i < dmi->target_count; i++) {
967 info->target_count = dmt->dmi.v4->target_count;
1408 dmi->target_count = count;
H A Dlibdm-nbsd-iface.c356 for (i = 0; i < dmi->target_count; i++) {
490 info->target_count = dmt->dmi.v4->target_count;
/netbsd-current/sys/dev/dm/
H A Ddm_table.c285 uint32_t target_count; local
288 target_count = 0;
294 target_count++;
298 return target_count;
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dwasm32-dis.c344 uint32_t target_count, i; local
347 target_count = val;
348 if (error || target_count != val || target_count == (uint32_t) -1)
351 prin (stream, " %u", target_count);
352 for (i = 0; i < target_count + 1; i++)
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dwasm32-dis.c356 uint32_t target_count, i; local
359 target_count = val;
360 if (error || target_count != val || target_count == (uint32_t) -1)
363 prin (stream, " %u", target_count);
364 for (i = 0; i < target_count + 1; i++)
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dwasm32-dis.c356 uint32_t target_count, i; local
359 target_count = val;
360 if (error || target_count != val || target_count == (uint32_t) -1)
363 prin (stream, " %u", target_count);
364 for (i = 0; i < target_count + 1; i++)
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dwasm32-dis.c356 uint32_t target_count, i; local
359 target_count = val;
360 if (error || target_count != val || target_count == (uint32_t) -1)
363 prin (stream, " %u", target_count);
364 for (i = 0; i < target_count + 1; i++)
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Ddm-ioctl.h127 uint32_t target_count; /* in/out */ member in struct:dm_ioctl
H A Dlibdevmapper.h129 int32_t target_count; member in struct:dm_info
/netbsd-current/external/gpl2/lvm2/dist/libdm/misc/
H A Ddm-ioctl.h127 uint32_t target_count; /* in/out */ member in struct:dm_ioctl
/netbsd-current/external/bsd/unbound/dist/iterator/
H A Diterator.h245 /** Reference count for the shared iter_qstate->target_count. */
351 int* target_count; member in struct:iter_qstate
359 * counter in target_count.
H A Diterator.c158 iq->target_count = NULL;
725 if(!iq->target_count) {
726 iq->target_count = (int*)calloc(TARGET_COUNT_MAX, sizeof(int));
728 if(iq->target_count) {
729 iq->target_count[TARGET_COUNT_REF] = 1;
739 if(iq->target_count)
740 iq->target_count[TARGET_COUNT_QUERIES] += num;
748 if(iq->target_count)
749 iq->target_count[TARGET_COUNT_NX] += num;
843 subiq->target_count
[all...]
/netbsd-current/external/gpl2/lvm2/dist/libdm/
H A Dlibdevmapper.h129 int32_t target_count; member in struct:dm_info
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c451 if (info->target_count != -1)
452 printf("Number of targets: %d\n", info->target_count);
2368 FIELD_O(INFO, dm_info, NUM, "Targ", target_count, 4, int32, "segments", "Number of segments in live table, if present.")

Completed in 314 milliseconds