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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.c384 idp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr,
402 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr,
430 assert(dnp->dn_ident->di_id == idp->di_id);
628 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr,
710 nextid = MAX(nextid, idp->di_id + 1);
836 if (lhs->di_id != rhs->di_id)
837 return ((int)(lhs->di_id - rhs->di_id));
[all...]
H A Ddt_module.c810 sip->dts_id = idp->di_id;
963 * Look up all the macro identifiers and set di_id to the latest value.
964 * This code collaborates with dt_lex.l on the use of di_id. We will
967 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid();
968 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid();
969 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid();
970 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid();
971 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0);
972 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid();
973 dt_idhash_lookup(dtp->dt_macros, "projid")->di_id
[all...]
H A Ddt_cg.c661 idp->di_id, dnp->dn_reg);
717 instr = DIF_INSTR_STV(dt_cg_stvar(idp), idp->di_id, nreg);
1035 dxp->dx_ident->di_id = dnp->dn_right->dn_reg;
1098 dxp->dx_ident->di_id = 0;
1122 idp->di_id, dnp->dn_reg);
1162 instr = DIF_INSTR_LDV(op, dnp->dn_ident->di_id, dnp->dn_reg);
1205 instr = DIF_INSTR_STV(stvop, dnp->dn_ident->di_id, dnp->dn_reg);
1208 instr = DIF_INSTR_LDV(op, dnp->dn_ident->di_id, dnp->dn_reg);
1245 if (idp->di_id == DIF_VAR_ARGS) {
1267 instr = DIF_INSTR_LDA(op, idp->di_id,
[all...]
H A Ddt_cc.c373 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT);
422 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT);
489 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT);
580 fid->di_id, ((dt_idsig_t *)aid->di_data)->dis_args);
585 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_PRINTA);
769 assert(dnp->dn_ident->di_id == DT_ACT_JSTACK ||
770 dnp->dn_ident->di_id == DT_ACT_USTACK);
772 if (dnp->dn_ident->di_id == DT_ACT_JSTACK) {
781 assert(dnp->dn_ident->di_id == DT_ACT_USTACK);
988 switch (dnp->dn_expr->dn_ident->di_id) {
[all...]
H A Ddt_ident.h76 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.c1082 if (P != NULL && idp != NULL && idp->di_id == 0)
1083 idp->di_id = Pstatus(P)->pr_pid; /* $target = created pid */
1094 if (P != NULL && idp != NULL && idp->di_id == 0)
1095 idp->di_id = pid; /* $target = grabbed pid */
H A Ddt_as.c113 dvp->dtdv_id = idp->di_id;
H A Ddt_map.c372 agg->dtagd_varid = aid->di_id;
H A Ddt_printf.c81 if (idp == NULL || idp->di_id == 0)
397 pid = idp->di_id;
H A Ddt_provider.c814 pit->pit_desc.dtpd_id = idp->di_id;
H A Ddt_subr.c140 vlen = snprintf(buf, 32, "%d", idp->di_id);
H A Ddt_open.c1133 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr,
H A Ddt_parser.c3766 "array\n", idp->di_name, idp->di_id);
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c1899 (void) snprintf(s, sizeof (s), "%u", idp->di_id);
1922 yylval.l_int = (intmax_t)(int)idp->di_id;

Completed in 100 milliseconds