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

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dseama.c142 static size_t calculate_digest(FILE * fh, size_t size, uint8_t * digest) argument
152 while (!feof(fh) && !ferror(fh) && bytes_left > 0)
155 i = fread(buf, sizeof(char), i, fh);
187 FILE * fh = NULL; local
201 if ((fh = fopen(fname, "r+"))==NULL) ERRBREAK("Unable to open '%s' for reading!\n",fname);
207 while (!feof(fh) && !ferror(fh))
210 if (fread(&shdr, sizeof(shdr), 1, fh) != 1) break;
222 if (fread(checksum, sizeof(checksum), 1, fh) !
273 write_seama_header(FILE * fh, char * meta[], size_t msize, size_t size) argument
295 write_checksum(FILE * fh, uint8_t * checksum) argument
300 write_meta_data(FILE * fh, char * meta[], size_t size) argument
329 FILE * fh; local
368 FILE * fh; local
[all...]
/netgear-R7800-V1.0.2.28/scripts/
H A Dremote-gdb58 my ( $fh, $fp ) = tempfile();
63 print $fh "set sysroot $sysroot\n" if $sysroot;
64 print $fh "target remote $ARGV[0]\n";
69 close($fh);
H A DbrcmImage.pl77 open my $fh, $_[0] or die "open $_[0]: $!";
79 my $buf = <$fh>;
80 close $fh;
H A Dmetadata.pm16 my $fh = shift;
19 while (<$fh>) {
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/hifn/
H A Dhifn7751.c378 u_int freq, mul, fl, fh; local
384 fl = 33, fh = 66;
392 fl = 20, fh = 100;
396 fl = 20, fh = 66;
406 freq = checkmaxmin(dev, "frequency", freq, fl, fh);
/netgear-R7800-V1.0.2.28/package/qca-hostap/files/
H A Dhostapd.sh579 *bg|*gdt|*gst|*fh) hwmode=g;;

Completed in 99 milliseconds