Home
last modified time | relevance | path

Searched refs:di_id (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat.c487 state->is_deviceinfo.di_id = (uint64_t)pci_config_get16(handle, 0); in ioat_drv_init()
488 state->is_deviceinfo.di_id = state->is_deviceinfo.di_id << 16; in ioat_drv_init()
491 state->is_deviceinfo.di_id |= (uint64_t)pci_config_get16(handle, 2); in ioat_drv_init()
492 state->is_deviceinfo.di_id = state->is_deviceinfo.di_id << 32; in ioat_drv_init()
495 state->is_deviceinfo.di_id |= (uint64_t)state->is_cbver; in ioat_drv_init()
H A Dioat_chan.c245 info->qc_id = state->is_deviceinfo.di_id; in ioat_channel_alloc()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c680 idp->di_id, dnp->dn_reg); in dt_cg_prearith_op()
1112 dxp->dx_ident->di_id = 0; in dt_cg_asgn_op()
1154 idp->di_id <= DIF_VAR_ARRAY_MAX) { in dt_cg_asgn_op()
1270 if (idp->di_id == DIF_VAR_ARGS) { in dt_cg_array_op()
1292 instr = DIF_INSTR_LDA(op, idp->di_id, in dt_cg_array_op()
1410 dxp->dx_ident->di_id = dx->dtxl_sreg; in dt_cg_xlate_member()
1415 dxp->dx_ident->di_id = 0; in dt_cg_xlate_member()
1814 assert(dxp->dx_ident->di_id != 0); in dt_cg_node()
1878 dxp->dx_ident->di_id = 0; in dt_cg_node()
2042 dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_node()
[all …]
H A Ddt_ident.c380 idp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args()
400 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args()
429 assert(dnp->dn_ident->di_id == idp->di_id); in dt_idcook_args()
627 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr, in dt_idhash_populate()
709 nextid = MAX(nextid, idp->di_id + 1); in dt_idhash_update()
835 if (lhs->di_id != rhs->di_id) in dt_idhash_comp()
836 return ((int)(lhs->di_id - rhs->di_id)); in dt_idhash_comp()
915 idp->di_id = id; in dt_ident_create()
H A Ddt_cc.c703 if (dnp->dn_ident->di_id == DT_ACT_PRINT) { in dt_action_trace()
830 dnp->dn_ident->di_id == DT_ACT_USTACK); in dt_action_ustack_args()
832 if (dnp->dn_ident->di_id == DT_ACT_JSTACK) { in dt_action_ustack_args()
1048 switch (dnp->dn_expr->dn_ident->di_id) { in dt_compile_fun()
1193 if (anp->dn_ident->di_id == DT_ACT_STACK) { in dt_compile_agg()
1204 switch (anp->dn_ident->di_id) { in dt_compile_agg()
1240 if (fid->di_id == DTRACEAGG_LQUANTIZE) { in dt_compile_agg()
1375 if (fid->di_id == DTRACEAGG_LLQUANTIZE) { in dt_compile_agg()
1514 if (fid->di_id == DTRACEAGG_QUANTIZE) { in dt_compile_agg()
1551 assert(DTRACEACT_ISAGG(fid->di_id)); in dt_compile_agg()
[all …]
H A Ddt_module.c464 if (idp != NULL && idp->di_id != 0) in dt_module_create()
465 dmp->dm_pid = idp->di_id; in dt_module_create()
996 sip->dts_id = idp->di_id; in dt_module_extern()
1177 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid(); in dtrace_update()
1178 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid(); in dtrace_update()
1179 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid(); in dtrace_update()
1180 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid(); in dtrace_update()
1182 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid(); in dtrace_update()
1184 dt_idhash_lookup(dtp->dt_macros, "sid")->di_id = getsid(0); in dtrace_update()
1186 dt_idhash_lookup(dtp->dt_macros, "uid")->di_id = getuid(); in dtrace_update()
[all …]
H A Ddt_ident.h72 uint_t di_id; /* variable or subr id (see <sys/dtrace.h>) */ member
H A Ddt_proc.c1119 if (P != NULL && idp != NULL && idp->di_id == 0) in dtrace_proc_create()
1120 idp->di_id = Pstatus(P)->pr_pid; /* $target = created pid */ in dtrace_proc_create()
1131 if (P != NULL && idp != NULL && idp->di_id == 0) in dtrace_proc_grab()
1132 idp->di_id = pid; /* $target = grabbed pid */ in dtrace_proc_grab()
H A Ddt_xlator.c157 dxp->dx_souid.di_id = dxp->dx_id; in dt_xlator_create()
168 dxp->dx_ptrid.di_id = dxp->dx_id; in dt_xlator_create()
H A Ddt_lex.l298 (void) snprintf(s, sizeof (s), "%u", idp->di_id);
318 yylval.l_int = (intmax_t)(int)idp->di_id;
H A Ddt_map.c395 agg->dtagd_varid = aid->di_id; in dt_aggid_add()
H A Ddt_as.c111 dvp->dtdv_id = idp->di_id; in dt_copyvar()
H A Ddt_subr.c130 vlen = snprintf(buf, 32, "%d", idp->di_id); in dtrace_xstr2desc()
H A Ddt_printf.c71 if (idp == NULL || idp->di_id == 0) in pfcheck_uaddr()
385 pid = idp->di_id; in pfprint_uaddr()
H A Ddt_provider.c829 pit->pit_desc.dtpd_id = idp->di_id; in dt_probe_iter()
H A Ddt_open.c1069 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr, in dt_vopen()
H A Ddt_parser.c3850 "array\n", idp->di_name, idp->di_id); in dt_cook_op2()
/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy_device.h114 uint64_t di_id; member