Home
last modified time | relevance | path

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

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