• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/

Lines Matching defs:bus

1480                                                IOFireWireBus *bus, IOFWBusCommand *fwCmd)
1482 ((IOFireWireSBP2Login*)refcon)->loginTimeout( status, bus, fwCmd );
1485 void IOFireWireSBP2Login::loginTimeout( IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd)
1519 IOFireWireBus *bus, IOFWBusCommand *fwCmd)
1521 ((IOFireWireSBP2Login*)refcon)->loginRetryTimeout( status, bus, fwCmd );
1524 void IOFireWireSBP2Login::loginRetryTimeout( IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd)
1934 stopFetchAgentRetryTimer(); // better stop fetch agent retry timer on a bus reset
2088 // another bus reset and the device will be back, and still willing to reconnect
2121 // called when we recieve bus reset notification while we're logged in
2174 // Called if we get a bus reset while we are already trying to reconnect.
2188 // the write will fail with a bus reset error, unless it is already
2246 void IOFireWireSBP2Login::reconnectTimeoutStatic( void *refcon, IOReturn status, IOFireWireBus *bus,
2249 ((IOFireWireSBP2Login*)refcon)->reconnectTimeout( status, bus, fwCmd );
2252 void IOFireWireSBP2Login::reconnectTimeout( IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd )
2314 // this is possibly a write that came in before the most recent bus reset
2415 IOFireWireBus *bus, IOFWBusCommand *fwCmd)
2417 ((IOFireWireSBP2Login*)refcon)->reconnectRetryTimeout( status, bus, fwCmd );
2420 void IOFireWireSBP2Login::reconnectRetryTimeout( IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd)
2611 void IOFireWireSBP2Login::logoutTimeoutStatic( void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd )
2613 ((IOFireWireSBP2Login*)refcon)->logoutTimeout( status, bus, fwCmd );
2616 void IOFireWireSBP2Login::logoutTimeout( IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd )
2862 // can't handle bus resets at any time
3209 void IOFireWireSBP2Login::fetchAgentRetryTimerStatic( void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd )
3211 ((IOFireWireSBP2Login*)refcon)->fetchAgentRetryTimer( status, bus, fwCmd );
3214 void IOFireWireSBP2Login::fetchAgentRetryTimer( IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd )