Lines Matching defs:void
44 extern void memcpy16(void *dst, const void *src, unsigned int len);
49 static void elog_putchar(struct bcm_elog *elog, unsigned char c)
70 static void elog_unsigned_num(struct bcm_elog *elog, unsigned long unum,
89 static void elog_string(struct bcm_elog *elog, const char *str)
98 int bcm_elog_init(void *base, uint32_t size, unsigned int level)
128 void bcm_elog_exit(void)
145 int bcm_elog_copy_log(void *dst, uint32_t max_size)
175 memcpy16(dst, (const void *)elog->base, len + BCM_ELOG_HEADER_LEN);
185 void bcm_elog(const char *fmt, ...)