Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddoor.h50 #define DOOR_LOCAL 0x04 /* Descriptor is local to current process */ macro
90 DOOR_LOCAL | DOOR_REVOKED | DOOR_IS_UNREF)
/illumos-gate/usr/src/lib/libtsol/common/
H A Dcall_labeld.c181 if (real_door.di_attributes & DOOR_LOCAL) in __call_labeld()
232 if (my_door.di_attributes & DOOR_LOCAL) in __call_labeld()
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1310 DOOR_LOCAL; in door_server_dispatch()
1632 dip->di_attributes |= DOOR_LOCAL; in door_info_common()
1807 attributes |= DOOR_LOCAL; in door_insert()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2766 PROCESS_FLAG(DOOR_LOCAL); in door_flags()