Searched refs:EVCH_SLEEP (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/cmd/dtrace/test/tst/common/sysevent/ |
H A D | tst.post_chan.c | 42 "vendor_dtest", "publisher_dtest", NULL, EVCH_SLEEP) != 0) { in main()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_fm.c | 682 fm_ereport_post(ereport, EVCH_SLEEP); in zfs_ereport_post() 741 fm_ereport_post(report->zcr_ereport, EVCH_SLEEP); in zfs_ereport_finish_checksum() 775 fm_ereport_post(report->zcr_ereport, EVCH_SLEEP); in zfs_ereport_send_interim_checksum() 799 fm_ereport_post(ereport, EVCH_SLEEP); in zfs_ereport_post_checksum() 832 fm_ereport_post(resource, EVCH_SLEEP); in zfs_post_common()
|
/titanic_44/usr/src/cmd/fm/fminject/common/ |
H A D | inj_main.c | 73 "com.sun", getpname(), msg, EVCH_SLEEP)) != 0) in sev_send()
|
/titanic_44/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_outbound.c | 82 SUNW_VENDOR, FM_PUB, nvl, EVCH_SLEEP) == 0) { in fmevt_recv()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | sysevent.h | 152 #define EVCH_SLEEP 0x0002 /* Sleep on kmem_alloc() */ macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | sysevent.c | 175 if (uargs.flags & ~(EVCH_NOSLEEP | EVCH_SLEEP | EVCH_QWAIT)) in sysevent_publish() 182 km_flags = uargs.flags & (EVCH_NOSLEEP | EVCH_SLEEP); in sysevent_publish() 183 if (km_flags != EVCH_NOSLEEP && km_flags != EVCH_SLEEP) in sysevent_publish()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | evchannels.c | 859 (void) evch_evq_pub(p->sd_queue, evp, EVCH_SLEEP); in evch_subq_deliver() 1672 (void) evch_evq_pub(snp->sn_queue, ev, EVCH_SLEEP); in evch_chrdevent_init() 1677 (void) evch_evq_pub(snp->sn_queue, ev, EVCH_SLEEP); in evch_chrdevent_init() 1932 ASSERT((flags & ~(EVCH_SLEEP | EVCH_NOSLEEP | EVCH_TRYHARD | in sysevent_evc_publish() 1935 km_flags = flags & (EVCH_SLEEP | EVCH_NOSLEEP | EVCH_TRYHARD); in sysevent_evc_publish() 1936 ASSERT(km_flags == EVCH_SLEEP || km_flags == EVCH_NOSLEEP || in sysevent_evc_publish() 1961 km_flags & EVCH_SLEEP ? KM_SLEEP : KM_NOSLEEP); in sysevent_evc_publish()
|
H A D | ddifm.c | 453 fm_ereport_post(ereport, EVCH_SLEEP); in fm_dev_ereport_postv()
|
H A D | zone.c | 2342 ZONE_EVENT_STATUS_SUBCLASS, "sun.com", "kernel", nvl, EVCH_SLEEP)) { in zone_status_set()
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vlds.c | 1387 ESC_VLDS_REGISTER, "sun.com", "kernel", nvl, EVCH_SLEEP)) { in vlds_user_reg_cb() 1433 EVCH_SLEEP)) { in vlds_user_unreg_cb() 1471 ESC_VLDS_DATA, "sun.com", "kernel", nvl, EVCH_SLEEP)) { in vlds_user_data_cb()
|
/titanic_44/usr/src/uts/sun4u/starcat/io/ |
H A D | scosmb.c | 639 fm_ereport_post(erp, EVCH_SLEEP); in dp_trans_event()
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgsbbc_mailbox.c | 2566 fm_ereport_post(erp, EVCH_SLEEP); in sbbc_dp_trans_event()
|
/titanic_44/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 6168 zevtchan->zn_subscriber_id, NULL, EVCH_SLEEP); in zonecfg_notify_critical_exit()
|