Home
last modified time | relevance | path

Searched refs:crom_add_simple_text (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/bus/firewire/
HDfwcrom.c444 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent, in crom_add_simple_text() function
589 crom_add_simple_text(&src, &root, &text1, "DragonFly"); in main()
591 crom_add_simple_text(&src, &root, &text2, "DragonFly-1"); in main()
605 crom_add_simple_text(&src, &unit1, &text3, "scsi_target"); in main()
610 crom_add_simple_text(&src, &unit2, &text4, "IANA"); in main()
612 crom_add_simple_text(&src, &unit2, &text5, "IPv4"); in main()
617 crom_add_simple_text(&src, &unit3, &text6, "IANA"); in main()
619 crom_add_simple_text(&src, &unit3, &text7, "IPv6"); in main()
HDiec13213.h247 extern int crom_add_simple_text(struct crom_src *src, struct crom_chunk *,
HDfirewire.c624 crom_add_simple_text(src, root, &buf->vendor, "DragonFly Project"); in fw_reset_crom()
626 crom_add_simple_text(src, root, &buf->hw, hostname); in fw_reset_crom()
/dragonfly/sys/dev/misc/dcons/
HDdcons_crom.c117 crom_add_simple_text(src, &sc->unit, &sc->spec, "FreeBSD"); in dcons_crom_post_busreset()
119 crom_add_simple_text(src, &sc->unit, &sc->ver, "dcons"); in dcons_crom_post_busreset()