Searched refs:crom_src (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/stand/i386/libfirewire/ |
| H A D | firewire.c | 58 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 D | fwohci.h | 48 struct crom_src *crom_src; member
|
| /freebsd-13.1/sys/dev/firewire/ |
| H A D | iec13213.h | 229 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 D | fwcrom.c | 421 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 D | firewirereg.h | 138 struct crom_src *crom_src; member
|
| H A D | firewire.c | 62 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 D | if_fwip.c | 441 struct crom_src *src; in fwip_post_busreset() 444 src = fwip->fd.fc->crom_src; in fwip_post_busreset()
|
| H A D | sbp_targ.c | 308 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 D | dcons_crom.c | 128 struct crom_src *src; in dcons_crom_post_busreset() 132 src = sc->fd.fc->crom_src; in dcons_crom_post_busreset()
|