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

/haiku-fatelf/headers/private/firewire/
H A Dfirewire.h119 struct fw_isohdr { struct
/haiku-fatelf/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c597 // err = uiomove((caddr_t)fp, sizeof(struct fw_isohdr), uio);
598 len = sizeof(struct fw_isohdr);
622 // if (uio->uio_resid >= sizeof(struct fw_isohdr)) {
623 if (pbytes >= sizeof(struct fw_isohdr)) {

Completed in 93 milliseconds