Searched refs:opcnt (Results 1 – 4 of 4) sorted by relevance
374 int opcnt = prefix.pf_opcode_length_table[opcode]; in _dwarf_internal_printlines() local378 "not understood.", opcode, opcnt); in _dwarf_internal_printlines()380 for (oc = 0; oc < opcnt; oc++) { in _dwarf_internal_printlines()
436 int opcnt = prefix.pf_opcode_length_table[opcode]; in _dwarf_update_line_sec() local438 for (oc = 0; oc < opcnt; oc++) { in _dwarf_update_line_sec()
565 int opcnt = prefix.pf_opcode_length_table[opcode]; in _dwarf_internal_srclines() local567 for (oc = 0; oc < opcnt; oc++) { in _dwarf_internal_srclines()
1030 uint_t opcnt = 1; in hat_switch() local1045 ++opcnt; in hat_switch()1047 if (HYPERVISOR_mmuext_op(t, opcnt, &retcnt, DOMID_SELF) < 0) in hat_switch()1049 ASSERT(retcnt == opcnt); in hat_switch()