/titanic_41/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat.c | 487 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 D | ioat_chan.c | 245 info->qc_id = state->is_deviceinfo.di_id; in ioat_channel_alloc()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_ident.c | 378 idp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args() 398 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args() 427 assert(dnp->dn_ident->di_id == idp->di_id); in dt_idcook_args() 625 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr, in dt_idhash_populate() 707 nextid = MAX(nextid, idp->di_id + 1); in dt_idhash_update() 833 if (lhs->di_id != rhs->di_id) in dt_idhash_comp() 834 return ((int)(lhs->di_id - rhs->di_id)); in dt_idhash_comp() 913 idp->di_id = id; in dt_ident_create()
|
H A D | dt_cg.c | 676 idp->di_id, dnp->dn_reg); in dt_cg_prearith_op() 730 instr = DIF_INSTR_STV(dt_cg_stvar(idp), idp->di_id, nreg); in dt_cg_postarith_op() 1046 dxp->dx_ident->di_id = dnp->dn_right->dn_reg; in dt_cg_asgn_op() 1108 dxp->dx_ident->di_id = 0; in dt_cg_asgn_op() 1132 idp->di_id, dnp->dn_reg); in dt_cg_asgn_op() 1171 instr = DIF_INSTR_LDV(op, dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_assoc_op() 1214 instr = DIF_INSTR_STV(stvop, dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_assoc_op() 1217 instr = DIF_INSTR_LDV(op, dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_assoc_op() 1249 if (idp->di_id == DIF_VAR_ARGS) { in dt_cg_array_op() 1271 instr = DIF_INSTR_LDA(op, idp->di_id, in dt_cg_array_op() [all …]
|
H A D | dt_cc.c | 358 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); in dt_action_clear() 407 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); in dt_action_normalize() 474 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); in dt_action_trunc() 565 fid->di_id, ((dt_idsig_t *)aid->di_data)->dis_args); in dt_action_printa() 570 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_PRINTA); in dt_action_printa() 668 boolean_t istrace = (dnp->dn_ident->di_id == DT_ACT_TRACE); in dt_action_trace() 703 if (dnp->dn_ident->di_id == DT_ACT_PRINT) { in dt_action_trace() 829 assert(dnp->dn_ident->di_id == DT_ACT_JSTACK || in dt_action_ustack_args() 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() [all …]
|
H A D | dt_module.c | 464 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() 1181 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0); in dtrace_update() 1182 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid(); in dtrace_update() 1183 dt_idhash_lookup(dtp->dt_macros, "projid")->di_id = getprojid(); in dtrace_update() [all …]
|
H A D | dt_ident.h | 74 uint_t di_id; /* variable or subr id (see <sys/dtrace.h>) */ member
|
H A D | dt_xlator.c | 157 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 D | dt_proc.c | 1119 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 D | dt_lex.l | 298 (void) snprintf(s, sizeof (s), "%u", idp->di_id); 318 yylval.l_int = (intmax_t)(int)idp->di_id;
|
H A D | dt_map.c | 395 agg->dtagd_varid = aid->di_id; in dt_aggid_add()
|
H A D | dt_as.c | 111 dvp->dtdv_id = idp->di_id; in dt_copyvar()
|
H A D | dt_subr.c | 129 vlen = snprintf(buf, 32, "%d", idp->di_id); in dtrace_xstr2desc()
|
H A D | dt_printf.c | 71 if (idp == NULL || idp->di_id == 0) in pfcheck_uaddr() 385 pid = idp->di_id; in pfprint_uaddr()
|
H A D | dt_provider.c | 829 pit->pit_desc.dtpd_id = idp->di_id; in dt_probe_iter()
|
H A D | dt_open.c | 1065 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr, in dt_vopen()
|
H A D | dt_parser.c | 3837 "array\n", idp->di_name, idp->di_id); in dt_cook_op2()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | dcopy_device.h | 116 uint64_t di_id; member
|