Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dconsole.c195 static int console_tstc(int file) in console_tstc() function
264 static inline int console_tstc(int file) in console_tstc() function
326 console_tstc(file); in fgetc()
328 if (console_tstc(file)) in fgetc()
347 return console_tstc(file); in ftstc()