Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dnetwork_agent.c205 #define NETAGENT_LOCK_EXCLUSIVE(registration) lck_rw_lock_exclusive(&registration->agent_lock) argument
206 #define NETAGENT_LOCK_SHARED(registration) lck_rw_lock_shared(&registration->agent_lock) argument
207 #define NETAGENT_LOCK_SHARED_TO_EXCLUSIVE(registration) lck_rw_lock_shared_to_exclusive(&registrati… argument
208 #define NETAGENT_UNLOCK(registration) lck_rw_done(&registration->agent_lock) argument
209 #define NETAGENT_ASSERT_LOCKED(registration) LCK_RW_ASSERT(&registration->agent_lock, LCK_RW_ASSERT… argument
422 netagent_send_trigger(struct netagent_registration *registration, struct proc *p, u_int32_t flags, … in netagent_send_trigger()
460 netagent_send_client_message(struct netagent_registration *registration, uuid_t client_id, u_int8_t… in netagent_send_client_message()
492 netagent_send_error_message(struct netagent_registration *registration, uuid_t client_id, u_int8_t … in netagent_send_error_message()
525 netagent_send_group_message(struct netagent_registration *registration, uuid_t client_id, u_int8_t … in netagent_send_group_message()
558 netagent_send_tokens_needed(struct netagent_registration *registration) in netagent_send_tokens_needed()
[all …]