Searched refs:ctf_lookup_by_id (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c69 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 Dctf_decl.c97 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) {
H A Dctf_create.c730 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 Dctf_impl.h282 extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
H A Dctf_lookup.c216 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type) function
/freebsd-10.2-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c910 ctf_lookup_by_id(linker_ctf_t *lc, ctf_id_t type) function
942 if ((tp = ctf_lookup_by_id(lc, type)) == NULL)
981 if ((tp = ctf_lookup_by_id(lc, type)) == NULL) {
1109 ctf_lookup_by_id(lc, cdp->cd_type);
H A Dfbt.c980 ctf_lookup_by_id(linker_ctf_t *lc, ctf_id_t type) function
1012 if ((tp = ctf_lookup_by_id(lc, type)) == NULL)
1051 if ((tp = ctf_lookup_by_id(lc, type)) == NULL) {
1179 ctf_lookup_by_id(lc, cdp->cd_type);

Completed in 116 milliseconds