Lines Matching defs:idcnt
1036 uint32_t ifcount, ofcount, idcnt, cti;
1042 idcnt = 0;
1114 if (ifip.ctc_argc > idcnt) {
1117 sizeof (ctf_id_t) * idcnt);
1120 sizeof (ctf_id_t) * idcnt);
1122 idcnt = ifip.ctc_argc;
1123 iids = ctf_alloc(sizeof (ctf_id_t) * idcnt);
1129 oids = ctf_alloc(sizeof (ctf_id_t) * idcnt);
1165 ctf_free(iids, sizeof (ctf_id_t) * idcnt);
1167 ctf_free(oids, sizeof (ctf_id_t) * idcnt);