HomeSort by relevance Sort by last modified time
    Searched defs:bcmstrbuf (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 64 struct bcmstrbuf { struct
679 extern void bcm_binit(struct bcmstrbuf *b, char *buf, uint size);
680 extern int bcm_bprintf(struct bcmstrbuf *b, const char *fmt, ...);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 65 struct bcmstrbuf { struct
742 extern void bcm_binit(struct bcmstrbuf *b, char *buf, uint size);
743 extern void bcm_bprhex(struct bcmstrbuf *b, const char *msg, bool newline, uint8 *buf, int len);
754 extern int bcm_bprintf(struct bcmstrbuf *b, const char *fmt, ...);

Completed in 29 milliseconds