Searched refs:p8buf (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/ |
| H A D | drvTSP.c | 7747 char p8buf[256]; 7751 p8buf[255] = '\0'; 7766 if((tmp = snprintf(p8buf, len, "%s", p)) == 0) 7771 ULOGD("TSP", "[TSP] %s", p8buf); 7779 if((tmp = snprintf(p8buf, len, "%s", p)) == 0) 7786 ULOGD("TSP", "[TSP] %s", p8buf); 7795 if((tmp = snprintf(p8buf, len, "%s", p)) == 0) 7802 ULOGD("TSP", "[TSP] %s", p8buf);
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/ |
| H A D | drvTSP.c | 7161 char p8buf[256]; in _DumpFwMsg() local 7162 p8buf[255] = '\0'; in _DumpFwMsg() 7182 if((tmp = snprintf(p8buf, len, "%s", p)) == 0) in _DumpFwMsg() 7187 ULOGD("TSP", "[TSP] %s", p8buf); in _DumpFwMsg() 7195 if((tmp = snprintf(p8buf, len, "%s", p)) == 0) in _DumpFwMsg() 7200 ULOGD("TSP", "[TSP] %s", p8buf); in _DumpFwMsg() 7209 if((tmp = snprintf(p8buf, len, "%s", p)) == 0) in _DumpFwMsg() 7214 ULOGD("TSP", "[TSP] %s", p8buf); in _DumpFwMsg()
|