Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/firewire/
Dif_fwip.c448 bzero(&fwip->unit4, sizeof(struct crom_chunk)); in fwip_post_busreset()
449 crom_add_chunk(src, root, &fwip->unit4, CROM_UDIR); in fwip_post_busreset()
450 crom_add_entry(&fwip->unit4, CSRKEY_SPEC, CSRVAL_IETF); in fwip_post_busreset()
451 crom_add_simple_text(src, &fwip->unit4, &fwip->spec4, "IANA"); in fwip_post_busreset()
452 crom_add_entry(&fwip->unit4, CSRKEY_VER, 1); in fwip_post_busreset()
453 crom_add_simple_text(src, &fwip->unit4, &fwip->ver4, "IPv4"); in fwip_post_busreset()
Dif_fwipvar.h53 struct crom_chunk unit4; /* unit directory for IPv4 */ member