Lines Matching defs:src
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
692 dt_node_type_propagate(const dt_node_t *src, dt_node_t *dst)
694 assert(src->dn_flags & DT_NF_COOKED);
695 dst->dn_flags = src->dn_flags & ~DT_NF_LVALUE;
696 dst->dn_ctfp = src->dn_ctfp;
697 dst->dn_type = src->dn_type;
2378 dtrace_typeinfo_t src, dst;
2391 esrc = dt_decl_type(sdp, &src);
2400 dt_node_type_assign(&sn, src.dtt_ctfp, src.dtt_type);
2425 dxp = dt_xlator_create(dtp, &src, &dst, name, members, yypcb->pcb_list);