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

  /src/sys/dev/ic/
ld_icp.c 330 icp->icp_evt.size = sizeof(icp->icp_evt.eu.sync);
331 icp->icp_evt.eu.sync.ionode = device_unit(icp->icp_dv);
332 icp->icp_evt.eu.sync.service = icp->icp_service;
333 icp->icp_evt.eu.sync.status = icp->icp_status;
334 icp->icp_evt.eu.sync.info = icp->icp_info;
335 icp->icp_evt.eu.sync.hostdrive = sc->sc_hwunit;
337 icp_store_event(icp, GDT_ES_SYNC, 0, &icp->icp_evt);
340 &icp->icp_evt);
icp.c 638 icp->icp_evt.size = 0;
639 icp->icp_evt.eu.async.ionode =
641 icp->icp_evt.eu.async.status = icp->icp_status;
647 icp->icp_evt.event_string);
649 icp->icp_evt.size = sizeof(icp->icp_evt.eu.async);
650 icp->icp_evt.eu.async.ionode =
652 icp->icp_evt.eu.async.service = service;
653 icp->icp_evt.eu.async.status = icp->icp_status;
654 icp->icp_evt.eu.async.info = icp->icp_info
    [all...]
icpvar.h 157 gdt_evt_data icp_evt; member in struct:icp_softc
  /src/sys/dev/pci/
icp_pci.c 783 icp->icp_evt.severity =
787 i < sizeof(icp->icp_evt.event_string); i++) {
788 icp->icp_evt.event_string[i] =
791 if (icp->icp_evt.event_string[i] == '\0')

Completed in 15 milliseconds