Searched refs:nvram_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.c42 static struct nvram_partition * nvram_part; variable in typeref:struct:nvram_partition
205 list_for_each(p, &nvram_part->partition) {
253 list_for_each(p, &nvram_part->partition) {
275 list_for_each(i, &nvram_part->partition) {
288 if (cur_part == nvram_part || cur_part->header.signature != NVRAM_SIG_FREE) {
304 if (cur_part == nvram_part || cur_part->header.signature != NVRAM_SIG_FREE) {
345 list_for_each_entry(part, &nvram_part->partition, partition) {
453 list_for_each(p, &nvram_part->partition) {
551 list_add_tail(&tmp_part->partition, &nvram_part->partition);
577 nvram_part
[all...]

Completed in 56 milliseconds