Searched refs:ctf_dmodel (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h85 typedef struct ctf_dmodel { struct
199 const ctf_dmodel_t *ctf_dmodel; /* data model pointer (see above) */ member in struct:ctf_file
H A Dctf_open.c993 if (pfp != NULL && pfp->ctf_dmodel != fp->ctf_dmodel)
1018 fp->ctf_dmodel = dp;
1032 return (fp->ctf_dmodel->ctd_code);
H A Dctf_types.c359 return (fp->ctf_dmodel->ctd_pointer);
365 return (fp->ctf_dmodel->ctd_int);
408 return (fp->ctf_dmodel->ctd_pointer);
447 return (fp->ctf_dmodel->ctd_int);
H A Dctf_create.c901 dtd->dtd_data.ctt_size = fp->ctf_dmodel->ctd_int;

Completed in 67 milliseconds