Searched refs:name_length (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c959 int name_length = local
967 char name_tmp[name_length + 1];
971 name_length);
972 if (!strncmp(name, name_tmp, name_length)) {
1098 int name_length = CVMX_BOOTMEM_DESC_GET_FIELD(named_block_name_len); local
1112 char name_tmp[name_length + 1];
1117 name_length);
/u-boot/include/
H A Dcbfs.h172 u32 name_length; member in struct:cbfs_cachenode
/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h482 u32 name_length; member in struct:cb_cmos_defaults
/u-boot/fs/cbfs/
H A Dcbfs.c106 node->name_length = name_len;

Completed in 51 milliseconds