Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h1022 typedef struct nca_door_s { struct
1023 door_handle_t handle; /* The door handle */
1024 char *name; /* The door name */
1025 kmutex_t lock; /* The door lock */
1026 kcondvar_t cv_writer; /* condvar for thread waiting */
1028 kcondvar_t cv_reader; /* condvar for thread waiting */
1030 uint32_t upcalls; /* Number of upcalls in progress */
1031 boolean_t init_waiting; /* door_init thread wanting to */