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

/freebsd-10-stable/contrib/unbound/iterator/
H A Diterator.h290 int* target_count; member in struct:iter_qstate
H A Diterator.c156 iq->target_count = NULL;
513 if(!iq->target_count) {
514 iq->target_count = (int*)calloc(2, sizeof(int));
516 if(iq->target_count)
517 iq->target_count[0] = 1;
525 if(iq->target_count)
526 iq->target_count[1] += num;
605 subiq->target_count = iq->target_count;
606 if(iq->target_count)
[all...]
/freebsd-10-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c975 uint64_t target_count, target_addr; local
977 &target_count);
980 vcpu, target_count);

Completed in 93 milliseconds