Home
last modified time | relevance | path

Searched refs:DOOR_DELAY (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libtsol/common/
H A Dcall_labeld.c189 if (real_door.di_attributes & DOOR_DELAY) in __call_labeld()
240 if (my_door.di_attributes & DOOR_DELAY) in __call_labeld()
/titanic_44/usr/src/uts/common/sys/
H A Ddoor.h100 #define DOOR_DELAY 0x80000 /* Delayed unref delivery */ macro
/titanic_44/usr/src/uts/common/fs/doorfs/
H A Ddoor_vnops.c139 dp->door_flags |= DOOR_DELAY; in door_close()
H A Ddoor_sys.c633 if (--dp->door_active == 0 && (dp->door_flags & DOOR_DELAY)) in door_call()
799 if (--dp->door_active == 0 && (dp->door_flags & DOOR_DELAY)) in door_call()
2255 d->door_flags &= ~DOOR_DELAY; in door_deliver_unref()
2258 d->door_flags &= ~(DOOR_UNREF|DOOR_DELAY); in door_deliver_unref()
3286 if (--dp->door_active == 0 && (dp->door_flags & DOOR_DELAY)) in door_upcall()