Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwcrom.c442 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent, in crom_add_simple_text() function
587 crom_add_simple_text(&src, &root, &text1, "FreeBSD"); in main()
589 crom_add_simple_text(&src, &root, &text2, "FreeBSD-5"); in main()
603 crom_add_simple_text(&src, &unit1, &text3, "scsi_target"); in main()
608 crom_add_simple_text(&src, &unit2, &text4, "IANA"); in main()
610 crom_add_simple_text(&src, &unit2, &text5, "IPv4"); in main()
615 crom_add_simple_text(&src, &unit3, &text6, "IANA"); in main()
617 crom_add_simple_text(&src, &unit3, &text7, "IPv6"); in main()
H A Dif_fwip.c444 crom_add_simple_text(src, &fwip->unit4, &fwip->spec4, "IANA"); in fwip_post_busreset()
446 crom_add_simple_text(src, &fwip->unit4, &fwip->ver4, "IPv4"); in fwip_post_busreset()
452 crom_add_simple_text(src, &fwip->unit6, &fwip->spec6, "IANA"); in fwip_post_busreset()
454 crom_add_simple_text(src, &fwip->unit6, &fwip->ver6, "IPv6"); in fwip_post_busreset()
H A Diec13213.h249 extern int crom_add_simple_text(struct crom_src *src, struct crom_chunk *,
H A Dfirewire.c694 crom_add_simple_text(src, root, &buf->vendor, "FreeBSD Project"); in fw_reset_crom()
697 crom_add_simple_text(src, root, &buf->hw, prison0.pr_hostname); in fw_reset_crom()
H A Dsbp_targ.c344 crom_add_simple_text(src, unit, &lstate->model, "TargetMode"); in sbp_targ_post_busreset()
/freebsd/sys/dev/dcons/
H A Ddcons_crom.c138 crom_add_simple_text(src, &sc->unit, &sc->spec, "FreeBSD"); in dcons_crom_post_busreset()
140 crom_add_simple_text(src, &sc->unit, &sc->ver, "dcons"); in dcons_crom_post_busreset()