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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca.c152 static char mlogbuf[MLOGBUF_SIZE]; variable
189 /* Copy the output into mlogbuf */
191 /* mlogbuf was abandoned, use printk directly instead. */
198 mlogbuf[mlogbuf_end] = *p;
205 mlogbuf[mlogbuf_end] = '\0';
223 /* Get output from mlogbuf */
233 *p = mlogbuf[index];
295 "buffered to mlogbuf and will be printed later.\n");

Completed in 51 milliseconds