Lines Matching defs:instr
2019 fasttrap_instr_query_t instr;
2024 if (copyin((void *)arg, &instr, sizeof (instr)) != 0)
2029 pid_t pid = instr.ftiq_pid;
2052 index = FASTTRAP_TPOINTS_INDEX(instr.ftiq_pid, instr.ftiq_pc);
2057 if (instr.ftiq_pid == tp->ftt_pid &&
2058 instr.ftiq_pc == tp->ftt_pc &&
2070 bcopy(&tp->ftt_instr, &instr.ftiq_instr,
2071 sizeof (instr.ftiq_instr));
2074 if (copyout(&instr, (void *)arg, sizeof (instr)) != 0)