Searched defs:registration (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| H A D | network_agent.c | 205 #define NETAGENT_LOCK_EXCLUSIVE(registration) lck_rw_lock_exclusive(®istration->agent_lock) argument 206 #define NETAGENT_LOCK_SHARED(registration) lck_rw_lock_shared(®istration->agent_lock) argument 207 #define NETAGENT_LOCK_SHARED_TO_EXCLUSIVE(registration) lck_rw_lock_shared_to_exclusive(®istrati… argument 208 #define NETAGENT_UNLOCK(registration) lck_rw_done(®istration->agent_lock) argument 209 #define NETAGENT_ASSERT_LOCKED(registration) LCK_RW_ASSERT(®istration->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 …]
|