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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c4512 int is_g = (rd_num == R_G0 || local
4517 if (is_g && PTL_GETXREGS(t, tid, &xrs) == 0 &&
4586 int is_g = (rd_num == R_G0 || local
4591 if ((is_g || is_o) && PTL_GETXREGS(t, tid, &xrs) == 0 &&
4593 if (is_g) {

Completed in 59 milliseconds