Home
last modified time | relevance | path

Searched refs:txmsg (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/uathload/
H A Duathload.c126 struct uath_fwmsg txmsg, rxmsg; in main() local
191 bzero(&txmsg, sizeof (struct uath_fwmsg)); in main()
192 txmsg.flags = htobe32(UATH_WRITE_BLOCK); in main()
193 txmsg.total = htobe32(len); in main()
202 txmsg.remain = htobe32(len - mlen); in main()
203 txmsg.len = htobe32(mlen); in main()
207 if (write(msg, &txmsg, sizeof(txmsg)) != sizeof(txmsg)) { in main()