Home
last modified time | relevance | path

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

/dragonfly/sys/bus/firewire/
HDfirewirereg.h228 u_int8_t act_type; member
HDfirewire.c811 if (tfw->act_type != FWACT_NULL && BIND_CMP(addr, tfw) == 0) in fw_bindlookup()
847 if (fwb->act_type == FWACT_CH) in fw_bindadd()
1859 switch(bind->act_type){ in fw_rcv()
HDfwdev.c618 fwb->act_type = FWACT_CH; in fw_ioctl()
/dragonfly/sys/dev/disk/sbp/
HDsbp.c1908 sbp->fwb.act_type = FWACT_XFER; in sbp_attach()