Searched refs:dprintf (Results 1 - 25 of 74) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddi_dbg.h35 extern void (*dprintf)(char*, ...);
H A Ddebuglib.c30 static DIVA_DI_PRINTF dprintf; variable
34 DIVA_DI_PRINTF dprintf = no_printf; variable
103 dprintf("\000\377", &myDriverDebugHandle) ;
117 dprintf("%s: Cannot log to old maint driver !", drvName) ;
H A Dmessage.c41 #define dprintf macro
401 dbug(1,dprintf("bad len"));
410 dbug(1,dprintf("invalid ctrl"));
418 dbug(1,dprintf("plci=%x",msg->header.plci));
452 dbug(0,dprintf("Q-FULL1(msg) - len=%d write=%d read=%d wrap=%d free=%d",
469 dbug(1,dprintf("DATA_B3 REQ wrong length %d", msg->header.length));
494 dbug(0,dprintf("Q-FULL2(data) - pending=%d/%d ack_pending=%d/%d",
504 dbug(0,dprintf("Q-FULL3(requeue)"));
523 dbug(1,dprintf("enqueue msg(0x%04x,0x%x,0x%x) - len=%d write=%d read=%d wrap=%d free=%d",
551 dbug(1,dprintf("co
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Ddhcp6c.c260 dprintf(LOG_ERR, "failed to allocate memory");
266 dprintf(LOG_ERR,
284 dprintf(LOG_ERR, "failed to allocate memory");
289 dprintf(LOG_ERR,
307 dprintf(LOG_ERR, "failed to allocate memory");
313 dprintf(LOG_ERR,
370 dprintf(LOG_ERR, "%s" "failed to parse configuration file",
412 dprintf(LOG_ERR, "if_nametoindex(%s)", device);
418 dprintf(LOG_ERR, "%s" "failed to get a DUID", FNAME);
427 dprintf(LOG_DEBU
[all...]
H A Dconfig.c71 dprintf(LOG_INFO, "Set User-class [%s]", user_class);
93 dprintf(LOG_ERR, "%s"
103 dprintf(LOG_ERR, "%s" "failed to copy ifname", FNAME);
116 dprintf(LOG_INFO, "%s" "%s:%d "
154 dprintf(LOG_INFO, "%s" "%s:%d "
163 dprintf(LOG_INFO, "%s" "%s:%d "
172 dprintf(LOG_ERR, "%s" "%s:%d "
182 dprintf(LOG_ERR, "%s" "%s:%d "
192 dprintf(LOG_ERR, "%s" "%s:%d "
202 dprintf(LOG_ER
[all...]
H A Dresolv_token.l55 #define YYABORT(msg) dprintf(LOG_ERR, msg " %s lineno %d.", \
111 dprintf(LOG_DEBUG, "parse domain name %s", domainname->name);
131 dprintf(LOG_DEBUG, "parse name server %s", in6addr2str(&addr, 0));
134 dprintf(LOG_ERR, "%s" "failed to add a DNS server", FNAME);
166 dprintf(LOG_ERR, "%s"
171 dprintf(LOG_ERR, "%s"
180 dprintf(LOG_ERR, "resolv_parse: fopen(%s): %s",
186 dprintf(LOG_ERR, "lstat resolv.conf file failed");
190 dprintf(LOG_ERR, "resolv_parse: fdopen(%s): %s",
197 dprintf(LOG_ER
[all...]
H A Ddhcp6s.c237 dprintf(LOG_ERR, "%s" "failed to parse lease file",
249 dprintf(LOG_ERR, "failed to allocate memory %s", strerror(errno));
257 dprintf(LOG_ERR, "%s" "failed to parse addr configuration file",
299 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
305 dprintf(LOG_ERR, "%s" "socket(insock): %s",
312 dprintf(LOG_ERR, "%s"
320 dprintf(LOG_ERR, "%s"
327 dprintf(LOG_ERR, "%s" "dhcp6s: bind(insock): %s",
338 dprintf(LOG_ERR, "%s" "getaddrinfo: %s",
347 dprintf(LOG_ER
[all...]
H A Dradvd_token.l61 #define YYABORT(msg) dprintf(LOG_ERR, msg " %s lineno %d.", \
164 dprintf(LOG_INFO, "update radvd.conf with DHCPv6 prefixes");
195 dprintf(LOG_DEBUG, "remove DHCPv6 assgined prefix in radvd.conf");
258 dprintf(LOG_ERR, "%s"
263 dprintf(LOG_ERR, "%s"
272 dprintf(LOG_ERR, "radvd_parse: fopen(%s): %s",
278 dprintf(LOG_ERR, "lstat radvd.conf file failed");
282 dprintf(LOG_ERR, "radvd_parse: fdopen(%s): %s",
289 dprintf(LOG_ERR, "%s"
294 dprintf(LOG_ER
[all...]
H A Dserver6_addr.c108 dprintf(LOG_ERR, "%s" "failed to allocate memory", FNAME);
120 dprintf(LOG_INFO, "%s" "address for %s has been used",
130 dprintf(LOG_INFO, "%s" "no leases are added for duid %s iaid %u",
136 dprintf(LOG_ERR, "%s" "failed to hash_add an iaidaddr %u for client duid %s",
142 dprintf(LOG_DEBUG, "%s" "hash_add an iaidaddr %u for client duid %s",
148 dprintf(LOG_ERR, "%s" "failed to add a timer for iaid %u",
174 dprintf(LOG_ERR, "%s" "failed to remove an iaid %u", FNAME,
181 dprintf(LOG_ERR, "%s" "failed to remove an iaid %u from hash",
187 dprintf(LOG_DEBUG, "%s" "removed iaidaddr %u", FNAME,
203 dprintf(LOG_DEBU
[all...]
H A Dclient6_addr.c121 dprintf(LOG_INFO, " T1 time is greater than T2 time");
129 dprintf(LOG_ERR, "%s" "failed to copy server ID %s",
140 dprintf(LOG_WARNING,
159 dprintf(LOG_ERR, "%s" "failed to add a new addr lease %s",
202 dprintf(LOG_INFO, "renew time %d, rebind time %d",
215 dprintf(LOG_ERR, "%s" "failed to add a timer for iaid %u",
244 dprintf(LOG_DEBUG, "%s" "try to add address %s", FNAME,
250 dprintf(LOG_ERR, "%s" "not successful status code for %s is %s", FNAME,
256 dprintf(LOG_ERR, "%s" "invalid address life time for %s",
261 dprintf(LOG_ER
[all...]
H A Dserver6_parse.y152 dprintf(LOG_DEBUG, "interface definition for %s is ok", ifnetwork->name);
172 dprintf(LOG_ERR, "duplicate interface definition for %s",
180 dprintf(LOG_ERR, "failed to allocate memory");
189 dprintf(LOG_ERR, "get device %s linklocal failed", ifnetwork->name);
197 dprintf(LOG_ERR, "this device %s doesn't exist.", $2);
243 dprintf(LOG_ERR, "failed to allocate memory");
253 dprintf(LOG_ERR, "duplicate link definition for %s", $2);
299 dprintf(LOG_ERR, "relay must be defined under link");
304 dprintf(LOG_ERR, "failed to allocate memory");
333 dprintf(LOG_ER
[all...]
H A Dlease_token.l77 #define YYABORT(msg) dprintf(LOG_ERR, msg " %s lineno %d.", \
262 dprintf(LOG_ERR, "parse an invalid lease %s/%d within line %d",
269 dprintf(LOG_DEBUG, "now : %ld; offset: %ld ", now.time, offset);
271 dprintf(LOG_INFO, "This lease addr %s/%d has been expired.",
279 dprintf(LOG_INFO, "This lease addr %s/%d is invalid. Removing.",
296 dprintf(LOG_DEBUG, "hash add client iaidaddr type %d for "
308 dprintf(LOG_DEBUG, "%s"
316 dprintf(LOG_DEBUG, "%s" "remove old lease %s/%d", FNAME,
332 dprintf(LOG_ERR, "%s" "failed to allocate memory", FNAME);
341 dprintf(LOG_ER
[all...]
H A Dcommon.c158 dprintf(LOG_NOTICE, "%s" "duplicated interface: %s",
164 dprintf(LOG_ERR, "%s" "malloc failed", FNAME);
172 dprintf(LOG_ERR, "%s" "failed to copy ifname", FNAME);
177 dprintf(LOG_ERR, "%s" "invalid interface(%s): %s", FNAME,
183 dprintf(LOG_ERR, "%s" "failed to get link ID for %s",
314 dprintf(LOG_ERR, "%s" "failed to allocate memory for list "
331 dprintf(LOG_ERR, "%s" "unexpected list value type (%d)",
347 dprintf(LOG_ERR, "%s" "failed to allocate memory for an event",
358 dprintf(LOG_DEBUG, "%s" "create an event %p xid %d for state %d",
367 dprintf(LOG_DEBU
2522 dprintf(int level, const char *fmt, ...) function
[all...]
H A Dhash.c42 extern void dprintf(int, const char *, ...)
45 extern void dprintf __P((int, const char *, ...));
58 dprintf(LOG_ERR, "Couldn't allocate hash table");
79 dprintf(LOG_ERR, "Could not malloc hashlist_element");
87 dprintf(LOG_DEBUG, "hash_add: duplicated item");
151 dprintf(LOG_ERR, "couldn't grow hash table");
H A Ddad_token.l51 #define YYABORT(msg) dprintf(LOG_ERR, msg " %s lineno %d.", \
110 dprintf(LOG_ERR, "parse address failed");
127 dprintf(LOG_INFO, "duplicated ipv6 address %s detected",
153 dprintf(LOG_ERR, "failed to allocate memory");
167 dprintf(LOG_INFO,
194 dprintf(LOG_ERR, "dad_parse: fopen(%s): %s",
H A Dnetlink.c119 dprintf(LOG_DEBUG, "get prefix address %s", addr);
120 dprintf(LOG_DEBUG, "get prefix plen %d",rtm->rtm_dst_len);
123 dprintf(LOG_DEBUG, "prefix route life time is %d\n",
141 dprintf(LOG_DEBUG, "get_if_flags called");
171 dprintf(LOG_DEBUG,
174 dprintf(LOG_DEBUG,
196 dprintf(LOG_DEBUG, "open_netlink_socket called");
203 dprintf(LOG_ERR, "netlink bind error");
221 dprintf(LOG_DEBUG, "netlink_send_rtmsg called");
254 dprintf(LOG_DEBU
[all...]
H A Dlease.c75 dprintf(LOG_DEBUG, "%s" "inet_ntop %s", FNAME, strerror(errno));
94 dprintf(LOG_DEBUG, "%s" "inet_ntop %s", FNAME, strerror(errno));
117 dprintf(LOG_INFO, "%s" "write lease fflush failed %s",
122 dprintf(LOG_INFO, "%s" "write lease fsync failed %s",
136 dprintf(LOG_ERR, "%s" "could not open sync file", FNAME);
145 dprintf(LOG_ERR, "%s" "write lease failed", FNAME);
156 dprintf(LOG_ERR, "%s" "write lease failed", FNAME);
162 dprintf(LOG_ERR, "%s" "Could not rename sync file", FNAME);
166 dprintf(LOG_ERR, "%s" "could not open sync file", FNAME);
184 dprintf(LOG_ER
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegaudiodecheader.c93 dprintf(s->avctx, "layer%d, %d Hz, %d kbits/s, ",
98 dprintf(s->avctx, "ms-");
100 dprintf(s->avctx, "i-");
102 dprintf(s->avctx, "stereo");
104 dprintf(s->avctx, "mono");
106 dprintf(s->avctx, "\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dr3d.c46 dprintf(s, "atom %d %.4s offset %#llx\n",
64 dprintf(s, "version %d.%d\n", tmp, tmp2);
67 dprintf(s, "unknown1 %d\n", tmp);
73 dprintf(s, "filenum %d\n", tmp);
81 dprintf(s, "unknown2 %d\n", tmp);
87 dprintf(s, "audio channels %d\n", tmp);
100 dprintf(s, "filename %s\n", filename);
101 dprintf(s, "resolution %dx%d\n", st->codec->width, st->codec->height);
102 dprintf(s, "timescale %d\n", st->time_base.den);
103 dprintf(
[all...]
H A Dmxf.h65 #define PRINT_KEY(pc, s, x) dprintf(pc, "%s %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X\n", s, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/bfs/
H A Dfile.c15 #define dprintf(x...) printf(x) macro
17 #define dprintf(x...) macro
50 dprintf("%08lx-%08lx->%08lx\n", start, end, where);
53 dprintf("failed to move block %08lx -> %08lx\n", i, where + i);
75 dprintf("c=%d, b=%08lx, phys=%09lx (granted)\n",
85 dprintf("c=%d, b=%08lx, phys=%08lx (interim block granted)\n",
98 dprintf("c=%d, b=%08lx, phys=%08lx (simple extension)\n",
115 dprintf("failed to move ino=%08lx -> fs corruption\n", inode->i_ino);
121 dprintf("c=%d, b=%08lx, phys=%08lx (moved)\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/libbridge/
H A Dlibbridge_init.c78 dprintf("no class /sys/class/net\n");
84 dprintf("Can't read devices from sysfs\n");
114 dprintf("Get bridge indices failed: %s\n",
121 dprintf("get find name for ifindex %d\n",
175 dprintf("list ports for bridge:'%s' failed: %s\n",
186 dprintf("can't find name for ifindex:%d\n",
221 dprintf("path=%s\n", path);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dudhcpc.c75 dprintf("done\n");
123 dprintf("done\n");
139 dprintf("done\n");
192 dprintf("done\n");
238 dprintf("done\n");
254 dprintf("done\n");
H A Dservices.c97 dprintf("%s %s %s %s\n",
142 dprintf("done\n");
169 dprintf("done\n");
220 dprintf("done\n");
232 dprintf("done\n");
258 dprintf("done\n");
600 dprintf("nsa_only mode, ignore nsa_server!\n");
622 dprintf("nsa_only mode, ignore killall nsa_server!\n");
645 dprintf("done\n");
654 dprintf("don
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dhttp.c76 dprintf("wget: null server input\n");
107 dprintf("Connecting to %s:%u...\n", host, port);
116 dprintf("connected!\n");
134 dprintf("HTTP request sent, awaiting response...\n");
136 dprintf("%s", line);
148 dprintf("%s", line);

Completed in 137 milliseconds

123