Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_fcp.c140 while (fc->fc_busy) { in av1394_fcp_write()
147 fc->fc_busy = B_TRUE; in av1394_fcp_write()
164 fc->fc_busy = B_FALSE; in av1394_fcp_write()
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h102 boolean_t fc_busy; /* command is in use */ member