Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ieee1394/
Diec13213.h233 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);
Dfwcrom.c428 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()
Dfirewirereg.h146 struct crom_src *crom_src; member
Dfirewire.c65 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()
Dif_fwip.c476 struct crom_src *src; in fwip_post_busreset()
479 src = sc->sc_fd.fc->crom_src; in fwip_post_busreset()