Home
last modified time | relevance | path

Searched refs:d86_numopnds (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/dev/i386/
H A Ddis_tables.c2521 if (x->d86_numopnds < (uint_t)opindex + 1) in dtrace_imm_opnd()
2522 x->d86_numopnds = (uint_t)opindex + 1; in dtrace_imm_opnd()
2635 if (x->d86_numopnds < (uint_t)opindex + 1) in dtrace_get_operand()
2636 x->d86_numopnds = (uint_t)opindex + 1; in dtrace_get_operand()
2985 x->d86_numopnds = 0; in dtrace_disx86()
4471 x->d86_numopnds = 2; in dtrace_disx86()
4506 x->d86_numopnds = 2; in dtrace_disx86()
4532 x->d86_numopnds = 2; in dtrace_disx86()
4551 x->d86_numopnds = 2; in dtrace_disx86()
4654 x->d86_numopnds = 1; in dtrace_disx86()
[all …]
/xnu-8020.101.4/bsd/i386/
H A Ddis_tables.h83 uint_t d86_numopnds; member