Searched refs:di_id (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy_device.h116 uint64_t di_id; member in struct:dcopy_device_info_s
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat.c487 state->is_deviceinfo.di_id = (uint64_t)pci_config_get16(handle, 0);
488 state->is_deviceinfo.di_id = state->is_deviceinfo.di_id << 16;
491 state->is_deviceinfo.di_id |= (uint64_t)pci_config_get16(handle, 2);
492 state->is_deviceinfo.di_id = state->is_deviceinfo.di_id << 32;
495 state->is_deviceinfo.di_id |= (uint64_t)state->is_cbver;
H A Dioat_chan.c245 info->qc_id = state->is_deviceinfo.di_id;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c378 idp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr,
398 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr,
427 assert(dnp->dn_ident->di_id == idp->di_id);
625 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr,
707 nextid = MAX(nextid, idp->di_id + 1);
833 if (lhs->di_id != rhs->di_id)
834 return ((int)(lhs->di_id - rhs->di_id));
[all...]
H A Ddt_cg.c676 idp->di_id, dnp->dn_reg);
730 instr = DIF_INSTR_STV(dt_cg_stvar(idp), idp->di_id, nreg);
1046 dxp->dx_ident->di_id = dnp->dn_right->dn_reg;
1108 dxp->dx_ident->di_id = 0;
1132 idp->di_id, dnp->dn_reg);
1171 instr = DIF_INSTR_LDV(op, dnp->dn_ident->di_id, dnp->dn_reg);
1214 instr = DIF_INSTR_STV(stvop, dnp->dn_ident->di_id, dnp->dn_reg);
1217 instr = DIF_INSTR_LDV(op, dnp->dn_ident->di_id, dnp->dn_reg);
1249 if (idp->di_id == DIF_VAR_ARGS) {
1271 instr = DIF_INSTR_LDA(op, idp->di_id,
[all...]
H A Ddt_cc.c358 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT);
407 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT);
474 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT);
565 fid->di_id, ((dt_idsig_t *)aid->di_data)->dis_args);
570 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_PRINTA);
668 boolean_t istrace = (dnp->dn_ident->di_id == DT_ACT_TRACE);
703 if (dnp->dn_ident->di_id == DT_ACT_PRINT) {
829 assert(dnp->dn_ident->di_id == DT_ACT_JSTACK ||
830 dnp->dn_ident->di_id == DT_ACT_USTACK);
832 if (dnp->dn_ident->di_id
[all...]
H A Ddt_module.c464 if (idp != NULL && idp->di_id != 0)
465 dmp->dm_pid = idp->di_id;
996 sip->dts_id = idp->di_id;
1173 * Look up all the macro identifiers and set di_id to the latest value.
1174 * This code collaborates with dt_lex.l on the use of di_id. We will
1177 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid();
1178 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid();
1179 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid();
1180 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid();
1181 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id
[all...]
H A Ddt_ident.h74 uint_t di_id; /* variable or subr id (see <sys/dtrace.h>) */ member in struct:dt_ident
H A Ddt_xlator.c157 dxp->dx_souid.di_id = dxp->dx_id;
168 dxp->dx_ptrid.di_id = dxp->dx_id;
H A Ddt_proc.c1119 if (P != NULL && idp != NULL && idp->di_id == 0)
1120 idp->di_id = Pstatus(P)->pr_pid; /* $target = created pid */
1131 if (P != NULL && idp != NULL && idp->di_id == 0)
1132 idp->di_id = pid; /* $target = grabbed pid */
H A Ddt_as.c111 dvp->dtdv_id = idp->di_id;
H A Ddt_map.c395 agg->dtagd_varid = aid->di_id;
H A Ddt_printf.c71 if (idp == NULL || idp->di_id == 0)
385 pid = idp->di_id;
H A Ddt_provider.c829 pit->pit_desc.dtpd_id = idp->di_id;
H A Ddt_subr.c129 vlen = snprintf(buf, 32, "%d", idp->di_id);
H A Ddt_open.c1065 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr,
H A Ddt_parser.c3837 "array\n", idp->di_name, idp->di_id);

Completed in 122 milliseconds