Searched refs:barf_perror (Results 1 – 6 of 6) sorted by relevance
38 barf_perror("Opening pid file %s", pidfile); in write_pidfile()46 barf_perror("Writing pid file %s", pidfile); in write_pidfile()58 barf_perror("Failed to fork daemon"); in daemonize()67 barf_perror("Failed to fork daemon"); in daemonize()73 barf_perror("Failed to chdir"); in daemonize()83 barf_perror("Could not open /dev/null\n"); in finish_daemonize()94 barf_perror("pipe"); in init_pipe()
258 barf_perror("Failed to read from event fd"); in handle_event()264 barf_perror("Failed to write to event fd"); in handle_event()630 barf_perror("Failed to allocate domain handle"); in domain_init()634 barf_perror("Failed to open connection to hypervisor"); in domain_init()640 barf_perror("Failed to allocate domain gnttab handle"); in domain_init()651 barf_perror("Failed to open evtchn device"); in domain_init()654 barf_perror("Failed to initialize dom0 state"); in domain_init()657 barf_perror("Failed to bind to domain exception virq port"); in domain_init()781 barf_perror("Could not find time (clock_gettime failed)"); in wrl_gettime_now()
1548 barf_perror("Could not create tdbname"); in setup_structure()1817 barf_perror("No memory when creating sockets"); in init_sockets()1820 barf_perror("Could not create socket"); in init_sockets()1826 barf_perror("Could not create socket"); in init_sockets()1850 barf_perror("Could not chmod sockets"); in init_sockets()1854 barf_perror("Could not listen on sockets"); in init_sockets()2046 barf_perror("Poll failed"); in main()2059 barf_perror("read failed"); in main()2067 barf_perror("sock poll failed"); in main()2077 barf_perror("ro sock poll failed"); in main()[all …]
27 void barf_perror(const char *fmt, ...) __attribute__((noreturn));
44 void barf_perror(const char *fmt, ...) in barf_perror() function
49 barf_perror("Could not open %s", argv[1]); in main()
Completed in 12 milliseconds