Searched refs:dt_idops_thaw (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/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 | 144 attr, 0, &dt_idops_thaw, (void *)prname, dtp->dt_gen); in dt_pragma_attributes() 195 _dtrace_defattr, vers, &dt_idops_thaw, (void *)prname, dtp->dt_gen); in dt_pragma_binding()
|
H A D | dt_ident.c | 597 const dt_idops_t dt_idops_thaw = { variable 626 idp->di_vers, idp->di_ops ? idp->di_ops : &dt_idops_thaw, in dt_idhash_populate()
|
H A D | dt_open.c | 1066 idp->di_vers, idp->di_ops ? idp->di_ops : &dt_idops_thaw, in dt_vopen()
|
H A D | dt_parser.c | 1720 &dt_idops_thaw, NULL, dtp->dt_gen); in dt_node_decl() 2767 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen); in dt_xcook_ident() 2825 &dt_idops_thaw, NULL, dtp->dt_gen); in dt_xcook_ident()
|
H A D | dt_module.c | 986 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen); in dt_module_extern()
|