Searched refs:fwheader (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dbwivar.h265 struct fwheader { struct
H A Dbwi.c1629 struct fwheader *h;
1631 if ((h = malloc(sizeof(struct fwheader), M_DEVBUF, M_NOWAIT)) == NULL)
1641 bzero(h, sizeof(struct fwheader));
1642 bcopy(ucode + off, h, sizeof(struct fwheader));
1643 off += sizeof(struct fwheader);

Completed in 89 milliseconds