Searched refs:VPRINTF (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | zm.c | 168 VPRINTF(9,("zgethex: %02X", c)); in zgethex() 244 VPRINTF(2,(_("Bad escape sequence %x"), c)); in zdlread2() 333 VPRINTF(3,("zsbhdr: %s %lx", frametypes[type+FTOFFSET], rclhdr(hdr))); in zsbhdr() 389 VPRINTF(3,("zshhdr: %s %lx", frametypes[(type & 0x7f)+FTOFFSET], rclhdr(hdr))); in zshhdr() 432 VPRINTF(3,("zsdata: %lu %s", (unsigned long) length, in zsdata() 455 VPRINTF(3,("zsdat32: %d %s", (u32)length, Zendnames[(frameend-ZCRCE)&3])); in zsda32() 578 VPRINTF(3,("zrdata: %lu %s", (unsigned long) (*bytes_received), in zrdata() 638 VPRINTF(3,("zrdat32: %lu %s", (unsigned long) *bytes_received, in zrdat32() 777 VPRINTF(3,("zgethdr: %s %lx", frametypes[c+FTOFFSET], (unsigned long) rxpos)); in zgethdr() 779 VPRINTF(3,("zgethdr: %d %lx", c, (unsigned long) rxpos)); in zgethdr() [all …]
|
| H A D | zglobal.h | 403 #define VPRINTF(level,format_args) do {if ((Verbose)>=(level)) \ macro
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | cve-2018-10195.patch | 13 VPRINTF(3,("zsdata: %lu %s", (unsigned long) length,
|