Searched refs:crom_src (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/dev/ieee1394/ |
| D | iec13213.h | 233 struct crom_src { struct 252 extern int crom_add_chunk(struct crom_src *src, struct crom_chunk *, argument 254 extern int crom_add_simple_text(struct crom_src *src, struct crom_chunk *, 256 extern int crom_load(struct crom_src *, uint32_t *, int);
|
| D | fwcrom.c | 428 crom_add_chunk(struct crom_src *src, struct crom_chunk *parent, in crom_add_chunk() 449 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent, in crom_add_simple_text() 490 crom_load(struct crom_src *src, uint32_t *buf, int maxlen) in crom_load() 553 struct crom_src src; in main()
|
| D | firewirereg.h | 146 struct crom_src *crom_src; member
|
| D | firewire.c | 65 struct crom_src src; 528 struct crom_src *src; in fw_busreset() 1407 struct crom_src *src; in fw_init_crom() 1410 memset(src, 0, sizeof(struct crom_src)); in fw_init_crom() 1433 fc->crom_src = src; in fw_init_crom() 1441 struct crom_src *src; in fw_reset_crom() 1445 src = fc->crom_src; in fw_reset_crom()
|
| D | if_fwip.c | 476 struct crom_src *src; in fwip_post_busreset() 479 src = sc->sc_fd.fc->crom_src; in fwip_post_busreset()
|