Searched refs:eprintf (Results 1 – 5 of 5) sorted by relevance
42 #define eprintf(_fmt, _args...) xprintf("[ERR] %s" _fmt, __FUNCTION__, ##_args) macro
1055 eprintf("xenstored: error %i untranslatable", error); in send_error()2062 eprintf("Client unknown operation %i", type); in process_message()
612 eprintf("> Unbinding port %i failed!\n", domain->port); in destroy_domain()
134 | "unknown key" -> eprintf "config: unknown key %s\n" k135 | _ -> eprintf "config: %s: %s\n" k e138 | Sys_error m -> eprintf "error: config: %s\n" m;
106 let debug = Printf.eprintf
Completed in 16 milliseconds