Home
last modified time | relevance | path

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

/hypervisor/boot/guest/
A Dvboot_info.c137 const char *p_chr = string + tag_len; /* point to right after the end of tag */ in get_mod_by_tag() local
143 && (is_space(*p_chr) || is_eol(*p_chr))) { in get_mod_by_tag()
175 const char *p_chr = string + tag_len + 1; /* point to the possible start of cmdline */ in init_vm_sw_load() local
178 if (((str_len > (tag_len + 1U))) && (is_space(*(p_chr - 1))) && (!is_eol(*p_chr))) { in init_vm_sw_load()
180 p_chr, (MAX_BOOTARGS_SIZE - 1U)); in init_vm_sw_load()

Completed in 5 milliseconds