Home
last modified time | relevance | path

Searched refs:unit4 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dif_fwip.c441 bzero(&fwip->unit4, sizeof(struct crom_chunk)); in fwip_post_busreset()
442 crom_add_chunk(src, root, &fwip->unit4, CROM_UDIR); in fwip_post_busreset()
443 crom_add_entry(&fwip->unit4, CSRKEY_SPEC, CSRVAL_IETF); in fwip_post_busreset()
444 crom_add_simple_text(src, &fwip->unit4, &fwip->spec4, "IANA"); in fwip_post_busreset()
445 crom_add_entry(&fwip->unit4, CSRKEY_VER, 1); in fwip_post_busreset()
446 crom_add_simple_text(src, &fwip->unit4, &fwip->ver4, "IPv4"); in fwip_post_busreset()
H A Dif_fwipvar.h52 struct crom_chunk unit4; /* unit directory for IPv4 */ member