Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c120 boolean_t from_ucontext = B_FALSE; in pt_regs() local
123 'u', MDB_OPT_SETBITS, B_TRUE, &from_ucontext, NULL) != argc) { in pt_regs()
127 if (from_ucontext) { in pt_regs()
H A Dproc_amd64dep.c165 boolean_t from_ucontext = B_FALSE; in pt_regs() local
168 'u', MDB_OPT_SETBITS, B_TRUE, &from_ucontext, NULL) != argc) { in pt_regs()
172 if (from_ucontext) { in pt_regs()