Searched refs:di_type (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c100 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE);
141 idp->di_type = DT_DYN_TYPE(yypcb->pcb_hdl);
159 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE);
235 idp->di_type = DT_DYN_TYPE(dtp);
238 idp->di_type = dtt.dtt_type;
414 dnp->dn_ident->di_type = xidp->di_type;
461 idp->di_type = dtt.dtt_type;
463 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE);
470 if (idp->di_type
[all...]
H A Ddt_xlator.c139 dxp->dx_ident->di_type = src->dtt_type;
162 dxp->dx_souid.di_type = dst->dtt_type;
173 dxp->dx_ptrid.di_type = ptr.dtt_type;
331 if (ptr && dxp != NULL && dxp->dx_ptrid.di_type == CTF_ERR)
H A Ddt_ident.h81 ctf_id_t di_type; /* CTF identifier for the variable data type */ member in struct:dt_ident
H A Ddt_as.c130 dt_node_type_assign(&dn, idp->di_ctfp, idp->di_type, B_FALSE);
H A Ddt_module.c1000 idp->di_type = tip->dtt_type;
1309 ctf_type_size(idp->di_ctfp, idp->di_type);
1502 tip->dtt_type = idp->di_type;
H A Ddt_parser.c1608 * If the pre-existing ident has its di_type set, propagate
1615 if (idp != NULL && idp->di_type != CTF_ERR)
1616 dt_node_type_assign(&idn, idp->di_ctfp, idp->di_type,
2784 idp->di_type = dtt.dtt_type;
2962 dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type,
3552 type = idp->di_type;
3706 type = ctf_type_resolve(ctfp, idp->di_type);
H A Ddt_decl.c818 idp->di_type = dsp->ds_type;
H A Ddt_cg.c1486 size = ctf_type_size(dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type);
1506 dnp->dn_ident->di_type, dt_cg_xlate_member,
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_domain.c145 di->di_type = type;
275 if (dcnode->di_type == type) {
355 if ((dcnode->di_type == SMB_DOMAIN_PRIMARY) ||
356 (dcnode->di_type == SMB_DOMAIN_TRUSTED)) {
409 switch (domain->di_type) {
503 di->di_type = SMB_DOMAIN_TRUSTED;
H A Dsmb_sam.c110 (di.di_type != SMB_DOMAIN_LOCAL))
H A Dlibsmb.h603 smb_domain_type_t di_type; member in struct:smb_domain
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlsar_clnt.c330 info->di_type = SMB_DOMAIN_PRIMARY;
341 info->di_type = SMB_DOMAIN_ACCOUNT;
354 info->di_type = SMB_DOMAIN_PRIMARY;
H A Dsamr_svc.c403 if ((domain.di_type != SMB_DOMAIN_BUILTIN) &&
404 (domain.di_type != SMB_DOMAIN_LOCAL)) {
410 id = samr_hdalloc(mxa, SAMR_KEY_DOMAIN, domain.di_type, 0);
H A Dnetr_logon.c826 if (di.di_type != SMB_DOMAIN_PRIMARY)
H A Dsmb_logon.c438 user_info->lg_domain_type = domain.di_type;
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlstat.c876 dlstat_idlist_type_t di_type; member in struct:dladm_extract_idlist_s

Completed in 116 milliseconds