Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ieee1394/
H A Dfwcrom.c449 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent, in crom_add_simple_text() function
588 crom_add_simple_text(&src, &root, &text[0], ostype); in main()
590 crom_add_simple_text(&src, &root, &text[1], OS_VER_STR); in main()
604 crom_add_simple_text(&src, &unit[0], &text[2], "scsi_target"); in main()
609 crom_add_simple_text(&src, &unit[1], &text[3], "IANA"); in main()
611 crom_add_simple_text(&src, &unit[1], &text[4], "IPv4"); in main()
616 crom_add_simple_text(&src, &unit[2], &text[5], "IANA"); in main()
618 crom_add_simple_text(&src, &unit[2], &text[6], "IPv6"); in main()
H A Dif_fwip.c486 crom_add_simple_text(src, &sc->sc_unit4, &sc->sc_spec4, "IANA"); in fwip_post_busreset()
488 crom_add_simple_text(src, &sc->sc_unit4, &sc->sc_ver4, "IPv4"); in fwip_post_busreset()
494 crom_add_simple_text(src, &sc->sc_unit6, &sc->sc_spec6, "IANA"); in fwip_post_busreset()
496 crom_add_simple_text(src, &sc->sc_unit6, &sc->sc_ver6, "IPv6"); in fwip_post_busreset()
H A Diec13213.h254 extern int crom_add_simple_text(struct crom_src *src, struct crom_chunk *,
H A Dfirewire.c1455 crom_add_simple_text(src, root, &buf->vendor, PROJECT_STR); in fw_reset_crom()
1457 crom_add_simple_text(src, root, &buf->hw, hostname); in fw_reset_crom()