Lines Matching refs:string
51 static void print(u16 *string) in print() argument
53 cout->output_string(cout, string); in print()
61 static void error(u16 *string) in error() argument
64 print(string); in error()
189 static bool starts_with(u16 *string, u16 *keyword) in starts_with() argument
191 for (; *keyword; ++string, ++keyword) { in starts_with()
192 if (*string != *keyword) in starts_with()
238 u16 *string; in print_info() local
240 string = device_path_to_text->convert_device_path_to_text( in print_info()
242 if (!string) { in print_info()
246 print(string); in print_info()