Searched defs:c_state (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpc_rdma.h | 352 conn_c_state c_state; /* state of connection */ member in struct:conn 359 kmutex_t c_lock; /* protect c_state and c_ref fields */
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/ |
H A D | routeadm.c | 1166 char *c_state, *d_state, *p_state, *p_var, *d_var; local 1190 c_state = ra_opts[i].opt_enabled ? enabled : disabled; 1206 "current=%s\n", p_state, d_state, c_state); 1210 p_state, c_state);
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | rdsv3.h | 144 atomic_t c_state; member in struct:rdsv3_connection 572 return (atomic_cmpxchg(&conn->c_state, old, new) == old); 578 return (atomic_get(&conn->c_state)); 584 return (atomic_get(&conn->c_state) == RDSV3_CONN_UP); 590 return (atomic_get(&conn->c_state) == RDSV3_CONN_CONNECTING);
|
/illumos-gate/usr/src/uts/sun4u/starfire/sys/ |
H A D | idn.h | 2340 * Reading c_state requires either c_mutex or ch_mutex. 2341 * Writing c_state requires both c_mutex and ch_mutex in the order: 2347 uchar_t c_state; /* protected by c_mutex */ member in struct:idn_chaninfo 2356 * When updating both recv and send c_state's for the locks 2362 * In general ch_state is intended to represent c_state of 2364 * ch_state and c_state values may be slightly different, 2443 * ch_state/c_state bit values. 2473 ((csp)->ch_send.c_state & IDN_CHANSVC_STATE_ACTIVE) 2478 ((csp)->ch_recv.c_state & IDN_CHANSVC_STATE_ACTIVE) 2480 ((csp)->ch_recv.c_state [all...] |
Completed in 66 milliseconds