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

/freebsd-13-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-13-stable/sys/dev/firewire/
H A Dfirewirereg.h137 struct crom_src_buf *crom_src_buf; member in struct:firewire_comm
H A Dfirewire.c61 struct crom_src_buf { struct
418 fc->crom_src_buf = malloc(sizeof(struct crom_src_buf),
420 if (fc->crom_src_buf == NULL) {
430 free(fc->crom_src_buf, M_FW);
438 free(fc->crom_src_buf, M_FW);
545 free(fc->crom_src_buf, M_FW);
650 src = &fc->crom_src_buf->src;
676 fc->crom_root = &fc->crom_src_buf->root;
682 struct crom_src_buf *bu
[all...]

Completed in 159 milliseconds