Home
last modified time | relevance | path

Searched refs:perror_msg_and_die (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c80 static void perror_msg_and_die(const char *s, ...) in perror_msg_and_die() function
95 perror_msg_and_die("%s", path); in xfopen()
470 perror_msg_and_die("%s", rootdir); in parse_devtable()
473 perror_msg_and_die("%s", rootdir); in parse_devtable()
527 perror_msg_and_die(optarg); in main()
540 perror_msg_and_die(optarg); in main()
/openbmc/u-boot/common/
H A Dcli_hush.c1688 if (pipe(pipefds)<0) perror_msg_and_die("pipe");
2666 if (pipe(channel)<0) perror_msg_and_die("pipe");
2669 perror_msg_and_die("fork");