Home
last modified time | relevance | path

Searched refs:DOOR_NO_DEPLETION_CB (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c270 if (flags & (DOOR_NO_DEPLETION_CB | DOOR_PRIVCREATE)) { in door_create()
771 if (dip->di_attributes & DOOR_NO_DEPLETION_CB) { in door_depletion_cb()
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibevchannel.c520 DOOR_REFUSE_DESC | DOOR_NO_CANCEL | DOOR_NO_DEPLETION_CB, in sysevent_evc_subscribe_cmn()
H A Dlibsysevent.c2190 DOOR_REFUSE_DESC | DOOR_NO_CANCEL | DOOR_NO_DEPLETION_CB, in sysevent_bind_subscriber_cmn()
/illumos-gate/usr/src/uts/common/sys/
H A Ddoor.h47 #define DOOR_NO_DEPLETION_CB 0x100 /* No thread create callbacks on depletion */ macro
85 DOOR_NO_DEPLETION_CB | DOOR_PRIVCREATE)