Home
last modified time | relevance | path

Searched refs:bb_error_msg (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/package/busybox/
H A D0005-halt-Support-rebooting-with-arg.patch33 + bb_error_msg("Caught signal %d", sig);
54 + bb_error_msg("Waiting for SIGTERM");
60 + bb_error_msg("Ready to reboot");
66 + bb_error_msg("Rebooting with arg(%s)", arg);
/OK3568_Linux_fs/buildroot/package/makedevs/
H A Dmakedevs.c56 void bb_error_msg(const char *s, ...) in bb_error_msg() function
535 bb_error_msg("line %d invalid: '%s'\n", linenum, line); in main()
617 bb_error_msg("line %d: Unsupported file type %c", linenum, type); in main()
/OK3568_Linux_fs/u-boot/net/
H A Dlink_local.c241 bb_error_msg("iface %s is down", eth_get_name()); in link_local_receive_arp()