• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/

Lines Matching refs:LOC

307 #define LOC s,buf+sizeof(buf)-s
309 s = str_append(LOC,"<");
310 s = num_append(LOC,priority);
311 s = str_append(LOC,">");
313 s = str_append(LOC,zlog_default->ident);
316 s = str_append(LOC,"[");
317 s = num_append(LOC,getpid());
318 s = str_append(LOC,"]");
320 s = str_append(LOC,": ");
321 s = str_append(LOC,msg);
323 #undef LOC
342 #define LOC s,buf+sizeof(buf)-s
343 s = str_append(LOC, CRASHLOG_PREFIX);
344 s = str_append(LOC, zlog_default->ident);
345 s = str_append(LOC, ".");
346 s = str_append(LOC, CRASHLOG_SUFFIX);
347 #undef LOC
370 #define LOC s,buf+sizeof(buf)-s
375 s = str_append(LOC,zlog_proto_names[zlog_default->protocol]);
380 s = str_append(LOC,"Received signal ");
381 s = num_append(LOC,signo);
382 s = str_append(LOC," at ");
383 s = num_append(LOC,now);
385 s = str_append(LOC," (si_addr 0x");
386 s = hex_append(LOC,(u_long)(siginfo->si_addr));
389 s = str_append(LOC,", PC 0x");
390 s = hex_append(LOC,(u_long)program_counter);
392 s = str_append(LOC,"); ");
394 s = str_append(LOC,"; ");
396 s = str_append(LOC,action);
432 s = str_append (LOC, "no thread information available\n");
435 s = str_append (LOC, "in thread ");
436 s = str_append (LOC, thread_current->funcname);
437 s = str_append (LOC, " scheduled from ");
438 s = str_append (LOC, thread_current->schedfrom);
439 s = str_append (LOC, ":");
440 s = num_append (LOC, thread_current->schedfrom_line);
441 s = str_append (LOC, "\n");
464 #undef LOC
478 #define LOC s,buf+sizeof(buf)-s
504 s = str_append(LOC,"Backtrace for ");
505 s = num_append(LOC,size);
506 s = str_append(LOC," stack frames:\n");
532 s = str_append(LOC, bt[i]);
534 s = str_append(LOC,"[bt ");
535 s = num_append(LOC,i);
536 s = str_append(LOC,"] 0x");
537 s = hex_append(LOC,(u_long)(array[i]));
550 #undef LOC