Home
last modified time | relevance | path

Searched refs:crom_add_chunk (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwcrom.c420 crom_add_chunk(struct crom_src *src, struct crom_chunk *parent, in crom_add_chunk() function
466 return (crom_add_chunk(src, parent, chunk, CROM_TEXTLEAF)); in crom_add_simple_text()
582 crom_add_chunk(&src, NULL, &root, 0); in main()
592 crom_add_chunk(&src, &root, &unit1, CROM_UDIR); in main()
606 crom_add_chunk(&src, &root, &unit2, CROM_UDIR); in main()
613 crom_add_chunk(&src, &root, &unit3, CROM_UDIR); in main()
H A Diec13213.h247 extern int crom_add_chunk(struct crom_src *src, struct crom_chunk *,
H A Dif_fwip.c442 crom_add_chunk(src, root, &fwip->unit4, CROM_UDIR); in fwip_post_busreset()
450 crom_add_chunk(src, root, &fwip->unit6, CROM_UDIR); in fwip_post_busreset()
H A Dsbp_targ.c328 crom_add_chunk(src, root, unit, CROM_UDIR); in sbp_targ_post_busreset()
H A Dfirewire.c690 crom_add_chunk(src, NULL, root, 0); in fw_reset_crom()
/freebsd/sys/dev/dcons/
H A Ddcons_crom.c136 crom_add_chunk(src, root, &sc->unit, CROM_UDIR); in dcons_crom_post_busreset()