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