Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcpc/common/
H A Dlibcpc_impl.h81 struct __cpc_set { struct
82 cpc_request_t *cs_request; /* linked list of requests */
83 __cpc_state_t cs_state; /* State of this set */
84 int cs_nreqs; /* Number of requests in set */
85 int cs_fd; /* file descriptor of cpc dev */
86 processorid_t cs_obind; /* previous proc binding */
87 pctx_t *cs_pctx; /* pctx of process bound to */
88 id_t cs_id; /* lwp ID of pctx binding */
89 thread_t cs_thr; /* thread ID which bound set */
90 cpc_set_t *cs_next; /* Linked list of all sets */