Searched refs:section_length (Results 1 – 1 of 1) sorted by relevance
2497 char section_length; /* yes, just a char; max value is WF_SECTION_MAX */ in wavefront_download_firmware() local2526 if ((x = read (fd, §ion_length, sizeof (section_length))) != in wavefront_download_firmware()2527 sizeof (section_length)) { in wavefront_download_firmware()2532 if (section_length == 0) { in wavefront_download_firmware()2536 if (read (fd, section, section_length) != section_length) { in wavefront_download_firmware()2548 for (i = 0; i < section_length; i++) { in wavefront_download_firmware()