Searched refs:logdie (Results 1 – 5 of 5) sorted by relevance
106 logdie() { function130 logdie "can't find these programs: $missing"308 logdie "Can't read BIOS at all. Giving up."316 "GBB" || logdie "Unable to extract keys from GBB"352 [ -n "${kernparts}" ] || logdie "No kernels found"
66 void logdie(const char *, ...) __attribute__((noreturn))
180 logdie(const char *fmt,...) in logdie() function
2119 logdie("Connection closed by %s", remote_id); in sshpkt_fatal()2121 logdie("Connection %s %s timed out", in sshpkt_fatal()2124 logdie("Disconnected from %s", remote_id); in sshpkt_fatal()2127 logdie("Connection reset by %s", remote_id); in sshpkt_fatal()2135 logdie("Unable to negotiate with %s: %s. " in sshpkt_fatal()2141 logdie("%s%sConnection %s %s: %s", in sshpkt_fatal()
3331 events from LOG_CRIT by replacing fatal() calls with logdie(). Part of