Home
last modified time | relevance | path

Searched refs:CROM_UDIR (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/firewire/
HDfwcrom.c591 crom_add_chunk(&src, &root, &unit1, CROM_UDIR); in main()
605 crom_add_chunk(&src, &root, &unit2, CROM_UDIR); in main()
612 crom_add_chunk(&src, &root, &unit3, CROM_UDIR); in main()
HDiec13213.h102 #define CROM_UDIR (CSRTYPE_D | CSRKEY_UNIT) /* 0x81 Unit directory */ macro
HDif_fwip.c449 crom_add_chunk(src, root, &fwip->unit4, CROM_UDIR); in fwip_post_busreset()
457 crom_add_chunk(src, root, &fwip->unit6, CROM_UDIR); in fwip_post_busreset()
HDsbp_targ.c330 crom_add_chunk(src, root, unit, CROM_UDIR); in sbp_targ_post_busreset()
/NextBSD/sys/dev/dcons/
HDdcons_crom.c130 crom_add_chunk(src, root, &sc->unit, CROM_UDIR); in dcons_crom_post_busreset()
/NextBSD/sys/boot/i386/libfirewire/
HDfirewire.c295 crom_add_chunk(src, root, &buf->unit, CROM_UDIR); in dcons_crom()