Home
last modified time | relevance | path

Searched refs:DOOR_HANDLE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Ddoor.h95 #define DOOR_HANDLE 0x20000 /* A kernel door handle is being passed */ macro
/titanic_41/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c2634 didpp->d_attributes = DOOR_HANDLE | in door_translate_in()
2688 } else if (didpp->d_attributes & DOOR_HANDLE) in door_translate_out()
2904 } else if (d->d_attributes & DOOR_HANDLE) { in door_fd_close()
2926 (d->d_attributes & DOOR_HANDLE)) { in door_fd_rele()
3326 didpp->d_attributes = DOOR_HANDLE | in door_upcall()