Searched refs:cf_line (Results 1 – 1 of 1) sorted by relevance
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | probeutils.c | 281 static char *cf_line(char *dest, const char *k, size_t klen, const char *v, in cf_line() function 346 tail = cf_line(buf, "EVENT=", 6, event, elen); in generate_crashfile() 347 tail = cf_line(tail, "ID=", 3, hashkey, hlen); in generate_crashfile() 348 tail = cf_line(tail, "DEVICEID=", 9, guuid, strnlen(guuid, UUID_SIZE)); in generate_crashfile() 349 tail = cf_line(tail, "DATE=", 5, datetime, ltlen); in generate_crashfile() 350 tail = cf_line(tail, "UPTIME=", 7, uptime, n); in generate_crashfile() 351 tail = cf_line(tail, "BUILD=", 6, gbuildversion, in generate_crashfile() 353 tail = cf_line(tail, "TYPE=", 5, type, tlen); in generate_crashfile() 356 tail = cf_line(tail, "DATA0=", 6, data0, d0len); in generate_crashfile() 358 tail = cf_line(tail, "DATA1=", 6, data1, d1len); in generate_crashfile() [all …]
|
Completed in 4 milliseconds