Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 15 of 15) sorted by relevance

/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dprobeutils.c310 char *tail; in generate_crashfile() local
347 tail = cf_line(tail, "ID=", 3, hashkey, hlen); 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()
360 tail = cf_line(tail, "DATA2=", 6, data2, d2len); in generate_crashfile()
361 tail = mempcpy(tail, "_END\n", 5); in generate_crashfile()
[all …]
A Dandroid_events.c456 char *tail; in android_event_analyze() local
483 tail = (char *)mempcpy(data, vmkey, strnlen(vmkey, sizeof(vmkey))); in android_event_analyze()
484 *(tail++) = '\0'; in android_event_analyze()
485 tail = (char *)mempcpy(tail, event, strnlen(event, sizeof(event))); in android_event_analyze()
486 *(tail++) = '\0'; in android_event_analyze()
487 tail = (char *)mempcpy(tail, type, strnlen(type, sizeof(type))); in android_event_analyze()
488 *(tail++) = '\0'; in android_event_analyze()
489 *(char *)mempcpy(tail, rest, strnlen(rest, sizeof(rest))) = '\0'; in android_event_analyze()
A Dload_conf.c97 char *tail; in print() local
114 tail = buf + len; in print()
120 tail = mempcpy(tail, crash_tmp->name, in print()
122 *tail++ = ' '; in print()
125 *tail = '\0'; in print()
/misc/packaging/
A Dacrn-hypervisor.postinst37 service_vm_kernel=$(ls -tr /boot/vmlinuz-*acrn-service-vm* | tail -1)
39 service_vm_kernel=$(ls /boot/vmlinuz-* | tail -1)
48 exec tail -n +3 \$0
67 exec tail -n +3 \$0
84 exec tail -n +3 \$0
102 exec tail -n +3 \$0
A D100_ACRN31 service_vm_kernel=$(ls -tr /boot/vmlinuz-*acrn-service-vm* | tail -1)
33 service_vm_kernel=$(ls /boot/vmlinuz-* | tail -1)
39 exec tail -n +3 \$0
A Dacrn-kernel.postinst15 exec tail -n +3 \$0
/misc/debug_tools/acrn_crashlog/common/
A Dstrutils.c41 char *tail; in get_line() local
54 tail = memchr(match + str_size, '\n', in get_line()
56 if (!tail) in get_line()
61 *len = tail - p - 1; in get_line()
66 *len = tail - area; in get_line()
81 char *tail; in strlinelen() local
86 tail = memchr(str, '\n', size); in strlinelen()
87 if (tail) in strlinelen()
88 return tail - str; in strlinelen()
/misc/debug_tools/acrn_trace/
A Dsbuf.c17 return (sbuf->head == sbuf->tail); in sbuf_is_empty()
79 sbuf->head = sbuf->tail; in sbuf_clear_buffered()
A DMakefile19 GCC_MAJOR=$(shell echo __GNUC__ | $(CC) -E -x c - | tail -n 1)
20 GCC_MINOR=$(shell echo __GNUC_MINOR__ | $(CC) -E -x c - | tail -n 1)
A Dsbuf.h46 uint32_t tail; /* offset from base, to write */ member
/misc/debug_tools/acrn_log/
A DMakefile18 GCC_MAJOR=$(shell echo __GNUC__ | $(CC) -E -x c - | tail -n 1)
19 GCC_MINOR=$(shell echo __GNUC_MINOR__ | $(CC) -E -x c - | tail -n 1)
/misc/services/life_mngr/
A DMakefile18 GCC_MAJOR=$(shell echo __GNUC__ | $(CC) -E -x c - | tail -n 1)
19 GCC_MINOR=$(shell echo __GNUC_MINOR__ | $(CC) -E -x c - | tail -n 1)
/misc/debug_tools/acrn_crashlog/
A DMakefile43 GCC_MAJOR=$(shell echo __GNUC__ | $(CC) -E -x c - | tail -n 1)
44 GCC_MINOR=$(shell echo __GNUC_MINOR__ | $(CC) -E -x c - | tail -n 1)
/misc/services/acrn_manager/
A DMakefile47 GCC_MAJOR=$(shell echo __GNUC__ | $(CC) -E -x c - | tail -n 1)
48 GCC_MINOR=$(shell echo __GNUC_MINOR__ | $(CC) -E -x c - | tail -n 1)
/misc/config_tools/board_inspector/
A Dboard_inspector.py168 elem.tail = None

Completed in 15 milliseconds