Home
last modified time | relevance | path

Searched refs:tlen (Results 1 – 8 of 8) sorted by relevance

/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dandroid_events.c57 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 Dprobeutils.c303 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 Dhistory.c359 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 Dsender.c392 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 Dhistory.h30 void hist_raise_infoerror(const char *type, size_t tlen);
A Dprobeutils.h48 const char *type, size_t tlen, const char *data0,
/misc/debug_tools/acrn_crashlog/common/
A Dfsutils.c317 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 Dfsutils.h99 ssize_t append_file(const char *filename, const char *text, size_t tlen);

Completed in 20 milliseconds