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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/boot/
H A Delf2ecoff.c279 int nosecs; local
432 nosecs = 6;
434 nosecs = 3;
435 efh.f_nscns = nosecs;
515 for (i = 0; i < nosecs; i++) {
534 convert_ecoff_esecs(&esecs[0], nosecs);
535 i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr));
536 if (i != nosecs * sizeof(struct scnhdr)) {
542 pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15;

Completed in 76 milliseconds