Searched refs:bb_info_msg (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dinfo_msg.c13 void bb_info_msg(const char *s, ...) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dsulogin.c98 bb_info_msg("Normal startup");
110 bb_info_msg("System Maintenance Mode");
H A Dchpasswd.c67 bb_info_msg("Password for '%s' changed", name);
H A Dpasswd.c238 bb_info_msg("Password for %s changed by %s", name, myname);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpc.c59 bb_info_msg("Performing a DHCP renew");
97 bb_info_msg("Unicasting a release of %s to %s",
102 bb_info_msg("Entering released state");
286 bb_info_msg("%s (v%s) started", applet_name, BB_VER);
349 bb_info_msg("No lease, forking to background");
352 bb_info_msg("No lease, failing");
406 bb_info_msg("Lease lost, entering init state");
495 bb_info_msg("Lease of %s obtained, lease time %u",
515 bb_info_msg("Received DHCP NAK");
539 bb_info_msg("Receive
[all...]
H A Ddhcpd.c65 bb_info_msg("%s (v%s) started", applet_name, BB_VER);
124 bb_info_msg("Received a SIGUSR1");
130 bb_info_msg("Received a SIGTERM");
156 bb_info_msg("Found static lease: %x", static_lease_ip);
252 bb_info_msg("Unsupported DHCP message (%02x) - ignoring", state[0]);
H A Dclientpacket.c85 bb_info_msg("Sending discover...");
105 bb_info_msg("Sending select for %s...", inet_ntoa(addr));
121 bb_info_msg("Sending renew...");
142 bb_info_msg("Sending release...");
H A Dcommon.h91 # define DEBUG(str, args...) bb_info_msg(str, ## args)
H A Dleases.c111 bb_info_msg("%s belongs to someone, reserving it for %u seconds",
H A Dserverpacket.c185 bb_info_msg("Sending OFFER of %s", inet_ntoa(addr));
234 bb_info_msg("Sending ACK to %s", inet_ntoa(addr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Ddnsd.c274 bb_info_msg("%s", (char *)from);
350 bb_info_msg("listen_interface: %s", listen_interface);
351 bb_info_msg("ttl: %d, port: %d", ttl, port);
352 bb_info_msg("fileconf: %s", fileconf);
377 bb_info_msg("Accepting UDP packets on %s",
389 bb_info_msg("Got UDP packet");
H A Dzcip.c135 bb_info_msg("%s %s %s", argv[1], intf, addr);
267 bb_info_msg("start, interface %s", intf);
H A Dtraceroute.c691 bb_info_msg("wrote %s %d chars, ret=%d", hostname, packlen, cc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Dsetfiles.c349 bb_info_msg("%s: reset %s context %s->%s",
356 bb_info_msg("relabeling %s from %s to %s", my_file, context, newcon);
358 bb_info_msg("labeling %s to %s", my_file, newcon);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c678 bb_info_msg("using filesystem type '%s' %s",
688 bb_info_msg("using filesystem type '%s' %s",
693 bb_info_msg("using filesystem type '%s' %s",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h666 extern void bb_info_msg(const char *s, ...) __attribute__ ((format (printf, 1, 2)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c283 #define info_logger(p, fmt, args...) bb_info_msg(fmt, ## args)

Completed in 189 milliseconds