Home
last modified time | relevance | path

Searched defs:door_data (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/smserverd/
H A Dsmserver.h116 typedef struct door_data { struct
117 mutex_t dd_lock; /* lock to protect entire structure */
120 cond_t dd_cv; /* client_door_descriptor cv */
121 cond_t dd_cv_bind; /* client door descriptor bind cv */
122 int32_t dd_id; /* for future use. To store unique id */
125 thread_t dd_thread; /* thread bound to the client door */
126 door_cred_t dd_cred; /* credentials of client */
127 int32_t dd_fd; /* device file descriptor */
128 void *dd_buf; /* mmapped buffer of client */
129 int32_t dd_buf_len; /* size of the mmapped buffer */
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddoor_data.h94 typedef struct door_data { struct
97 } door_data_t; argument
H A Ddoor.h261 void *door_data; /* Cookie passed during invocations */ member