Home
last modified time | relevance | path

Searched refs:xp_sys_ptr (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/tests/dev/audio/
Daudiotest.c112 bool xp_sys_ptr(int, int, void *, const char *);
915 #define XP_SYS_PTR(exp, act) xp_sys_ptr(__LINE__, exp, act, #act)
916 bool xp_sys_ptr(int line, int exp, void *act, const char *varname) in xp_sys_ptr() function