Lines Matching refs:DB_PRINTSYM
2129 #define DB_PRINTSYM(name, addr) \ macro
2140 DB_PRINTSYM(open, tsw->tsw_open); in _db_show_devsw()
2141 DB_PRINTSYM(close, tsw->tsw_close); in _db_show_devsw()
2142 DB_PRINTSYM(outwakeup, tsw->tsw_outwakeup); in _db_show_devsw()
2143 DB_PRINTSYM(inwakeup, tsw->tsw_inwakeup); in _db_show_devsw()
2144 DB_PRINTSYM(ioctl, tsw->tsw_ioctl); in _db_show_devsw()
2145 DB_PRINTSYM(param, tsw->tsw_param); in _db_show_devsw()
2146 DB_PRINTSYM(modem, tsw->tsw_modem); in _db_show_devsw()
2147 DB_PRINTSYM(mmap, tsw->tsw_mmap); in _db_show_devsw()
2148 DB_PRINTSYM(pktnotify, tsw->tsw_pktnotify); in _db_show_devsw()
2149 DB_PRINTSYM(free, tsw->tsw_free); in _db_show_devsw()
2159 DB_PRINTSYM(rint, th->th_rint); in _db_show_hooks()
2160 DB_PRINTSYM(rint_bypass, th->th_rint_bypass); in _db_show_hooks()
2161 DB_PRINTSYM(rint_done, th->th_rint_done); in _db_show_hooks()
2162 DB_PRINTSYM(rint_poll, th->th_rint_poll); in _db_show_hooks()
2163 DB_PRINTSYM(getc_inject, th->th_getc_inject); in _db_show_hooks()
2164 DB_PRINTSYM(getc_capture, th->th_getc_capture); in _db_show_hooks()
2165 DB_PRINTSYM(getc_poll, th->th_getc_poll); in _db_show_hooks()
2166 DB_PRINTSYM(close, th->th_close); in _db_show_hooks()