Searched refs:got_pc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_ia32util.c197 int got_pc = (gsp->kregs[KREG_EIP] != 0); local
265 if (got_pc && func(arg, pc, argc, fr.fr_argv, &gregs) != 0)
287 got_pc = (pc != 0);
H A Dmdb_amd64util.c204 int got_pc = (gsp->kregs[KREG_RIP] != 0); local
375 if (got_pc && func(arg, pc, argc, fr_argv, &gregs) != 0)
397 got_pc = (pc != 0);
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dmdb_v9util.c257 int got_pc = (gsp->kregs[KREG_PC] != 0); local
279 if (got_pc && func(arg, kregs[KREG_PC], 6, argv, &gregs) != 0)
286 got_pc |= (kregs[KREG_PC] != 0);
H A Dkvm_v7dep.c156 int got_pc = (gsp->kregs[KREG_PC] != 0); local
169 if (got_pc && func(arg, kregs[KREG_PC], 6, argv, &gregs) != 0)
176 got_pc |= (kregs[KREG_PC] != 0);

Completed in 62 milliseconds