Searched refs:showbufc (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/usr.bin/kdump/ |
H A D | kdump.h | 22 void showbufc(int _column, unsigned char *_dp, size_t _len, int _flags);
|
H A D | ktrstruct.c | 723 showbufc(basecol + sizeof("promise=") - 1, in ktrstruct() 727 showbufc(basecol + sizeof("execpromise=") - 1, in ktrstruct() 731 showbufc(basecol + sizeof("flags=") - 1, in ktrstruct()
|
H A D | kdump.c | 1225 showbufc(basecol, (unsigned char *)cp, len, VIS_DQ | VIS_TAB | VIS_NL); in ktrnamei() 1229 showbufc(int col, unsigned char *dp, size_t datalen, int flags) in showbufc() function 1331 showbufc(7, dp, datalen, 0); in showbuf() 1462 showbufc(col, (unsigned char *)ptr, l, VIS_DQ|VIS_TAB|VIS_NL); in ktrexec()
|