Lines Matching refs:oids
258 ctf_id_t *iids, *oids; in ctf_diff_fptr() local
280 oids = ctf_alloc(sizeof (ctf_id_t) * ifunc.ctc_argc); in ctf_diff_fptr()
281 if (oids == NULL) { in ctf_diff_fptr()
291 if (ctf_func_args_by_id(ofp, oid, ofunc.ctc_argc, oids) == CTF_ERR) { in ctf_diff_fptr()
298 ret = ctf_diff_type(cds, ifp, iids[i], ofp, oids[i]); in ctf_diff_fptr()
306 ctf_free(oids, sizeof (ctf_id_t) * ofunc.ctc_argc); in ctf_diff_fptr()
1038 ctf_id_t *iids, *oids; in ctf_diff_func_fill() local
1044 oids = NULL; in ctf_diff_func_fill()
1118 if (oids != NULL) in ctf_diff_func_fill()
1119 ctf_free(oids, in ctf_diff_func_fill()
1121 iids = oids = NULL; in ctf_diff_func_fill()
1129 oids = ctf_alloc(sizeof (ctf_id_t) * idcnt); in ctf_diff_func_fill()
1141 ofip.ctc_argc, oids)) != 0) in ctf_diff_func_fill()
1146 if (ctf_diff_symid(cds, iids[cti], oids[cti])) { in ctf_diff_func_fill()
1166 if (oids != NULL) in ctf_diff_func_fill()
1167 ctf_free(oids, sizeof (ctf_id_t) * idcnt); in ctf_diff_func_fill()