Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Ddhcp.c319 static void infomsg(uint8_t infomode, char *s, ...) in infomsg() function
1213 infomsg(infomode, "Performing a DHCP renew"); in renew()
1246 infomsg( infomode, "Unicasting a release of %s to %s", inet_ntoa(temp_addr), buffer); in release()
1250 infomsg(infomode, "Entering released state"); in release()
1288 infomsg(infomode, "dhcp started"); in dhcp_main()
1343 infomsg(infomode, "Sending discover..."); in dhcp_main()
1354 infomsg(infomode, "Lease failed. Exiting"); in dhcp_main()
1358 infomsg(infomode, "Lease failed. Going Daemon mode"); in dhcp_main()
1372 infomsg(infomode, "Sending select for %d.%d.%d.%d...", in dhcp_main()
1406 infomsg(infomode, "Lease lost, entering INIT state"); in dhcp_main()
[all …]
Ddhcpd.c434 static void infomsg(uint8_t infomode, char *s, ...) in infomsg() function
510 if (errno) infomsg(infomode, "config : Invalid num %s",str); in strtou32()
512 infomsg(infomode, "config : Not a valid num %s",str); in strtou32()
573 infomsg(inf, "config : Obsolete OR Unknown Option : %s", option); in strtoopt()
665 infomsg(infomode, "config : static lease : mac not found"); in get_staticlease()
669 infomsg(infomode, "config : static lease : no ip bind to mac %s", tkmac); in get_staticlease()
677 infomsg(infomode, "config : static lease : mac address wrong format"); in get_staticlease()
1172 infomsg(infomode, "notify file: %s : not exist.", argv[0]); in run_notify()
1473 infomsg(infomode, "can't find free IP in IP Pool."); in getip_from_pool()
1529 infomsg(infomode, "can't find free IP in IPv6 Pool."); in getip6_from_pool()
[all …]
/third_party/alsa-utils/alsamixer/
Dcolors.c88 .infomsg = A_BOLD | COLOR_PAIR(6), in init_colors()
115 .infomsg = A_NORMAL, in init_colors()
Dcolors.h26 int infomsg; member
Dmixer_display.c384 wattrset(mixer_widget.window, attrs.infomsg); in display_no_controls()