Symbol: ctf_lookup_by_id
usr/src/common/ctf/ctf_create.c
1076
if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL &&
usr/src/common/ctf/ctf_create.c
1084
if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL &&
usr/src/common/ctf/ctf_create.c
1115
if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL &&
usr/src/common/ctf/ctf_create.c
1120
if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL &&
usr/src/common/ctf/ctf_create.c
1157
if (ctf_lookup_by_id(&fpd, ctc->ctc_return) == NULL &&
usr/src/common/ctf/ctf_create.c
1163
if (ctf_lookup_by_id(&fpd, argv[i]) == NULL &&
usr/src/common/ctf/ctf_create.c
1356
if (ref == CTF_ERR || (ctf_lookup_by_id(&fpd, ref) == NULL &&
usr/src/common/ctf/ctf_create.c
1614
if (ctf_lookup_by_id(&fpd, type) == NULL &&
usr/src/common/ctf/ctf_create.c
1728
if ((tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL)
usr/src/common/ctf/ctf_create.c
2028
if (ctf_lookup_by_id(&afp, fip->ctc_return) == NULL)
usr/src/common/ctf/ctf_create.c
2033
if (ctf_lookup_by_id(&afp, argc[i]) == NULL)
usr/src/common/ctf/ctf_create.c
2095
if (ctf_lookup_by_id(&afp, type) == NULL)
usr/src/common/ctf/ctf_create.c
2133
if (type != 0 && ctf_lookup_by_id(&fpd, type) == NULL)
usr/src/common/ctf/ctf_decl.c
95
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) {
usr/src/common/ctf/ctf_impl.h
265
extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
usr/src/common/ctf/ctf_lookup.c
331
if ((t = ctf_lookup_by_id(fpp, id)) != NULL)
usr/src/common/ctf/ctf_lookup.c
347
if ((t = ctf_lookup_by_id(&fp, id)) != NULL) {
usr/src/common/ctf/ctf_types.c
1023
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
usr/src/common/ctf/ctf_types.c
1067
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
usr/src/common/ctf/ctf_types.c
1126
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
usr/src/common/ctf/ctf_types.c
1160
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
usr/src/common/ctf/ctf_types.c
139
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
usr/src/common/ctf/ctf_types.c
194
while ((tp = ctf_lookup_by_id(&fp, type)) != NULL) {
usr/src/common/ctf/ctf_types.c
340
ctf_lookup_by_id(&rfp, cdp->cd_type);
usr/src/common/ctf/ctf_types.c
500
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
usr/src/common/ctf/ctf_types.c
566
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
usr/src/common/ctf/ctf_types.c
624
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
usr/src/common/ctf/ctf_types.c
640
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
usr/src/common/ctf/ctf_types.c
668
if (ctf_lookup_by_id(&fp, type) == NULL)
usr/src/common/ctf/ctf_types.c
677
if (ctf_lookup_by_id(&fp, type) == NULL)
usr/src/common/ctf/ctf_types.c
697
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
usr/src/common/ctf/ctf_types.c
777
(ltp = ctf_lookup_by_id(&lfp, ltype)) == NULL ||
usr/src/common/ctf/ctf_types.c
778
(rtp = ctf_lookup_by_id(&rfp, rtype)) == NULL ||
usr/src/common/ctf/ctf_types.c
839
cms->cms_tp = ctf_lookup_by_id(&cms->cms_fp, mtype);
usr/src/common/ctf/ctf_types.c
87
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
usr/src/common/ctf/ctf_types.c
875
stack[depth].cms_tp = ctf_lookup_by_id(&stack[depth].cms_fp, type);
usr/src/common/ctf/ctf_types.c
954
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
usr/src/common/ctf/ctf_types.c
986
if ((tp = ctf_lookup_by_id(&fp, type)) == NULL)
usr/src/lib/libctf/common/ctf_diff.c
112
if ((itp = ctf_lookup_by_id(&ifp, iid)) == NULL)
usr/src/lib/libctf/common/ctf_diff.c
115
if ((otp = ctf_lookup_by_id(&ofp, oid)) == NULL)
usr/src/lib/libctf/common/ctf_diff.c
329
if ((itp = ctf_lookup_by_id(&ifp, iid)) == NULL)
usr/src/lib/libctf/common/ctf_diff.c
332
if ((otp = ctf_lookup_by_id(&ofp, oid)) == NULL)
usr/src/lib/libctf/common/ctf_diff.c
518
if ((itp = ctf_lookup_by_id(&ifp, iid)) == NULL)
usr/src/lib/libctf/common/ctf_diff.c
520
if ((otp = ctf_lookup_by_id(&ofp, oid)) == NULL)
usr/src/lib/libctf/common/ctf_diff.c
563
if ((itp = ctf_lookup_by_id(&ifp, iid)) == NULL)
usr/src/lib/libctf/common/ctf_diff.c
565
if ((otp = ctf_lookup_by_id(&ofp, oid)) == NULL)