Home
last modified time | relevance | path

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

/dragonfly/sys/bus/firewire/
H A Dfirewire.h425 #define FWMEM_FLAG 0x10000 macro
426 #define DEV_FWMEM(x) (dev2unit(x) & FWMEM_FLAG)
H A Dfwdev.c827 int devflag[NDEVTYPE] = {0, FWMEM_FLAG}; in fwdev_clone()