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

  /src/sys/dev/ic/
icp.c 367 icp->icp_children[icpa.icpa_unit] =
386 icp->icp_children[icpa.icpa_unit] =
470 if (icp->icp_children[unit] != NULL) {
471 (void) config_detach(icp->icp_children[unit],
473 icp->icp_children[unit] = NULL;
498 if (icp->icp_children[unit] == NULL ||
505 if (icp->icp_children[unit] != NULL)
506 (void) config_detach(icp->icp_children[unit],
513 icp->icp_children[unit] =
552 if (icp->icp_children[unit] != NULL)
    [all...]
icpvar.h 129 device_t icp_children[ICP_MAX_HDRIVES + ICP_MAXBUS]; member in struct:icp_softc

Completed in 143 milliseconds