Home
last modified time | relevance | path

Searched refs:DEV2UNIT (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/bus/firewire/
H A Dfwdev.c170 int unit = DEV2UNIT(dev); in fw_open()
191 int unit = DEV2UNIT(dev); in fw_close()
268 int unit = DEV2UNIT(dev); in fw_read()
354 int unit = DEV2UNIT(dev); in fw_write()
417 int unit = DEV2UNIT(dev); in fw_ioctl()
H A Dfirewire.h419 #define DEV2UNIT(x) ((dev2unit(x) & 0xff00) >> 8) macro
H A Dfwmem.c338 unit = DEV2UNIT(dev); in fwmem_strategy()
H A Dfwohci.c339 int unit = DEV2UNIT(dev); in fwohci_ioctl()