Lines Matching defs:cnt
693 int cnt;
697 for (cnt = 0; drives[cnt]; cnt++);
699 found = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *));
775 uint_t cnt;
782 cnt = 0;
786 cnt++;
789 cnt++;
795 out_array = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t));
833 int cnt;
840 for (cnt = 0; diskp->controllers[cnt]; cnt++);
843 controllers = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *));
868 int cnt;
875 cnt = 0;
877 for (; pp[cnt]; cnt++);
881 paths = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *));
893 for (i = 0; i < cnt; i++) {