Searched refs:crom_src_buf (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/stand/i386/libfirewire/
H A Dfirewire.c57 struct crom_src_buf { struct
226 sc->crom_src_buf = (struct crom_src_buf *)
227 malloc(sizeof(struct crom_src_buf));
228 if (sc->crom_src_buf == NULL)
231 src = &sc->crom_src_buf->src;
257 sc->crom_root = &sc->crom_src_buf->root;
263 struct crom_src_buf *buf;
268 if (sc->crom_src_buf == NULL)
271 buf = sc->crom_src_buf;
[all...]
H A Dfwohci.h47 struct crom_src_buf *crom_src_buf; member in struct:fwohci_softc
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewirereg.h135 struct crom_src_buf *crom_src_buf; member in struct:firewire_comm
H A Dfirewire.c60 struct crom_src_buf { struct
416 fc->crom_src_buf = malloc(sizeof(struct crom_src_buf),
418 if (fc->crom_src_buf == NULL) {
428 free(fc->crom_src_buf, M_FW);
436 free(fc->crom_src_buf, M_FW);
543 free(fc->crom_src_buf, M_FW);
648 src = &fc->crom_src_buf->src;
674 fc->crom_root = &fc->crom_src_buf->root;
680 struct crom_src_buf *bu
[all...]

Completed in 53 milliseconds