Searched refs:ndx (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/mach/
H A Dport_obj.h61 int ndx; \
65 ndx = MACH_PORT_INDEX(pname); \
66 port_obj_table[ndx].pos_value = (value); \
67 port_obj_table[ndx].pos_type = (type); \
80 int ndx; \
84 ndx = MACH_PORT_INDEX(pname); \
85 assert(ndx > 0); \
86 assert(ndx < port_obj_table_size); \
87 port_obj_table[ndx].pos_value = (value); \
88 port_obj_table[ndx]
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfbt.c78 int ndx; local
84 ndx = FBT_ADDR2NDX(fbt->fbtp_patchpoint);
86 hash = fbt_probetab[ndx];
97 fbt_probetab[ndx] = fbt->fbtp_hashnext;
H A Dsdt.c172 int ndx; local
190 ndx = SDT_ADDR2NDX(sdp->sdp_patchpoint);
192 hash = sdt_probetab[ndx];
203 sdt_probetab[ndx] = sdp->sdp_hashnext;
H A Ddtrace.c2190 uint32_t i, ndx, size, fsize;
2305 ndx = hashval % agb->dtagb_hashsize;
2307 for (key = agb->dtagb_hash[ndx]; key != NULL; key = key->dtak_next) {
2425 key->dtak_next = agb->dtagb_hash[ndx];
2426 agb->dtagb_hash[ndx] = key;
2950 uint64_t ndx)
2957 ndx = v - DIF_VAR_ARG0;
2964 if (ndx >= sizeof (mstate->dtms_arg) /
2979 mstate->dtms_probe->dtpr_arg, ndx, aframes);
2982 else if (mstate->dtms_probe->dtpr_id == dtrace_probeid_error && ndx
[all...]
H A Dfasttrap.c1202 int i, ndx; local
1213 ndx = (probe->ftp_argmap != NULL) ?
1217 for (i = 0; i < ndx; i++) {
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c741 1 /* ndx */, -1 /* offset */, DTRACEFLT_UPRIV);
834 uint16_t sel, ndx, type;
865 ndx = SELTOIDX(sel);
872 if (ndx > p->p_ldtlimit)
875 desc = p->p_ldt + ndx;
878 if (ndx >= NGDT)
881 desc = cpu_get_gdt() + ndx;
1058 1 /* ndx */, -1 /* offset */, DTRACEFLT_UPRIV);
1600 1 /* ndx */, -1 /* offset */, DTRACEFLT_UPRIV);

Completed in 121 milliseconds