Lines Matching refs:_cdebbuf
385 static _cdebbuf *bufprint(_cdebbuf *cdb, char *fmt, ...) in bufprint()
424 static _cdebbuf *printstructlen(_cdebbuf *cdb, u8 *m, unsigned len) in printstructlen()
448 static _cdebbuf *printstruct(_cdebbuf *cdb, u8 *m) in printstruct()
466 static _cdebbuf *protocol_message_2_pars(_cdebbuf *cdb, _cmsg *cmsg, int level) in protocol_message_2_pars()
529 static _cdebbuf *g_debbuf;
533 static _cdebbuf *cdebbuf_alloc(void) in cdebbuf_alloc()
535 _cdebbuf *cdb; in cdebbuf_alloc()
541 cdb = kmalloc(sizeof(_cdebbuf), GFP_ATOMIC); in cdebbuf_alloc()
562 void cdebbuf_free(_cdebbuf *cdb) in cdebbuf_free()
584 _cdebbuf *capi_message2str(u8 *msg) in capi_message2str()
586 _cdebbuf *cdb; in capi_message2str()
624 g_debbuf = kmalloc(sizeof(_cdebbuf), GFP_KERNEL); in cdebug_init()
652 static _cdebbuf g_debbuf = {"CONFIG_CAPI_TRACE not enabled", NULL, 0, 0};
654 _cdebbuf *capi_message2str(u8 *msg) in capi_message2str()
659 _cdebbuf *capi_cmsg2str(_cmsg *cmsg) in capi_cmsg2str()
664 void cdebbuf_free(_cdebbuf *cdb) in cdebbuf_free()