Searched refs:__xuname (Results 1 – 1 of 1) sorted by relevance
847 INTERCEPTOR(int, __xuname, int size, void *utsname) { in INTERCEPTOR() argument849 int res = REAL(__xuname)(size, utsname); in INTERCEPTOR()854 #define MSAN_INTERCEPT_UNAME INTERCEPT_FUNCTION(__xuname)