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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dnvram_64.c190 struct nvram_partition * tmp_part; local
195 tmp_part = list_entry(p, struct nvram_partition, partition);
197 tmp_part->index, tmp_part->header.signature,
198 tmp_part->header.checksum, tmp_part->header.length,
199 tmp_part->header.name);
462 struct nvram_partition * tmp_part; local
505 tmp_part = (struct nvram_partition *)
508 if (!tmp_part) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c438 MXFPartition *partition, *tmp_part; local
443 tmp_part = av_realloc_array(mxf->partitions, mxf->partitions_count + 1, sizeof(*mxf->partitions));
444 if (!tmp_part)
446 mxf->partitions = tmp_part;

Completed in 170 milliseconds