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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h84 typedef struct ctf_dmodel { struct
197 const ctf_dmodel_t *ctf_dmodel; /* data model pointer (see above) */ member in struct:ctf_file
H A Dctf_open.c902 if (pfp != NULL && pfp->ctf_dmodel != fp->ctf_dmodel)
927 fp->ctf_dmodel = dp;
941 return (fp->ctf_dmodel->ctd_code);
H A Dctf_types.c334 return (fp->ctf_dmodel->ctd_pointer);
340 return (fp->ctf_dmodel->ctd_int);
383 return (fp->ctf_dmodel->ctd_pointer);
422 return (fp->ctf_dmodel->ctd_int);
H A Dctf_create.c779 dtd->dtd_data.ctt_size = fp->ctf_dmodel->ctd_int;

Completed in 104 milliseconds