Searched refs:dt_idops_thaw (Results 1 – 7 of 7) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_xlator.c | 133 _dtrace_defattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen); in dt_xlator_create() 159 dxp->dx_souid.di_ops = &dt_idops_thaw; in dt_xlator_create() 170 dxp->dx_ptrid.di_ops = &dt_idops_thaw; in dt_xlator_create()
|
H A D | dt_ident.h | 138 extern const dt_idops_t dt_idops_thaw; /* prefrozen type identifier */
|
H A D | dt_pragma.c | 149 attr, 0, &dt_idops_thaw, (void *)prname, dtp->dt_gen); in dt_pragma_attributes() 200 _dtrace_defattr, vers, &dt_idops_thaw, (void *)prname, dtp->dt_gen); in dt_pragma_binding()
|
H A D | dt_ident.c | 609 const dt_idops_t dt_idops_thaw = { variable 638 idp->di_vers, idp->di_ops ? idp->di_ops : &dt_idops_thaw, in dt_idhash_populate()
|
H A D | dt_parser.c | 1748 &dt_idops_thaw, NULL, dtp->dt_gen); in dt_node_decl() 2796 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen); in dt_xcook_ident() 2854 &dt_idops_thaw, NULL, dtp->dt_gen); in dt_xcook_ident()
|
H A D | dt_open.c | 1368 idp->di_vers, idp->di_ops ? idp->di_ops : &dt_idops_thaw, in dt_vopen()
|
H A D | dt_module.c | 1068 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen); in dt_module_extern()
|