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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibvo-amrwbenc.c51 char log_buf[200]; local
62 snprintf(log_buf, sizeof(log_buf), "bitrate not supported: use one of ");
64 av_strlcatf(log_buf, sizeof(log_buf), "%.2fk, ", rates[i] / 1000.f);
65 av_strlcatf(log_buf, sizeof(log_buf), "using %.2fk", rates[best] / 1000.f);
66 av_log(log_ctx, AV_LOG_WARNING, "%s\n", log_buf);
H A Dlibopencore-amr.c60 char log_buf[200]; local
71 snprintf(log_buf, sizeof(log_buf), "bitrate not supported: use one of ");
73 av_strlcatf(log_buf, sizeof(log_buf), "%.2fk, ", rates[i].rate / 1000.f);
74 av_strlcatf(log_buf, sizeof(log_buf), "using %.2fk", rates[best].rate / 1000.f);
75 av_log(log_ctx, AV_LOG_WARNING, "%s\n", log_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvo-amrwbenc.c58 char log_buf[200]; local
69 snprintf(log_buf, sizeof(log_buf), "bitrate not supported: use one of ");
71 av_strlcatf(log_buf, sizeof(log_buf), "%.2fk, ", rates[i] / 1000.f);
72 av_strlcatf(log_buf, sizeof(log_buf), "using %.2fk", rates[best] / 1000.f);
73 av_log(log_ctx, AV_LOG_WARNING, "%s\n", log_buf);
H A Dlibopencore-amr.c158 char log_buf[200]; local
169 snprintf(log_buf, sizeof(log_buf), "bitrate not supported: use one of ");
171 av_strlcatf(log_buf, sizeof(log_buf), "%.2fk, ", rates[i].rate / 1000.f);
172 av_strlcatf(log_buf, sizeof(log_buf), "using %.2fk", rates[best].rate / 1000.f);
173 av_log(log_ctx, AV_LOG_WARNING, "%s\n", log_buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvmm.c90 memset(vcpu->arch.log_buf, 0, VMM_LOG_LEN);
92 r = vsnprintf(vcpu->arch.log_buf, VMM_LOG_LEN, fmt, args);
H A Dkvm-ia64.c511 printk("VMM: %s", vcpu->arch.log_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlog009.tcl28 set log_buf [expr $pagesize * 2]
29 set log_max [expr $log_buf * 4]
33 -log_buffer $log_buf -log_max $log_max -txn -home $testdir"
H A Drep055.tcl84 set log_buf [expr $pagesize * 2]
85 set log_max [expr $log_buf * 4]
90 -log_buffer $log_buf -log_max $log_max -errpfx MASTER \
98 -log_buffer $log_buf -log_max $log_max -errpfx CLIENT \
H A Dlog007.tcl25 set log_buf [expr $log_max * 2]
38 -log_inmemory -log_buffer $log_buf -log_max $log_max"
H A Drep033.tcl82 set log_buf [expr $pagesize * 2]
83 set log_max [expr $log_buf * 4]
88 -log_buffer $log_buf -log_max $log_max $envargs \
96 -log_buffer $log_buf -log_max $log_max $envargs \
H A Drep039.tcl171 set log_buf [expr $pagesize * 2]
172 set log_max [expr $log_buf * 4]
180 -log_buffer $log_buf -log_max $log_max -errpfx SITE_A \
190 set log_arg "-log_buffer $log_buf"
200 -log_buffer $log_buf -log_max $log_max -errpfx SITE_C \
H A Drep075.tcl91 set log_buf [expr $pagesize * 2]
92 set log_max [expr $log_buf * 4]
93 set m_logargs " -log_buffer $log_buf "
94 set c_logargs " -log_buffer $log_buf "
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dprintk.c103 * logbuf_lock protects log_buf, log_start, log_end, con_start and logged_chars
110 #define LOG_BUF(idx) (log_buf[(idx) & LOG_BUF_MASK])
113 * The indices into log_buf are not constrained to log_buf_len - they
116 static unsigned log_start; /* Index into log_buf: next char to be read by syslog() */
117 static unsigned con_start; /* Index into log_buf: next char to be sent to consoles */
118 static unsigned log_end; /* Index into log_buf: most-recently-written-char + 1 */
165 static char *log_buf = __log_buf; variable
181 VMCOREINFO_SYMBOL(log_buf);
207 log_buf = new_log_buf;
212 log_buf[dest_id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Ddbg.c57 static struct print_buf log_buf = { NULL, 0, NULL, 1 }; variable in typeref:struct:print_buf
58 struct print_buf *const TIPC_LOG = &log_buf;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dusb_hotplug.c477 char log_buf[256]; local
559 sprintf(log_buf, "[USB device attached] The USB storage device %s (%s) is attached to the router,", curUsbDev[i].devName, curUsbDev[i].volumeName);
560 ambitWriteLog(log_buf, strlen(log_buf), LOG_EVENT_USB_ATTACH);
635 char log_buf[256]; local
649 sprintf(log_buf, "[USB device detached] The USB storage device %s (%s) is removed from the router,", curUsbDev[i].devName, curUsbDev[i].volumeName);
650 ambitWriteLog(log_buf, strlen(log_buf), LOG_EVENT_USB_DETACH);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dmin_osl.c486 static char log_buf[LOG_BUF_LEN]; variable
512 *((char *)OSL_UNCACHED(&log_buf[idx])) = (char)c;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dkvm_host.h448 char log_buf[VMM_LOG_LEN]; member in struct:kvm_vcpu_arch

Completed in 231 milliseconds