Home
last modified time | relevance | path

Searched refs:DDI_SLEEP (Results 1 – 25 of 66) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_mcdi.c126 (void) sfxge_restart_dispatch(sp, DDI_SLEEP, SFXGE_HW_ERR, in sfxge_mcdi_timeout()
209 (void) sfxge_restart_dispatch(sp, DDI_SLEEP, SFXGE_HW_ERR, reason, 0); in sfxge_mcdi_exception()
414 (void) sfxge_restart_dispatch(sp, DDI_SLEEP, SFXGE_HW_OK, in sfxge_mcdi_ioctl()
478 (void) sfxge_restart_dispatch(sp, DDI_SLEEP, SFXGE_HW_OK, in sfxge_mcdi2_ioctl()
H A Dsfxge_ev.c285 (void) sfxge_restart_dispatch(sp, DDI_SLEEP, in sfxge_ev_rx()
341 (void) sfxge_restart_dispatch(sp, DDI_SLEEP, SFXGE_HW_ERR, in sfxge_ev_exception()
H A Dsfxge_mac.c328 (void) ddi_taskq_dispatch(smp->sm_tqp, sfxge_mac_poll, sp, DDI_SLEEP); in sfxge_mac_poll_start()
/illumos-gate/usr/src/uts/common/os/
H A Dddifm.c233 if (sflag == DDI_SLEEP) { in i_ddi_drv_ereport_post()
366 if ((sflag == DDI_SLEEP) && !panicstr) { in fm_dev_ereport_postv()
503 ASSERT(dip && error_class && (sflag == DDI_SLEEP)); in ndi_fm_ereport_post()
584 i_ddi_drv_ereport_post(dip, DVR_EFMCAP, NULL, DDI_SLEEP); in ddi_fm_handler_register()
639 i_ddi_drv_ereport_post(dip, DVR_EFMCAP, NULL, DDI_SLEEP); in ddi_fm_handler_unregister()
H A Dlog_sysevent.c1881 if (sleep_flag == DDI_SLEEP && servicing_interrupt()) { in ddi_log_sysevent()
1894 (sleep_flag == DDI_SLEEP) ? KM_SLEEP : KM_NOSLEEP); in ddi_log_sysevent()
1903 se_flag = (sleep_flag == DDI_SLEEP) ? SE_SLEEP : SE_NOSLEEP; in ddi_log_sysevent()
H A Dpcifm.c419 i_ddi_drv_ereport_post(dip, DVR_EFMCAP, NULL, DDI_SLEEP); in pci_ereport_setup()
530 i_ddi_drv_ereport_post(dip, DVR_EFMCAP, NULL, DDI_SLEEP); in pci_ereport_teardown()
H A Dddi_hp_impl.c808 ((kmflag == KM_SLEEP) ? DDI_SLEEP : DDI_NOSLEEP)); in ddihp_cn_gen_sysevent()
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_kcf.c275 (void *)n2rng, DDI_SLEEP) != DDI_SUCCESS) { in n2rng_failure()
312 (void *)n2rng, DDI_SLEEP) != DDI_SUCCESS) { in n2rng_unconfigured()
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_slot.c398 DDI_SLEEP); in sda_slot_handle_detect()
545 DDI_SLEEP); in sda_slot_attach()
622 DDI_SLEEP); in sda_slot_resume()
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1144 xendev_offline_device, dip, DDI_SLEEP); in i_xvdi_oestate_handler()
1273 i_xvdi_xb_watch_cb_tq, xxwp, DDI_SLEEP); in i_xvdi_xb_watch_cb()
1773 i_xvdi_probe_path_handler, (void *)path, DDI_SLEEP); in i_xvdi_probe_path_cb()
1991 i_xvdi_oestate_handler, (void *)evt, DDI_SLEEP); in xvdi_add_event_handler()
2307 i_xvdi_oestate_handler, (void *)evt, DDI_SLEEP); in i_xvdi_oestate_cb()
2335 i_xvdi_hpstate_handler, (void *)dip, DDI_SLEEP); in i_xvdi_hpstate_cb()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_thread.c151 thread, DDI_SLEEP) == DDI_SUCCESS) { in iscsi_thread_start()
H A Discsi_conn.c460 iscsi_client_notify_task, cn, DDI_SLEEP) != DDI_SUCCESS) { in iscsi_client_notify()
1052 iscsi_login_cb, itp, DDI_SLEEP) != in iscsi_conn_retry()
H A Discsid.c1439 DDI_SLEEP) != DDI_SUCCESS) { in iscsid_login_tgt()
2198 subclass, np, NULL, DDI_SLEEP); in iscsi_send_sysevent()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c511 taskq_name, 64, TASKQ_DEFAULTPRI, DDI_SLEEP); in fcoei_attach_init()
555 fcoei_watchdog, ss, DDI_SLEEP); in fcoei_attach_init()
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c177 fcoe_mac_notify_link_up, mac, DDI_SLEEP); in fcoe_ctl()
H A Dfcoe.c885 fcoe_watchdog, ss, DDI_SLEEP); in fcoe_attach_init()
1105 w, DDI_SLEEP); in fcoe_worker_init()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c2170 DDI_SLEEP); in vd_start_bio()
2346 status = ddi_taskq_dispatch(vd->startq, vd_recv_msg, vd, DDI_SLEEP); in vd_mark_in_reset()
2485 DDI_SLEEP); in vd_complete_bio()
4236 task, DDI_SLEEP); in vd_process_task()
5196 &task, DDI_SLEEP); in vd_process_msg()
5313 DDI_SLEEP); in vd_handle_ldc_events()
5327 vd, DDI_SLEEP); in vd_handle_ldc_events()
5347 vd, DDI_SLEEP); in vd_handle_ldc_events()
5361 DDI_SLEEP); in vd_handle_ldc_events()
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c521 tzmon_monitor, tzp, DDI_SLEEP); in tzmon_enumerate_zone()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ep.c978 (void *)ep->ep_sp, DDI_SLEEP); in rds_handle_send_error()
1433 rds_handle_close_session_request, (void *)sp, DDI_SLEEP); in rds_handle_control_message()
1946 rds_resend_messages, (void *)sp, DDI_SLEEP); in rds_session_active()
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c1255 blp, DDI_SLEEP); in shutdown_inst()
3000 blp, DDI_SLEEP); in bridge_rem_link()
3145 DDI_SLEEP); in bridge_ioctl()
3160 DDI_SLEEP); in bridge_ioctl()
/illumos-gate/usr/src/uts/intel/io/imc/
H A Dimc.c2408 imc, DDI_SLEEP); in imc_stub_scan()
2593 imc, DDI_SLEEP); in imc_attach_stub()
2841 DDI_SLEEP); in imc_attach()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c965 NULL, DDI_SLEEP); in rdsv3_exit()
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c596 fcoet_watchdog, ss, DDI_SLEEP); in fcoet_attach_init()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_send.c60 hxge_tx_ring_task, (void *)ring, DDI_SLEEP); in hxge_tx_ring_dispatch()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1230 fct_port_worker, port, DDI_SLEEP); in fct_register_local_port()
1369 fct_port_worker, port, DDI_SLEEP); in fct_deregister_local_port()
3450 int rc, sleep = DDI_SLEEP; in fct_log_local_port_event()
3497 int rc, sleep = DDI_SLEEP; in fct_log_remote_port_event()

123