Lines Matching defs:state
158 * communication between DS endpoints. The ds_port_t maintains state
160 * the state of the port, the LDC state, the current version of the
178 ldc_status_t state; /* current LDC state */
190 kmutex_t lock; /* port and service state lock */
194 ds_port_state_t state; /* state of the port */
263 * information on the state of the service, the currently negotiated
294 ds_svc_state_t state; /* current service state */
314 #define DS_SVC_ISFREE(svc) ((svc == NULL) || (svc->state == DS_SVC_FREE))