audiotest.c | 80 void xp_errx(int, int, const char *, ...) __printflike(3, 4) __dead; 224 xp_errx(int code, int line, const char *fmt, ...) function in typeref:typename:void 630 xp_errx(1, __LINE__, "requnit < 0 not implemented."); 1116 xp_errx(1, __LINE__, "rump doesn't support munmap"); 2602 xp_errx(1, __LINE__, "unknown prot %x\n", prot);
|