Home
last modified time | relevance | path

Searched refs:logdie (Results 1 – 5 of 5) sorted by relevance

/external/vboot_reference/utility/
Ddev_debug_vboot106 logdie() { function
130 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"
/external/openssh/
Dlog.h66 void logdie(const char *, ...) __attribute__((noreturn))
Dlog.c180 logdie(const char *fmt,...) in logdie() function
Dpacket.c2119 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()
DChangeLog3331 events from LOG_CRIT by replacing fatal() calls with logdie(). Part of