Searched refs:dt_idops_thaw (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c131 _dtrace_defattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
157 dxp->dx_souid.di_ops = &dt_idops_thaw;
168 dxp->dx_ptrid.di_ops = &dt_idops_thaw;
H A Ddt_ident.h138 extern const dt_idops_t dt_idops_thaw; /* prefrozen type identifier */
H A Ddt_pragma.c148 attr, 0, &dt_idops_thaw, (void *)prname, dtp->dt_gen);
199 _dtrace_defattr, vers, &dt_idops_thaw, (void *)prname, dtp->dt_gen);
H A Ddt_ident.c602 const dt_idops_t dt_idops_thaw = { variable
631 idp->di_vers, idp->di_ops ? idp->di_ops : &dt_idops_thaw,
H A Ddt_lex.l820 0, _dtrace_defattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
H A Ddt_parser.c1687 &dt_idops_thaw, NULL, dtp->dt_gen);
2723 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
2780 &dt_idops_thaw, NULL, dtp->dt_gen);
H A Ddt_module.c841 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
H A Ddt_open.c1308 idp->di_vers, idp->di_ops ? idp->di_ops : &dt_idops_thaw,

Completed in 125 milliseconds