| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_ident.c | 388 idp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, 408 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, 437 assert(dnp->dn_ident->di_id == idp->di_id); 635 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr, 717 nextid = MAX(nextid, idp->di_id + 1); 843 if (lhs->di_id != rhs->di_id) 844 return ((int)(lhs->di_id - rhs->di_id)); [all...] |
| dt_cg.c | 676 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...] |
| dt_cc.c | 359 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); 408 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); 475 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); 566 fid->di_id, ((dt_idsig_t *)aid->di_data)->dis_args); 571 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_PRINTA); 669 boolean_t istrace = (dnp->dn_ident->di_id == DT_ACT_TRACE); 704 if (dnp->dn_ident->di_id == DT_ACT_PRINT) { 833 assert(dnp->dn_ident->di_id == DT_ACT_JSTACK || 834 dnp->dn_ident->di_id == DT_ACT_USTACK); 836 if (dnp->dn_ident->di_id == DT_ACT_JSTACK) [all...] |
| dt_module.c | 521 if (idp != NULL && idp->di_id != 0) 522 dmp->dm_pid = idp->di_id; 1088 sip->dts_id = idp->di_id; 1480 * Look up all the macro identifiers and set di_id to the latest value. 1481 * This code collaborates with dt_lex.l on the use of di_id. We will 1484 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid(); 1485 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid(); 1486 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid(); 1487 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid(); 1488 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0) [all...] |
| dt_ident.h | 74 uint_t di_id; /* variable or subr id (see <sys/dtrace.h>) */ member in struct:dt_ident
|
| dt_proc.c | 1188 if (P != NULL && idp != NULL && idp->di_id == 0) { 1190 idp->di_id = Pstatus(P)->pr_pid; /* $target = created pid */ 1192 idp->di_id = proc_getpid(P); /* $target = created pid */ 1205 if (P != NULL && idp != NULL && idp->di_id == 0) 1206 idp->di_id = pid; /* $target = grabbed pid */
|
| dt_xlator.c | 157 dxp->dx_souid.di_id = dxp->dx_id; 168 dxp->dx_ptrid.di_id = dxp->dx_id;
|
| dt_as.c | 111 dvp->dtdv_id = idp->di_id;
|
| dt_map.c | 412 agg->dtagd_varid = aid->di_id;
|
| dt_printf.c | 74 if (idp == NULL || idp->di_id == 0) 394 pid = idp->di_id;
|
| dt_provider.c | 831 pit->pit_desc.dtpd_id = idp->di_id;
|
| dt_subr.c | 145 vlen = snprintf(buf, 32, "%d", idp->di_id);
|
| dt_open.c | 1419 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr,
|
| dt_parser.c | 3843 "array\n", idp->di_name, idp->di_id);
|
| /src/sys/arch/i386/pnpbios/ |
| pnpbiosreg.h | 137 uint32_t di_id; /* dock station id */ member in struct:pnpdockinfo
|
| pnpbios.c | 476 pnpbios_id_to_string(di.di_id, idstr);
|