Searched refs:crom_add_simple_text (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/dev/firewire/
H A Dfwcrom.c446 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent, function
595 crom_add_simple_text(&src, &root, &text1, "DragonFly");
597 crom_add_simple_text(&src, &root, &text2, "DragonFly-1");
599 crom_add_simple_text(&src, &root, &text1, "FreeBSD");
601 crom_add_simple_text(&src, &root, &text2, "FreeBSD-5");
616 crom_add_simple_text(&src, &unit1, &text3, "scsi_target");
621 crom_add_simple_text(&src, &unit2, &text4, "IANA");
623 crom_add_simple_text(&src, &unit2, &text5, "IPv4");
628 crom_add_simple_text(&src, &unit3, &text6, "IANA");
630 crom_add_simple_text(
[all...]
H A Diec13213.h248 extern int crom_add_simple_text(struct crom_src *src, struct crom_chunk *,
H A Dif_fwip.c491 crom_add_simple_text(src, &fwip->unit4, &fwip->spec4, "IANA");
493 crom_add_simple_text(src, &fwip->unit4, &fwip->ver4, "IPv4");
499 crom_add_simple_text(src, &fwip->unit6, &fwip->spec6, "IANA");
501 crom_add_simple_text(src, &fwip->unit6, &fwip->ver6, "IPv6");
H A Dfirewire.c721 crom_add_simple_text(src, root, &buf->vendor, "DragonFly Project");
724 crom_add_simple_text(src, root, &buf->vendor, "FreeBSD Project");
728 crom_add_simple_text(src, root, &buf->hw, prison0.pr_hostname);
H A Dsbp_targ.c349 crom_add_simple_text(src, unit, &lstate->model, "TargetMode");
/freebsd-10.3-release/sys/boot/i386/libfirewire/
H A Dfirewire.c271 crom_add_simple_text(src, root, &buf->vendor, "DragonFly Project");
273 crom_add_simple_text(src, root, &buf->vendor, "FreeBSD Project");
296 crom_add_simple_text(src, &buf->unit, &buf->spec, "FreeBSD");
298 crom_add_simple_text(src, &buf->unit, &buf->ver, "dcons");
/freebsd-10.3-release/sys/dev/dcons/
H A Ddcons_crom.c147 crom_add_simple_text(src, &sc->unit, &sc->spec, "FreeBSD");
149 crom_add_simple_text(src, &sc->unit, &sc->ver, "dcons");

Completed in 113 milliseconds