Searched refs:LOG (Results 1 - 25 of 28) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/samba/examples/genlogon/
H A Dgenlogon.pl27 open LOG, ">>/var/log/samba/netlogon.log";
28 print LOG "$mon/$mday/$year $hour:$min:$sec - User $ARGV[0] logged into $ARGV[1]\n";
29 close LOG;
/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Ddebug.h13 # define LOG(level, str, args...) do { printf(str, ## args); \ macro
26 # define LOG(level, str, args...) do { printf("%s, ", level); \ macro
35 # define DEBUG(level, str, args...) LOG(level, str, ## args)
H A Ddhcpc.c129 LOG(LOG_INFO, "Performing a DHCP renew");
167 LOG(LOG_INFO, "Unicasting a release of %s to %s",
172 LOG(LOG_INFO, "Entering released state");
193 LOG(LOG_ERR, "Could not send signal: %s",
311 LOG(LOG_INFO, "udhcp client (v%s) started", VERSION);
359 LOG(LOG_ERR, "FATAL: couldn't listen on socket, %s", strerror(errno));
389 LOG(LOG_INFO, "No lease, forking to background.");
392 LOG(LOG_INFO, "No lease, failing.");
446 LOG(LOG_INFO, "Lease lost, entering init state");
516 LOG(LOG_ER
[all...]
H A Ddhcpd.c73 LOG(LOG_ERR, "Could not send signal: %s",
101 LOG(LOG_INFO, "udhcp server (v%s) started", VERSION);
152 LOG(LOG_ERR, "FATAL: couldn't create server socket, %s", strerror(errno));
183 LOG(LOG_INFO, "Received a SIGUSR1");
189 LOG(LOG_INFO, "Received a SIGTERM");
215 LOG(LOG_ERR, "send OFFER failed");
300 LOG(LOG_WARNING, "unsupported DHCP message (%02x) -- ignoring", state[0]);
H A Dpidfile.c39 LOG(LOG_ERR, "Unable to open pidfile %s: %s\n",
H A Dsocket.c65 LOG(LOG_ERR, "SIOCGIFADDR failed, is the interface up and configured?: %s",
75 LOG(LOG_ERR, "SIOCGIFINDEX failed!: %s", strerror(errno));
83 LOG(LOG_ERR, "SIOCGIFHWADDR failed!: %s", strerror(errno));
87 LOG(LOG_ERR, "socket failed!: %s", strerror(errno));
H A Dfiles.c188 LOG(LOG_ERR, "unable to open config file: %s", file);
212 LOG(LOG_ERR, "unable to parse '%s'", orig);
231 LOG(LOG_INFO, "Unable to open %s for writing", server_config.lease_file);
238 LOG(LOG_INFO, "L:%d %x\n", i, leases[i].expires);
267 LOG(LOG_ERR, "Unable to open %s for reading", file);
277 LOG(LOG_WARNING, "Too many leases while loading %s\n", file);
330 LOG(LOG_ERR, "Unable to open %s for loading", file);
340 LOG(LOG_WARNING, "Too many leases while loading %s\n", file);
H A Dclientpacket.c61 LOG(LOG_WARNING, "Could not load seed from /dev/urandom: %s",
142 LOG(LOG_DEBUG, "Sending select for %s...", inet_ntoa(addr));
160 LOG(LOG_DEBUG, "Sending renew...");
181 LOG(LOG_DEBUG, "Sending release...");
251 LOG(LOG_ERR, "received bogus message (bad magic) -- ignoring");
H A Darpping.c49 LOG(LOG_ERR, "Could not open raw socket");
54 LOG(LOG_ERR, "Could not setsocketopt on raw socket");
H A Doptions.c78 LOG(LOG_WARNING, "bogus packet, option fields too long.");
83 LOG(LOG_WARNING, "bogus packet, option fields too long.");
94 LOG(LOG_WARNING, "bogus packet, option fields too long.");
142 LOG(LOG_ERR, "Option 0x%02x did not fit into the packet!", string[OPT_CODE]);
H A Dserverpacket.c152 LOG(LOG_WARNING, "no IP addresses to give -- OFFER abandoned");
157 LOG(LOG_WARNING, "lease pool is full -- OFFER abandoned");
184 LOG(LOG_INFO, "sending OFFER of %s", inet_ntoa(addr));
232 LOG(LOG_INFO, "sending ACK to %s", inet_ntoa(addr));
H A Dleases.c168 LOG(LOG_INFO, "%s belongs to someone, reserving it for %ld seconds",
H A Dpacket.c65 LOG(LOG_ERR, "received bogus message, ignoring");
H A Dscript.c224 LOG(LOG_ERR, "script %s failed: %s",
/asus-wl-520gu-7.0.1.45/src/router/iproute2/examples/
H A Ddhcp-client-script22 LOG () { function
23 echo LOG $* ;
131 LOG DelINETAddr $*
136 LOG ifconfig $addrid down
152 LOG AddINETAddr $*
164 LOG ifconfig $addrid $2 $mask_arg $brd_arg up
175 LOG AddDefaultRoutes $*
177 LOG route add default gw $router
190 LOG DelDefaultRoutes $*
193 LOG rout
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinit.c129 static const int LOG = 0x1; variable
189 * Device may be bitwise-or'd from LOG | CONSOLE */
200 if (device & LOG) {
228 if ((device & LOG) && (log_fd >= 0)) {
386 message(LOG | CONSOLE,
391 message(LOG, "console=%s\n", console);
466 message(LOG | CONSOLE, "device '%s' does not exist.\n",
470 message(LOG | CONSOLE, "Bummer, can't open %s\r\n", terminal);
520 message(LOG | CONSOLE, "malloc failed");
538 message(LOG, "Waitin
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp.c130 #define LOG(name,value) syslog(LOG_NOTICE, name "\n", stats .value) macro
131 LOG("rx accepted = %d", rx_accepted);
132 LOG("rx lost = %d", rx_lost);
133 LOG("rx under win = %d", rx_underwin);
134 LOG("rx over win = %d", rx_overwin);
135 LOG("rx buffered = %d", rx_buffered);
136 LOG("rx OS errors = %d", rx_errors);
137 LOG("rx truncated = %d", rx_truncated);
138 LOG("rx invalid = %d", rx_invalid);
139 LOG("r
146 #undef LOG macro
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dslogn.S256 |--ENTRY POINT FOR LOG(X) FOR DENORMALIZED INPUT
319 |--ENTRY POINT FOR LOG(X) FOR X FINITE, NON-ZERO, NOT NAN'S
336 blt LOGNEG | ...LOG OF NEGATIVE ARGUMENT IS INVALID
345 |--THE IDEA IS THAT LOG(X) = K*LOG2 + LOG(Y)
346 |-- = K*LOG2 + LOG(F) + LOG(1 + (Y-F)/F).
348 |--LOG(1+U) CAN BE VERY EFFICIENT.
357 lea LOGTBL,%a0 | ...BASE ADDRESS OF 1/F AND LOG(F)
388 |--LOG(
[all...]
H A Dstwotox.S331 |--USUAL CASE, 2^(-70) <= |X| <= 16480 LOG 2 / LOG 10
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dcpia_pp.c534 LOG("port is not ECP capable\n");
540 LOG("failed to allocate camera structure\n");
549 LOG("failed to parport_register_device\n");
562 LOG("failed to cpia_register_camera\n");
645 LOG ("unable to register with parport\n");
673 LOG("bad port specifier `%s'\n", parport[n]);
703 LOG("too many ports, %s ignored.\n", str);
H A Dcpia.h389 #define LOG(fmt,args...) ALOG((__LINE__),KERN_INFO __FILE__":"__FUNCTION__"(%d):"fmt,##args) macro
H A Dcpia.c1325 LOG("Unable to initialise /proc/cpia\n");
1530 LOG("bad videosize value: %d\n", cam->video_size);
1748 LOG("%x - failed\n", command);
1903 LOG("header not found\n");
1909 LOG("wrong video size\n");
1915 LOG("illegal subtype %d\n",ibuf[17]);
1921 LOG("illegal yuvorder %d\n",ibuf[18]);
1929 LOG("illegal compression %d\n",ibuf[28]);
1936 LOG("decimation not supported\n");
1962 LOG("Insufficien
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A DMakefile3 # PF_EXT_SLIB:=ah conntrack dscp ecn esp helper icmp length limit mac mark multiport owner pkttype standard state tcp tcpmss tos ttl udp unclean DNAT DSCP ECN LOG MARK MASQUERADE MIRROR REDIRECT REJECT SAME SNAT TCPMSS TOS ULOG
4 PF_EXT_SLIB:=tcp udp mac standard state SNAT DNAT MASQUERADE TCPMSS LOG autofw MARK mark time limit tcpmss icmp length REDIRECT tos conntrack helper webstr
5 PF6_EXT_SLIB:=eui64 icmpv6 length limit mac mark multiport owner standard tcp udp LOG MARK
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/DocBook/
H A DMakefile156 LOG := $(patsubst %.sgml, %.log, $(BOOKS)) macro
162 rm -f $(DVI) $(AUX) $(TEX) $(LOG) $(OUT)
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dgetqueue.h86 EXTERN const char * LOG DEFINE( = "log" ); variable

Completed in 227 milliseconds

12