Searched refs:fileheader (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/less/ |
| HD | lesskey.c | 193 char fileheader[] = { variable 853 fputbytes(out, fileheader, sizeof(fileheader));
|
| /trueos/sys/dev/txp/ |
| HD | if_txp.c | 597 struct txp_fw_file_header *fileheader; in txp_download_fw() local 620 fileheader = (struct txp_fw_file_header *)tc990image; in txp_download_fw() 621 if (bcmp("TYPHOON", fileheader->magicid, sizeof(fileheader->magicid))) { in txp_download_fw() 627 WRITE_REG(sc, TXP_H2A_1, le32toh(fileheader->addr)); in txp_download_fw() 629 WRITE_REG(sc, TXP_H2A_2, le32toh(fileheader->hmac[0])); in txp_download_fw() 631 WRITE_REG(sc, TXP_H2A_3, le32toh(fileheader->hmac[1])); in txp_download_fw() 633 WRITE_REG(sc, TXP_H2A_4, le32toh(fileheader->hmac[2])); in txp_download_fw() 635 WRITE_REG(sc, TXP_H2A_5, le32toh(fileheader->hmac[3])); in txp_download_fw() 637 WRITE_REG(sc, TXP_H2A_6, le32toh(fileheader->hmac[4])); in txp_download_fw() 651 for (sect = 0; sect < le32toh(fileheader->nsections); sect++) { in txp_download_fw()
|