Home
last modified time | relevance | path

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

/hypervisor/boot/guest/
A Dvboot_info.c132 uint32_t tag_len = strnlen_s(tag, MAX_MOD_TAG_LEN); in get_mod_by_tag() local
137 const char *p_chr = string + tag_len; /* point to right after the end of tag */ in get_mod_by_tag()
142 if ((str_len >= tag_len) && (strncmp(string, tag, tag_len) == 0) in get_mod_by_tag()
174 uint32_t tag_len = strnlen_s(vm_config->os_config.kernel_mod_tag, MAX_MOD_TAG_LEN); in init_vm_sw_load() local
175 const char *p_chr = string + tag_len + 1; /* point to the possible start of cmdline */ in init_vm_sw_load()
178 if (((str_len > (tag_len + 1U))) && (is_space(*(p_chr - 1))) && (!is_eol(*p_chr))) { in init_vm_sw_load()

Completed in 5 milliseconds