Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_fcp.c166 while (fc->fc_busy) { in av1394_fcp_write()
174 fc->fc_busy = B_TRUE; in av1394_fcp_write()
191 fc->fc_busy = B_FALSE; in av1394_fcp_write()
/titanic_50/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h103 boolean_t fc_busy; /* command is in use */ member