Lines Matching refs:trapnum
2096 int trapnum;
2099 trapnum = (intptr_t)vep->ve_args;
2101 trapnum = (intptr_t)sep->se_data;
2103 if (trapnum == KMT_TRAP_ALL)
2105 else if (trapnum == KMT_TRAP_NOTENUM)
2108 name = kmt_trapname(trapnum);
2326 kmt_add_trap(mdb_tgt_t *t, int trapnum, int spec_flags, mdb_tgt_se_f *func,
2331 if (trapnum != KMT_TRAP_ALL && trapnum != KMT_TRAP_NOTENUM) {
2332 if (trapnum < 0 || trapnum > kmt->kmt_trapmax) {
2337 BT_SET(kmt->kmt_trapmap, trapnum);
2341 (void *)(uintptr_t)trapnum, no_ve_dtor));