Home
last modified time | relevance | path

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

/misc/debug_tools/acrn_trace/
A Dsbuf.c17 return (sbuf->head == sbuf->tail); in sbuf_is_empty()
40 from = (void *)sbuf + SBUF_HEAD_SIZE + sbuf->head; in sbuf_get()
44 sbuf->head = sbuf_next_ptr(sbuf->head, sbuf->ele_size, sbuf->size); in sbuf_get()
61 start = (void *)sbuf + SBUF_HEAD_SIZE + sbuf->head; in sbuf_write()
69 sbuf->head = sbuf_next_ptr(sbuf->head, sbuf->ele_size, sbuf->size); in sbuf_write()
79 sbuf->head = sbuf->tail; in sbuf_clear_buffered()
A Dsbuf.h45 uint32_t head; /* offset from base, to read */ member
/misc/debug_tools/acrn_crashlog/common/
A Dlog_sys.c16 char *head; in debug_log() local
34 if (asprintf(&head, "<%-20s%5d>: ", func, line) == -1) { in debug_log()
39 sd_journal_print(level, "%s%s", head, msg); in debug_log()
41 free(head); in debug_log()
/misc/services/life_mngr/
A Dlist.h8 #define list_foreach_safe(var, head, field, tvar) \ argument
9 for ((var) = LIST_FIRST((head)); \
/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dvmrecord.c117 const char * const head = in vmrecord_gen_ifnot_exists() local
135 if (overwrite_file(vmrecord->path, head) < 0) { in vmrecord_gen_ifnot_exists()
/misc/config_tools/launch_config/
A Dlaunch_script_template.sh18 …processor_id=$(grep -B 15 "apicid.*: ${i}$" /proc/cpuinfo | grep "^processor" | head -n 1 | cut -d…
/misc/config_tools/data/generic_board/sample_launch_scripts/
A Dlaunch_user_vm_id1.sh23 …processor_id=$(grep -B 15 "apicid.*: ${i}$" /proc/cpuinfo | grep "^processor" | head -n 1 | cut -d…
A Dlaunch_user_vm_id2.sh23 …processor_id=$(grep -B 15 "apicid.*: ${i}$" /proc/cpuinfo | grep "^processor" | head -n 1 | cut -d…

Completed in 12 milliseconds