Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddoor.h69 typedef unsigned int door_attr_t; /* Door attributes */ typedef
123 door_attr_t d_attributes; /* Tag for union */
146 door_attr_t di_attributes; /* Attributes associated with door */
263 door_attr_t door_flags; /* State associated with door */
301 void (**)(void *, void *), void **, int *), void *, door_attr_t,
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2747 door_attr_t attr = (door_attr_t)val; in door_flags()
H A Dexpound.c3576 door_attr_t attr; in show_doorinfo()
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1794 door_attr_t attributes = DOOR_DESCRIPTOR; in door_insert()