Searched refs:tlen (Results 1 – 8 of 8) sorted by relevance
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | android_events.c | 57 int tlen; in next_vm_event() local 63 tlen = asprintf(&type, "\n%s ", syncevent); in next_vm_event() 64 if (tlen == -1) { in next_vm_event() 74 tlen = p - type; in next_vm_event() 88 if (!new || memcmp(new, type + 1, tlen - 1) || in next_vm_event() 89 *(new + tlen - 1) != ' ') { in next_vm_event() 94 new = get_line(type, (size_t)tlen, data, dlen, in next_vm_event() 246 size_t tlen = strlen(tag); in next_record() local 248 return get_line(tag, tlen, file->begin, file->size, fstart, len); in next_record()
|
| A D | probeutils.c | 303 const char *type, size_t tlen, in generate_crashfile() argument 320 !type || !tlen) in generate_crashfile() 336 filesize = fmtsize + ltlen + n + elen + hlen + tlen + d0len + d1len + in generate_crashfile() 353 tail = cf_line(tail, "TYPE=", 5, type, tlen); in generate_crashfile()
|
| A D | history.c | 359 void hist_raise_infoerror(const char *type, size_t tlen) in hist_raise_infoerror() argument 363 key = generate_event_id("ERROR", 5, type, tlen, KEY_SHORT); in hist_raise_infoerror()
|
| A D | sender.c | 392 size_t tlen; in crashlog_send_vmevent() local 408 type = strings_ind(data, dlen, 2, &tlen); in crashlog_send_vmevent() 419 tlen, vme->vm->name, vme->vm->name_len, vmkey, klen, in crashlog_send_vmevent()
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/include/ |
| A D | history.h | 30 void hist_raise_infoerror(const char *type, size_t tlen);
|
| A D | probeutils.h | 48 const char *type, size_t tlen, const char *data0,
|
| /misc/debug_tools/acrn_crashlog/common/ |
| A D | fsutils.c | 317 ssize_t append_file(const char *filename, const char *text, size_t tlen) in append_file() argument 321 if (!filename || !text || !tlen) in append_file() 328 res = write(fd, text, tlen); in append_file() 1028 size_t tlen; member 1070 .tlen = tflen, in find_file()
|
| /misc/debug_tools/acrn_crashlog/common/include/ |
| A D | fsutils.h | 99 ssize_t append_file(const char *filename, const char *text, size_t tlen);
|
Completed in 20 milliseconds