Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Diec13213.h228 struct crom_src { struct
247 extern int crom_add_chunk(struct crom_src *src, struct crom_chunk *, argument
249 extern int crom_add_simple_text(struct crom_src *src, struct crom_chunk *,
251 extern int crom_load(struct crom_src *, uint32_t *, int);
H A Dfwcrom.c420 crom_add_chunk(struct crom_src *src, struct crom_chunk *parent, in crom_add_chunk()
442 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent, in crom_add_simple_text()
482 crom_load(struct crom_src *src, uint32_t *buf, int maxlen) in crom_load()
544 struct crom_src src; in main()
H A Dfirewirereg.h136 struct crom_src *crom_src; member
H A Dfirewire.c59 struct crom_src src;
645 struct crom_src *src; in fw_init_crom()
648 bzero(src, sizeof(struct crom_src)); in fw_init_crom()
672 fc->crom_src = src; in fw_init_crom()
680 struct crom_src *src; in fw_reset_crom()
684 src = fc->crom_src; in fw_reset_crom()
708 struct crom_src *src; in fw_busreset()
H A Dif_fwip.c434 struct crom_src *src; in fwip_post_busreset()
437 src = fwip->fd.fc->crom_src; in fwip_post_busreset()
H A Dsbp_targ.c306 struct crom_src *src; in sbp_targ_post_busreset()
314 src = sc->fd.fc->crom_src; in sbp_targ_post_busreset()
/freebsd/sys/dev/dcons/
H A Ddcons_crom.c127 struct crom_src *src; in dcons_crom_post_busreset()
131 src = sc->fd.fc->crom_src; in dcons_crom_post_busreset()