Home | History | Annotate | Download | only in topazhp

Lines Matching refs:fwrite

168         fwrite(&pad_val, 1, 1, fp);
177 fwrite(&(sec_t[iter]), sizeof(struct fw_table_A0), 1, fp);
192 fwrite(&(sec_t[iter]), sizeof(struct fw_table_A0), 1, fp);
204 fwrite(tng_fw_table[iter].fw_text, 1, size, fp);
206 fwrite(&pad_val, 1, 1, fp);
211 fwrite(tng_fw_table[iter].fw_data, 1, size, fp);
213 fwrite(&pad_val, 1, 1, fp);
249 fwrite(FIP_Header, size, 1, fp);
254 fwrite(&pad_val, 1, 1, fp);
264 fwrite(&(sec_t[iter]), sizeof(struct fw_table_B0), 1, fp);
278 fwrite(&(sec_t[iter]), sizeof(struct fw_table_B0), 1, fp);
287 fwrite(tng_fw_table[iter].fw_text, 1, size, fp);
289 fwrite(&pad_val, 1, 1, fp);
294 fwrite(tng_fw_table[iter].fw_data, 1, size, fp);
296 fwrite(&pad_val, 1, 1, fp);