Searched refs:string (Results 1 – 7 of 7) sorted by relevance
135 const char *string = (char *)hpa2hva((uint64_t)(mods + i)->string); in get_mod_by_tag() local136 uint32_t str_len = strnlen_s(string, MAX_MOD_TAG_LEN); in get_mod_by_tag()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()172 const char *string = (char *)hpa2hva((uint64_t)mod->string); in init_vm_sw_load() local173 uint32_t str_len = strnlen_s(string, MAX_BOOTARGS_SIZE); in init_vm_sw_load()175 const char *p_chr = string + tag_len + 1; /* point to the possible start of cmdline */ in init_vm_sw_load()
45 (void)strncpy_s((void *)(abi->mods[mbi_mod_idx].string), MAX_MOD_STRING_SIZE, in mb2_mods_to_abi()91 str = ((struct multiboot2_tag_string *)mb2_tag)->string; in multiboot2_to_acrn_bi()105 str = ((struct multiboot2_tag_string *)mb2_tag)->string; in multiboot2_to_acrn_bi()
57 (void)strncpy_s((void *)(abi->mods[i].string), MAX_MOD_STRING_SIZE, in multiboot_to_acrn_bi()
31 const char string[MAX_MOD_STRING_SIZE]; member
217 char string[0]; member
167 LIB_C_SRCS += lib/string.c
473 * Deprecate hex string DHE constants MBEDTLS_DHM_RFC3526_MODP_2048_P etc.745 mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing777 the input string in PEM format to extract the different components. Found1030 string of close to or larger than 1GB to exploit; on 64 bit machines, would1031 require reading a string of close to or larger than 2^62 bytes.1234 Their 'port' argument type is changed to a string.2605 * Added missing const string fixes2757 string is passed as the CN (bug reported by spoofy)
Completed in 12 milliseconds