Lines Matching defs:csp
2227 #define IDN_CHAN_DOMAIN_REGISTER(csp, dom) \ argument
2230 #define IDN_CHAN_DOMAIN_UNREGISTER(csp, dom) \ argument
2233 #define IDN_CHAN_DOMAIN_IS_REGISTERED(csp, dom) \ argument
2236 #define IDN_CHANSVR_SCANSET_ADD_PENDING(csp, dom) \ argument
2262 #define IDN_CHANSVR_SCANSET_DEL_PENDING(csp, dom) \ argument
2295 #define IDN_CHAN_TRYLOCK_GLOBAL(csp) \ argument
2297 #define IDN_CHAN_LOCK_GLOBAL(csp) \ argument
2299 #define IDN_CHAN_UNLOCK_GLOBAL(csp) \ argument
2301 #define IDN_CHAN_GLOBAL_IS_LOCKED(csp) \ argument
2304 #define IDN_CHAN_LOCAL_IS_LOCKED(csp) \ argument
2307 #define IDN_CHAN_LOCK_LOCAL(csp) \ argument
2310 #define IDN_CHAN_UNLOCK_LOCAL(csp) \ argument
2314 #define IDN_CHAN_RECV_IS_LOCKED(csp) \ argument
2316 #define IDN_CHAN_TRYLOCK_RECV(csp) \ argument
2318 #define IDN_CHAN_LOCK_RECV(csp) \ argument
2320 #define IDN_CHAN_UNLOCK_RECV(csp) \ argument
2323 #define IDN_CHAN_SEND_IS_LOCKED(csp) \ argument
2325 #define IDN_CHAN_TRYLOCK_SEND(csp) \ argument
2327 #define IDN_CHAN_LOCK_SEND(csp) \ argument
2329 #define IDN_CHAN_UNLOCK_SEND(csp) \ argument
2458 #define IDN_CHANNEL_IS_ATTACHED(csp) \ argument
2460 #define IDN_CHANNEL_IS_DETACHED(csp) \ argument
2462 #define IDN_CHANNEL_IS_PENDING(csp) \ argument
2465 #define IDN_CHANNEL_IS_ACTIVE(csp) \ argument
2467 #define IDN_CHANNEL_IS_ENABLED(csp) \ argument
2472 #define IDN_CHANNEL_IS_SEND_ACTIVE(csp) \ argument
2477 #define IDN_CHANNEL_IS_RECV_ACTIVE(csp) \ argument
2479 #define IDN_CHANNEL_IS_RECV_CORRUPTED(csp) \ argument
2483 #define IDN_CHAN_SEND_INPROGRESS(csp) ((csp)->ch_send.c_inprogress++) argument
2484 #define IDN_CHAN_SEND_DONE(csp) \ argument
2491 #define IDN_CHAN_RECV_INPROGRESS(csp) ((csp)->ch_recv.c_inprogress++) argument
2492 #define IDN_CHAN_RECV_DONE(csp) \ argument
2500 #define IDN_CHANSVC_MARK_ATTACHED(csp) \ argument
2502 #define IDN_CHANSVC_MARK_DETACHED(csp) \ argument
2504 #define IDN_CHANSVC_MARK_PENDING(csp) \ argument
2506 #define IDN_CHANSVC_MARK_DISABLED(csp) \ argument
2508 #define IDN_CHANSVC_MARK_ACTIVE(csp) \ argument
2510 #define IDN_CHANSVC_MARK_IDLE(csp) \ argument
2513 #define IDN_CHANSVC_MARK_RECV_ACTIVE(csp) \ argument
2515 #define IDN_CHANSVC_MARK_RECV_CORRUPTED(csp) \ argument
2517 #define IDN_CHANSVC_MARK_SEND_ACTIVE(csp) \ argument