Searched refs:DPRINTFF (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/tests/dev/audio/ |
H A D | audiotest.c | 577 #define DPRINTFF(line, fmt...) do { \ macro 985 DPRINTFF(line, "open(\"%s\", %s)", name, modestr); in debug_open() 994 DPRINTFF(line, "write(%d, %p, %zd)", fd, addr, len); in debug_write() 1003 DPRINTFF(line, "read(%d, %p, %zd)", fd, addr, len); in debug_read() 1024 DPRINTFF(line, "ioctl(%d, %s, %s)", fd, namestr, addrbuf); in debug_ioctl() 1037 DPRINTFF(line, "fcntl(%d, %s)", fd, namestr); in debug_fcntl() 1051 DPRINTFF(line, "close(%d)", fd); in debug_close() 1104 DPRINTFF(line, "mmap(%p, %zd, %s, %s, %d, %jd)", in debug_mmap() 1118 DPRINTFF(line, "munmap(%p, %d)", ptr, len); in debug_munmap() 1148 DPRINTFF(line, "poll(%s, %d, %d)", buf, nfd, timeout); in debug_poll() [all …]
|