Home
last modified time | relevance | path

Searched defs:fwb (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/firewire/
H A Dfirewire.c685 struct fw_bind *fwb; in fw_init() local
797 #define BIND_CMP(addr, fwb) (((addr) < (fwb)->start)?-1:\ argument
820 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) in fw_bindadd()
856 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) in fw_bindremove()
H A Dfwdev.c193 struct fw_bind *fwb; in fw_close() local
420 struct fw_bind *fwb; in fw_ioctl() local
/dragonfly/sys/dev/disk/sbp/
H A Dsbp.c212 struct fw_bind fwb; member