Searched refs:OSFPutStringHookType (Results 1 – 2 of 2) sorted by relevance
70 typedef void (*OSFPutStringHookType)(int type, int console, const char *str); typedef210 void OS_SetFPutStringHook( OSFPutStringHookType func );225 OSFPutStringHookType OS_GetFPutStringHook(void);
121 static OSFPutStringHookType OSi_FPutStringHook = NULL;1504 void OS_SetFPutStringHook( OSFPutStringHookType func ) in OS_SetFPutStringHook()1518 OSFPutStringHookType OS_GetFPutStringHook(void) in OS_GetFPutStringHook()