fwcrom.c | 449 crom_add_simple_text(struct crom_src *src, struct crom_chunk *parent, function in typeref:typename:int 588 crom_add_simple_text(&src, &root, &text[0], ostype); 590 crom_add_simple_text(&src, &root, &text[1], OS_VER_STR); 604 crom_add_simple_text(&src, &unit[0], &text[2], "scsi_target"); 609 crom_add_simple_text(&src, &unit[1], &text[3], "IANA"); 611 crom_add_simple_text(&src, &unit[1], &text[4], "IPv4"); 616 crom_add_simple_text(&src, &unit[2], &text[5], "IANA"); 618 crom_add_simple_text(&src, &unit[2], &text[6], "IPv6");
|