Home
last modified time | relevance | path

Searched refs:EVCH_NOSLEEP (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsysevent.h158 #define EVCH_NOSLEEP 0x0001 /* No sleep on kmem_alloc() */ macro
/titanic_41/usr/src/uts/common/io/
H A Dsysevent.c175 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_41/usr/src/uts/common/os/
H A Devchannels.c642 qep = kmem_alloc(size, flags & EVCH_NOSLEEP ? in evch_evq_pub()
727 evp = kmem_alloc(rsize, flag & EVCH_NOSLEEP ? KM_NOSLEEP : in evch_evq_evzalloc()
1934 ASSERT((flags & ~(EVCH_SLEEP | EVCH_NOSLEEP | EVCH_TRYHARD | in sysevent_evc_publish()
1937 km_flags = flags & (EVCH_SLEEP | EVCH_NOSLEEP | EVCH_TRYHARD); in sysevent_evc_publish()
1938 ASSERT(km_flags == EVCH_SLEEP || km_flags == EVCH_NOSLEEP || in sysevent_evc_publish()
/titanic_41/usr/src/cmd/svc/startd/
H A Dprotocol.c454 "com.sun", "svc.startd", attr, EVCH_NOSLEEP)) != 0) { in restarter_protocol_send_event()
/titanic_41/usr/src/lib/fm/libfmevent/common/
H A Dfmev_publish.c433 pub, EVCH_NOSLEEP) == 0) ? FMEV_SUCCESS : FMEVERR_TRANSPORT; in do_publish()
/titanic_41/usr/src/lib/librestart/common/
H A Dlibrestart.c907 "com.sun", "librestart", attr, EVCH_NOSLEEP); in restarter_set_states()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c2730 "in.mpathd", nvl, EVCH_NOSLEEP); in post_event()