Searched refs:bcmstrbuf (Results 1 – 3 of 3) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcm_mpool_pub.h | 73 struct bcmstrbuf; 265 int bcm_mpm_dump(bcm_mpm_mgr_h mgr, struct bcmstrbuf *b); 352 int bcm_mp_dump(bcm_mp_pool_h pool, struct bcmstrbuf *b);
|
D | bcmutils.h | 68 struct bcmstrbuf { struct 832 extern void bcm_binit(struct bcmstrbuf *b, char *buf, uint size); 833 extern void bcm_bprhex(struct bcmstrbuf *b, const char *msg, bool newline, uint8 *buf, int len); 844 extern int bcm_bprintf(struct bcmstrbuf *b, const char *fmt, ...);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1994 bcm_binit(struct bcmstrbuf *b, char *buf, uint size) in bcm_binit() 2002 bcm_bprintf(struct bcmstrbuf *b, const char *fmt, ...) in bcm_bprintf() 2031 bcm_bprhex(struct bcmstrbuf *b, const char *msg, bool newline, uint8 *buf, int len) in bcm_bprhex()
|