Lines Matching defs:registration
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()
894 netagent_free_registration_memory(struct netagent_registration *registration) in netagent_free_registration_memory()
915 netagent_free_registration(struct netagent_registration *registration) in netagent_free_registration()
945 struct netagent_registration *registration = NULL; in netagent_unregister_all_session_registrations() local
965 struct netagent_registration *registration = NULL; in netagent_unregister_all_session_registrations() local
984 struct netagent_registration *registration = NULL; in netagent_unregister_one_session_registration() local
1363 netagent_send_cellular_failed_event(struct netagent_registration *registration, in netagent_send_cellular_failed_event()
1395 struct netagent_registration *registration = NULL; in netagent_handle_update_inner() local
1693 …struct netagent_registration *registration = netagent_session_access_agent_with_lock(session, fals… in netagent_assign_nexus() local
1730 …struct netagent_registration *registration = netagent_session_access_agent_with_lock(session, fals… in netagent_update_flow_protoctl_event() local
1779 struct netagent_registration *registration = NULL; in netagent_handle_assign_nexus_setopt() local
1851 …struct netagent_registration *registration = netagent_session_access_agent_with_lock(session, fals… in netagent_handle_assign_nexus_message() local
1942 struct netagent_registration *registration = NULL; in netagent_handle_assign_group_setopt() local
2027 struct netagent_registration *registration = NULL; in netagent_handle_use_count_setopt() local
2079 struct netagent_registration *registration = NULL; in netagent_handle_use_count_getopt() local
2133 struct netagent_registration *registration = NULL; in netagent_handle_add_token_setopt() local
2189 struct netagent_registration *registration = NULL; in netagent_handle_flush_tokens_setopt() local
2253 struct netagent_registration *registration = NULL; in netagent_handle_token_count_getopt() local
2310 struct netagent_registration *registration = NULL; in netagent_handle_token_low_water_setopt() local
2362 struct netagent_registration *registration = NULL; in netagent_handle_token_low_water_getopt() local
2401 struct netagent_registration *registration = NULL; in netagent_handle_reset_client_error_setopt() local
2469 struct netagent_registration *registration = NULL; in netagent_find_agent_with_uuid_and_lock() local
2491 struct netagent_registration *registration = NULL; in netagent_session_find_agent_with_uuid_and_lock() local
2513 struct netagent_registration *registration = TAILQ_FIRST(&session->registrations); in netagent_session_access_agent_with_lock() local
2592 …struct netagent_registration *registration = netagent_find_agent_with_uuid_and_lock(ifsir32->netag… in netagent_ioctl() local
2617 …struct netagent_registration *registration = netagent_find_agent_with_uuid_and_lock(ifsir64->netag… in netagent_ioctl() local
2702 …struct netagent_registration *registration = netagent_find_agent_with_uuid_and_lock(uuid, false, f… in netagent_get_flags() local
2721 …struct netagent_registration *registration = netagent_find_agent_with_uuid_and_lock(uuid, true, fa… in netagent_set_flags() local
2752 …struct netagent_registration *registration = netagent_find_agent_with_uuid_and_lock(uuid, false, f… in netagent_get_generation() local
2774 …struct netagent_registration *registration = netagent_find_agent_with_uuid_and_lock(uuid, false, f… in netagent_get_agent_domain_and_type() local
2794 …struct netagent_registration *registration = netagent_find_agent_with_uuid_and_lock(uuid, false, f… in netagent_kernel_trigger() local
2853 …struct netagent_registration *registration = netagent_find_agent_with_uuid_and_lock(agent_uuid, fa… in netagent_client_message_with_params() local
3031 …struct netagent_registration *registration = netagent_find_agent_with_uuid_and_lock(agent_uuid, tr… in netagent_use() local
3059 …struct netagent_registration *registration = netagent_find_agent_with_uuid_and_lock(agent_uuid, fa… in netagent_copyout() local
3093 …struct netagent_registration *registration = netagent_find_agent_with_uuid_and_lock(agent_uuid, tr… in netagent_acquire_token() local
3181 …struct netagent_registration *registration = netagent_find_agent_with_uuid_and_lock(agent_uuid, fa… in netagent_trigger() local