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

  /src/tests/dev/audio/
audiotest.c 104 void xp_skip(int, const char *, ...) __printflike(2, 3);
784 * XP_SKIP() should be called when you want to skip this test.
785 * If caller already count up testcount, call xp_skip() instead.
787 #define XP_SKIP(fmt...) do { \
789 xp_skip(__LINE__, fmt); \
791 void xp_skip(int line, const char *fmt, ...) function in typeref:typename:void
1842 XP_SKIP("Multiple open is not supported");
1847 XP_SKIP("Operation not allowed on this hardware property");
1994 XP_SKIP("Multiple open is not supported");
1999 XP_SKIP("NetBSD8 cannot determine device name")
    [all...]

Completed in 14 milliseconds