crom_add_simple_text
crom_add_simple_text(src, root, &buf->vendor, PROJECT_STR);
crom_add_simple_text(src, root, &buf->hw, hostname);
crom_add_simple_text(&src, &root, &text[0], ostype);
crom_add_simple_text(&src, &root, &text[1], OS_VER_STR);
crom_add_simple_text(&src, &unit[0], &text[2], "scsi_target");
crom_add_simple_text(&src, &unit[1], &text[3], "IANA");
crom_add_simple_text(&src, &unit[1], &text[4], "IPv4");
crom_add_simple_text(&src, &unit[2], &text[5], "IANA");
crom_add_simple_text(&src, &unit[2], &text[6], "IPv6");
extern int crom_add_simple_text(struct crom_src *src, struct crom_chunk *,
crom_add_simple_text(src, &sc->sc_unit4, &sc->sc_spec4, "IANA");
crom_add_simple_text(src, &sc->sc_unit4, &sc->sc_ver4, "IPv4");
crom_add_simple_text(src, &sc->sc_unit6, &sc->sc_spec6, "IANA");
crom_add_simple_text(src, &sc->sc_unit6, &sc->sc_ver6, "IPv6");