Searched refs:ctf_lookup_by_id (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 69 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) 121 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) 174 while ((tp = ctf_lookup_by_id(&fp, type)) != NULL) { 242 ctf_lookup_by_id(&rfp, cdp->cd_type); 354 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) 402 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) 462 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) 478 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) 506 if (ctf_lookup_by_id(&fp, type) == NULL) 515 if (ctf_lookup_by_id( [all...] |
H A D | ctf_decl.c | 97 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) {
|
H A D | ctf_create.c | 730 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && 735 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && 764 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && 769 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && 806 if (ctf_lookup_by_id(&fpd, ctc->ctc_return) == NULL && 812 if (ctf_lookup_by_id(&fpd, argv[i]) == NULL && 953 if (ref == CTF_ERR || (ctf_lookup_by_id(&fpd, ref) == NULL && 1165 if (ctf_lookup_by_id(&fpd, type) == NULL && 1277 if ((tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL)
|
H A D | ctf_impl.h | 282 extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
|
H A D | ctf_lookup.c | 216 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type) function
|
Completed in 106 milliseconds