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.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.c422 crom_add_chunk(struct crom_src *src, struct crom_chunk *parent, in crom_add_chunk()
444 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent, in crom_add_simple_text()
484 crom_load(struct crom_src *src, uint32_t *buf, int maxlen) in crom_load()
546 struct crom_src src; in main()
H A Dfirewirereg.h170 struct crom_src *crom_src; member
H A Dfirewire.c59 struct crom_src src;
691 struct crom_src *src; in fw_init_crom()
694 bzero(src, sizeof(struct crom_src)); in fw_init_crom()
718 fc->crom_src = src; in fw_init_crom()
726 struct crom_src *src; in fw_reset_crom()
730 src = fc->crom_src; in fw_reset_crom()
754 struct crom_src *src; in fw_busreset()
H A Dif_fwip.c395 struct crom_src *src; in fwip_post_busreset()
398 src = fwip->fd.fc->crom_src; in fwip_post_busreset()
H A Dsbp_targ.c309 struct crom_src *src; in sbp_targ_post_busreset()
317 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()