Searched defs:from_ucontext (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c114 boolean_t from_ucontext = B_FALSE; local
117 'u', MDB_OPT_SETBITS, B_TRUE, &from_ucontext, NULL) != argc) {
121 if (from_ucontext) {
H A Dproc_amd64dep.c159 boolean_t from_ucontext = B_FALSE; local
162 'u', MDB_OPT_SETBITS, B_TRUE, &from_ucontext, NULL) != argc) {
166 if (from_ucontext) {

Completed in 62 milliseconds