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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dnvram_64.c336 struct nvram_partition *new_part; local
363 new_part = kmalloc(sizeof(*new_part), GFP_KERNEL);
364 if (!new_part) {
369 new_part->index = free_part->index;
370 new_part->header.signature = NVRAM_SIG_OS;
371 new_part->header.length = size;
372 strcpy(new_part->header.name, "ppc64,linux");
373 new_part->header.checksum = nvram_checksum(&new_part
[all...]

Completed in 44 milliseconds