Lines Matching refs:POP
151 acf = (acf_t)POP(DS); in paren_debug()
179 d = POP(DS); in debug()
181 acf = (acf_t)POP(DS); in debug()
332 d = POP(DS); in undebug()
334 acf = (acf_t)POP(DS); in undebug()
1046 len = POP(DS); in dump()
1047 data = (uchar_t *)POP(DS); in dump()
1158 acf_t save_acf = (acf_t)POP(DS); in paren_see()
1383 d = POP(DS); in see()
1413 acf_t acf = (acf_t)POP(DS); in dot_calls()
1422 fstack_t d = POP(DS); in dot_pci_space()
1515 int size = POP(DS); in memory_watch()
1516 void *addr = (void *)POP(DS); in memory_watch()
1524 int size = POP(DS); in memory_watch_value()
1525 void *addr = (void *)POP(DS); in memory_watch_value()
1526 fstack_t value = POP(DS); in memory_watch_value()
1541 int size = POP(DS); in vsearch()
1542 fstack_t match_value = POP(DS); in vsearch()
1543 uchar_t *toaddr = (uchar_t *)POP(DS); in vsearch()
1544 uchar_t *fromaddr = (uchar_t *)POP(DS); in vsearch()