HomeSort by: relevance | last modified time | path
    Searched defs:xp_errx (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/dev/audio/
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);
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);

Completed in 29 milliseconds