Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dnvram.c46 static struct nvram_partition * nvram_part; variable
320 nvram_part = kmalloc(sizeof(struct nvram_partition), GFP_KERNEL); in nvram_init()
321 if (!nvram_part) { in nvram_init()
325 INIT_LIST_HEAD(&nvram_part->partition); in nvram_init()
385 list_add_tail(&tmp_part->partition, &nvram_part->partition); in scan_nvram_partitions()
418 list_for_each(p, &nvram_part->partition) { in setup_nvram_partition()
466 list_for_each(i, &nvram_part->partition) { in remove_os_nvram_partition()
479 if (cur_part == nvram_part || cur_part->header.signature != NVRAM_SIG_FREE) { in remove_os_nvram_partition()
495 if (cur_part == nvram_part || cur_part->header.signature != NVRAM_SIG_FREE) { in remove_os_nvram_partition()
537 list_for_each(p, &nvram_part->partition) { in create_os_nvram_partition()
[all …]