Searched refs:eprintf (Results 1 – 4 of 4) sorted by relevance
31 #define eprintf(_fmt, _args...) xprintf("[ERR] %s" _fmt, __FUNCTION__, ##_args) macro
202 eprintf("> Unbinding port %i failed!\n", domain->port); in destroy_domain()
650 eprintf("xenstored: error %i untranslatable", error); in send_error()1324 eprintf("Client unknown operation %i", type); in process_message()
128 | "unknown key" -> eprintf "config: unknown key %s\n" k129 | _ -> eprintf "config: %s: %s\n" k e131 | Sys_error m -> eprintf "error: config: %s\n" m;
Completed in 10 milliseconds