Home
last modified time | relevance | path

Searched defs:experrno (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/tests/dev/audio/
H A Daudiotest.c888 #define XP_SYS_NG(experrno, act) xp_sys_ng(__LINE__, experrno, act, #act) argument
889 bool xp_sys_ng(int line, int experrno, int act, const char *varname) in xp_sys_ng()