Lines Matching refs:_cdebbuf
569 static _cdebbuf *bufprint(_cdebbuf *cdb, char *fmt, ...) in bufprint()
608 static _cdebbuf *printstructlen(_cdebbuf *cdb, u8 *m, unsigned len) in printstructlen()
632 static _cdebbuf *printstruct(_cdebbuf *cdb, u8 *m) in printstruct()
650 static _cdebbuf *protocol_message_2_pars(_cdebbuf *cdb, _cmsg *cmsg, int level) in protocol_message_2_pars()
713 static _cdebbuf *g_debbuf;
717 static _cdebbuf *cdebbuf_alloc(void) in cdebbuf_alloc()
719 _cdebbuf *cdb; in cdebbuf_alloc()
725 cdb = kmalloc(sizeof(_cdebbuf), GFP_ATOMIC); in cdebbuf_alloc()
746 void cdebbuf_free(_cdebbuf *cdb) in cdebbuf_free()
768 _cdebbuf *capi_message2str(u8 *msg) in capi_message2str()
770 _cdebbuf *cdb; in capi_message2str()
814 _cdebbuf *capi_cmsg2str(_cmsg *cmsg) in capi_cmsg2str()
816 _cdebbuf *cdb; in capi_cmsg2str()
839 g_debbuf = kmalloc(sizeof(_cdebbuf), GFP_KERNEL); in cdebug_init()
867 static _cdebbuf g_debbuf = {"CONFIG_CAPI_TRACE not enabled", NULL, 0, 0};
869 _cdebbuf *capi_message2str(u8 *msg) in capi_message2str()
874 _cdebbuf *capi_cmsg2str(_cmsg *cmsg) in capi_cmsg2str()
879 void cdebbuf_free(_cdebbuf *cdb) in cdebbuf_free()