lmcEventLogBuf     52 drivers/net/wan/lmc/lmc_debug.c u32 lmcEventLogBuf[LMC_EVENTLOGSIZE * LMC_EVENTLOGARGS];
lmcEventLogBuf     56 drivers/net/wan/lmc/lmc_debug.c   lmcEventLogBuf[lmcEventLogIndex++] = EventNum;
lmcEventLogBuf     57 drivers/net/wan/lmc/lmc_debug.c   lmcEventLogBuf[lmcEventLogIndex++] = arg2;
lmcEventLogBuf     58 drivers/net/wan/lmc/lmc_debug.c   lmcEventLogBuf[lmcEventLogIndex++] = arg3;
lmcEventLogBuf     59 drivers/net/wan/lmc/lmc_debug.c   lmcEventLogBuf[lmcEventLogIndex++] = jiffies;
lmcEventLogBuf     43 drivers/net/wan/lmc/lmc_debug.h extern u32 lmcEventLogBuf[LMC_EVENTLOGSIZE * LMC_EVENTLOGARGS];
lmcEventLogBuf    323 drivers/net/wan/lmc/lmc_main.c 	if (copy_to_user(ifr->ifr_data + sizeof(u32), lmcEventLogBuf,
lmcEventLogBuf    324 drivers/net/wan/lmc/lmc_main.c 			 sizeof(lmcEventLogBuf)))