Searched defs:tmp_part (Results 1 - 1 of 1) sorted by relevance

/arch/powerpc/kernel/
H A Dnvram_64.c208 struct nvram_partition * tmp_part; local
212 list_for_each_entry(tmp_part, &nvram_partitions, partition) {
214 tmp_part->index, tmp_part->header.signature,
215 tmp_part->header.checksum, tmp_part->header.length,
216 tmp_part->header.name);
483 struct nvram_partition * tmp_part; local
528 tmp_part = kmalloc(sizeof(struct nvram_partition), GFP_KERNEL);
530 if (!tmp_part) {
[all...]

Completed in 38 milliseconds