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

/xnu-2782.1.97/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...]
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dfbt.c82 int ndx; local
88 ndx = FBT_ADDR2NDX(fbt->fbtp_patchpoint);
90 hash = fbt_probetab[ndx];
101 fbt_probetab[ndx] = fbt->fbtp_hashnext;
H A Dsdt.c177 int ndx; local
199 ndx = SDT_ADDR2NDX(sdp->sdp_patchpoint);
201 hash = sdt_probetab[ndx];
212 sdt_probetab[ndx] = sdp->sdp_hashnext;
H A Ddtrace.c2285 uint32_t i, ndx, size, fsize; local
2400 ndx = hashval % agb->dtagb_hashsize;
2402 for (key = agb->dtagb_hash[ndx]; key != NULL; key = key->dtak_next) {
2520 key->dtak_next = agb->dtagb_hash[ndx];
2521 agb->dtagb_hash[ndx] = key;
2997 uint64_t ndx)
3004 ndx = v - DIF_VAR_ARG0;
3011 if (ndx >= sizeof (mstate->dtms_arg) /
3024 mstate->dtms_probe->dtpr_arg, ndx, aframes);
3026 else if (mstate->dtms_probe->dtpr_id == dtrace_probeid_error && ndx
2996 dtrace_dif_variable(dtrace_mstate_t *mstate, dtrace_state_t *state, uint64_t v, uint64_t ndx) argument
6479 int ndx; local
6652 int size = hash->dth_size, i, ndx; local
6684 int ndx = hashval & hash->dth_mask; local
6723 int ndx = hashval & hash->dth_mask; local
6738 int ndx = hashval & hash->dth_mask; local
6752 int ndx = DTRACE_HASHSTR(hash, probe) & hash->dth_mask; local
8624 int ndx; local
9348 uint16_t ndx, len = strlen(str) + 1; local
[all...]
H A Dfasttrap.c1171 int i, ndx; local
1182 ndx = (probe->ftp_argmap != NULL) ?
1186 for (i = 0; i < ndx; i++) {
/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c731 1 /* ndx */, -1 /* offset */, DTRACEFLT_UPRIV);
824 uint16_t sel, ndx, type;
855 ndx = SELTOIDX(sel);
862 if (ndx > p->p_ldtlimit)
865 desc = p->p_ldt + ndx;
868 if (ndx >= NGDT)
871 desc = cpu_get_gdt() + ndx;
1048 1 /* ndx */, -1 /* offset */, DTRACEFLT_UPRIV);
1590 1 /* ndx */, -1 /* offset */, DTRACEFLT_UPRIV);

Completed in 53 milliseconds