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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Dusb_hotplug.c438 char log_buf[256]; local
520 sprintf(log_buf, "[USB device attached] The USB storage device %s (%s) is attached to the router,", curUsbDev[i].devName, curUsbDev[i].volumeName);
521 ambitWriteLog(log_buf, strlen(log_buf), LOG_EVENT_USB_ATTACH);
593 char log_buf[256]; local
607 sprintf(log_buf, "[USB device detached] The USB storage device %s (%s) is removed from the router,", curUsbDev[i].devName, curUsbDev[i].volumeName);
608 ambitWriteLog(log_buf, strlen(log_buf), LOG_EVENT_USB_DETACH);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dmin_osl.c165 static char log_buf[LOG_BUF_LEN]; variable
191 *((char *)OSL_UNCACHED(&log_buf[idx])) = (char)c;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Ddbg.c50 static struct print_buf log_buf = { NULL, 0, NULL, NULL }; variable in typeref:struct:print_buf
51 struct print_buf *TIPC_LOG = &log_buf;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dprintk.c81 * logbuf_lock protects log_buf, log_start, log_end, con_start and logged_chars
88 #define LOG_BUF(idx) (log_buf[(idx) & LOG_BUF_MASK])
91 * The indices into log_buf are not constrained to log_buf_len - they
94 static unsigned long log_start; /* Index into log_buf: next char to be read by syslog() */
95 static unsigned long con_start; /* Index into log_buf: next char to be sent to consoles */
96 static unsigned long log_end; /* Index into log_buf: most-recently-written-char + 1 */
138 static char *log_buf = __log_buf; variable
161 log_buf = new_log_buf;
166 log_buf[dest_idx] = __log_buf[start & (__LOG_BUF_LEN - 1)];
478 * Call the console drivers on a range of log_buf
[all...]

Completed in 85 milliseconds