/titanic_41/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_trap.c | 66 SVE_CACHE_CLASS, component, attr_list, NULL, DDI_SLEEP); in nsc_do_sysevent() 69 SVE_STE_CLASS, component, attr_list, NULL, DDI_SLEEP); in nsc_do_sysevent() 72 SVE_II_CLASS, component, attr_list, NULL, DDI_SLEEP); in nsc_do_sysevent()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | ddifm.c | 233 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 D | log_sysevent.c | 1797 if (sleep_flag == DDI_SLEEP && servicing_interrupt()) { in ddi_log_sysevent() 1810 (sleep_flag == DDI_SLEEP) ? KM_SLEEP : KM_NOSLEEP); in ddi_log_sysevent() 1819 se_flag = (sleep_flag == DDI_SLEEP) ? SE_SLEEP : SE_NOSLEEP; in ddi_log_sysevent()
|
H A D | pcifm.c | 415 i_ddi_drv_ereport_post(dip, DVR_EFMCAP, NULL, DDI_SLEEP); in pci_ereport_setup() 526 i_ddi_drv_ereport_post(dip, DVR_EFMCAP, NULL, DDI_SLEEP); in pci_ereport_teardown()
|
H A D | ddi_hp_impl.c | 565 ((kmflag == KM_SLEEP) ? DDI_SLEEP : DDI_NOSLEEP)); in ddihp_cn_gen_sysevent()
|
/titanic_41/usr/src/uts/sun4v/io/n2rng/ |
H A D | n2rng_kcf.c | 277 (void *)n2rng, DDI_SLEEP) != DDI_SUCCESS) { in n2rng_failure() 314 (void *)n2rng, DDI_SLEEP) != DDI_SUCCESS) { in n2rng_unconfigured()
|
H A D | n2rng.c | 297 (void *)n2rng, DDI_SLEEP) != DDI_SUCCESS) { in n2rng_attach()
|
/titanic_41/usr/src/uts/common/io/sdcard/impl/ |
H A D | sda_slot.c | 396 DDI_SLEEP); in sda_slot_handle_detect() 542 DDI_SLEEP); in sda_slot_attach() 619 DDI_SLEEP); in sda_slot_resume()
|
/titanic_41/usr/src/uts/common/xen/os/ |
H A D | xvdi.c | 1136 xendev_offline_device, dip, DDI_SLEEP); in i_xvdi_oestate_handler() 1265 i_xvdi_xb_watch_cb_tq, xxwp, DDI_SLEEP); in i_xvdi_xb_watch_cb() 1766 i_xvdi_probe_path_handler, (void *)path, DDI_SLEEP); in i_xvdi_probe_path_cb() 1984 i_xvdi_oestate_handler, (void *)evt, DDI_SLEEP); in xvdi_add_event_handler() 2300 i_xvdi_oestate_handler, (void *)evt, DDI_SLEEP); in i_xvdi_oestate_cb() 2328 i_xvdi_hpstate_handler, (void *)dip, DDI_SLEEP); in i_xvdi_hpstate_cb()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_thread.c | 151 thread, DDI_SLEEP) == DDI_SUCCESS) { in iscsi_thread_start()
|
H A D | iscsi_conn.c | 460 iscsi_client_notify_task, cn, DDI_SLEEP) != DDI_SUCCESS) { in iscsi_client_notify() 1052 (void(*)())iscsi_login_start, itp, DDI_SLEEP) != in iscsi_conn_retry()
|
H A D | iscsid.c | 1425 DDI_SLEEP) != DDI_SUCCESS) { in iscsid_login_tgt() 2184 subclass, np, NULL, DDI_SLEEP); in iscsi_send_sysevent()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei.c | 511 taskq_name, 64, TASKQ_DEFAULTPRI, DDI_SLEEP); in fcoei_attach_init() 555 fcoei_watchdog, ss, DDI_SLEEP); in fcoei_attach_init()
|
/titanic_41/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_fc.c | 175 fcoe_mac_notify_link_up, mac, DDI_SLEEP); in fcoe_ctl()
|
H A D | fcoe.c | 885 fcoe_watchdog, ss, DDI_SLEEP); in fcoe_attach_init() 1105 w, DDI_SLEEP); in fcoe_worker_init()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vds.c | 2169 DDI_SLEEP); in vd_start_bio() 2345 status = ddi_taskq_dispatch(vd->startq, vd_recv_msg, vd, DDI_SLEEP); in vd_mark_in_reset() 2484 DDI_SLEEP); in vd_complete_bio() 4231 task, DDI_SLEEP); in vd_process_task() 5191 &task, DDI_SLEEP); in vd_process_msg() 5308 DDI_SLEEP); in vd_handle_ldc_events() 5322 vd, DDI_SLEEP); in vd_handle_ldc_events() 5342 vd, DDI_SLEEP); in vd_handle_ldc_events() 5356 DDI_SLEEP); in vd_handle_ldc_events()
|
/titanic_41/usr/src/uts/i86pc/io/tzmon/ |
H A D | tzmon.c | 521 tzmon_monitor, tzp, DDI_SLEEP); in tzmon_enumerate_zone()
|
/titanic_41/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 627 #define DDI_SLEEP KM_SLEEP macro
|
/titanic_41/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_ep.c | 978 (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()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | bridge.c | 1252 blp, DDI_SLEEP); in shutdown_inst() 2985 blp, DDI_SLEEP); in bridge_rem_link() 3130 DDI_SLEEP); in bridge_ioctl() 3145 DDI_SLEEP); in bridge_ioctl()
|
/titanic_41/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 1211 fct_port_worker, port, DDI_SLEEP); in fct_register_local_port() 1350 fct_port_worker, port, DDI_SLEEP); in fct_deregister_local_port() 3452 subclass, attr_list, NULL, DDI_SLEEP); in fct_log_local_port_event() 3501 subclass, attr_list, NULL, DDI_SLEEP); in fct_log_remote_port_event()
|
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet.c | 596 fcoet_watchdog, ss, DDI_SLEEP); in fcoet_attach_init()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | af_rds.c | 965 NULL, DDI_SLEEP); in rdsv3_exit()
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_send.c | 60 hxge_tx_ring_task, (void *)ring, DDI_SLEEP); in hxge_tx_ring_dispatch()
|
/titanic_41/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcie_hp.c | 1291 ((kmflag == KM_SLEEP) ? DDI_SLEEP : DDI_NOSLEEP)); in pcie_hp_gen_sysevent_req()
|