HomeSort by: relevance | last modified time | path
    Searched refs:icp_test_busy (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
icpvar.h 165 int (*icp_test_busy)(struct icp_softc *); member in struct:icp_softc
icp.c 1045 if ((*icp->icp_test_busy)(icp))
1060 if ((*icp->icp_test_busy)(icp))
1137 if (!(*icp->icp_test_busy)(icp))
1180 while ((*icp->icp_test_busy)(icp) != 0)
  /src/sys/dev/pci/
icp_pci.c 379 icp->icp_test_busy = icp_pci_test_busy;
454 icp->icp_test_busy = icp_pcinew_test_busy;
544 icp->icp_test_busy = icp_mpr_test_busy;

Completed in 15 milliseconds