Home
last modified time | relevance | path

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

/freebsd-13.1/stand/i386/libfirewire/
H A Dfirewire.c58 struct crom_src src;
223 struct crom_src *src; in fw_init_crom()
232 bzero(src, sizeof(struct crom_src)); in fw_init_crom()
256 sc->crom_src = src; in fw_init_crom()
264 struct crom_src *src; in fw_reset_crom()
272 src = sc->crom_src; in fw_reset_crom()
297 struct crom_src *src; in dcons_crom()
301 src = sc->crom_src; in dcons_crom()
318 struct crom_src *src; in fw_crom()
H A Dfwohci.h48 struct crom_src *crom_src; member
/freebsd-13.1/sys/dev/firewire/
H A Diec13213.h229 struct crom_src { struct
248 extern int crom_add_chunk(struct crom_src *src, struct crom_chunk *, argument
250 extern int crom_add_simple_text(struct crom_src *src, struct crom_chunk *,
252 extern int crom_load(struct crom_src *, uint32_t *, int);
H A Dfwcrom.c421 crom_add_chunk(struct crom_src *src, struct crom_chunk *parent, in crom_add_chunk()
443 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent, in crom_add_simple_text()
483 crom_load(struct crom_src *src, uint32_t *buf, int maxlen) in crom_load()
545 struct crom_src src; in main()
H A Dfirewirereg.h138 struct crom_src *crom_src; member
H A Dfirewire.c62 struct crom_src src;
648 struct crom_src *src; in fw_init_crom()
651 bzero(src, sizeof(struct crom_src)); in fw_init_crom()
675 fc->crom_src = src; in fw_init_crom()
683 struct crom_src *src; in fw_reset_crom()
687 src = fc->crom_src; in fw_reset_crom()
711 struct crom_src *src; in fw_busreset()
H A Dif_fwip.c441 struct crom_src *src; in fwip_post_busreset()
444 src = fwip->fd.fc->crom_src; in fwip_post_busreset()
H A Dsbp_targ.c308 struct crom_src *src; in sbp_targ_post_busreset()
316 src = sc->fd.fc->crom_src; in sbp_targ_post_busreset()
/freebsd-13.1/sys/dev/dcons/
H A Ddcons_crom.c128 struct crom_src *src; in dcons_crom_post_busreset()
132 src = sc->fd.fc->crom_src; in dcons_crom_post_busreset()