Searched refs:userString (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/kernel/
H A Ddebug.h233 extern void _user_debug_output(const char *userString);
/haiku/src/system/kernel/debug/
H A Ddebug.cpp2307 _user_debug_output(const char* userString) argument
2312 if (!IS_USER_ADDRESS(userString))
2319 length = user_strlcpy(string, userString, sizeof(string));
2324 userString += toWrite;

Completed in 26 milliseconds