Lines Matching refs:agent_uuid
5382 necp_ifnet_matches_agent(struct ifnet *ifp, uuid_t *agent_uuid, bool check_delegates) in necp_ifnet_matches_agent() argument
5390 if (uuid_compare(check_ifp->if_agentids[index], *agent_uuid) == 0) { in necp_ifnet_matches_agent()
8272 if (uuid_compare(option->nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow()
8279 if (uuid_compare(option->nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow()
8290 necp_client_add_nexus_flow_if_needed(new_registration, add_request->agent_uuid, interface_index); in necp_client_add_flow()
8292 error = netagent_client_message_with_params(add_request->agent_uuid, in necp_client_add_flow()
8305 …!necp_assign_client_result_locked(proc, fd_data, client, new_registration, add_request->agent_uuid, in necp_client_add_flow()
8343 if (uuid_compare(interface->if_agentids[i], add_request->agent_uuid) == 0) { in necp_client_add_flow()
8356 necp_client_add_nexus_flow_if_needed(new_registration, add_request->agent_uuid, interface_index); in necp_client_add_flow()
8358 error = netagent_client_message_with_params(add_request->agent_uuid, in necp_client_add_flow()
8673 uuid_t agent_uuid; in necp_client_agent_action() local
8674 uuid_copy(agent_uuid, value); in necp_client_agent_action()
8686 if (!necp_client_remove_assertion(client, agent_uuid)) { in necp_client_agent_action()
8695 error = netagent_client_message_with_params(agent_uuid, in necp_client_agent_action()
8710 necp_client_add_assertion(client, agent_uuid); in necp_client_agent_action()
8714 uuid_t agent_uuid; in necp_client_agent_action() local
8715 uuid_copy(agent_uuid, value); in necp_client_agent_action()
8726 error = netagent_client_message_with_params(agent_uuid, in necp_client_agent_action()
8739 uuid_t agent_uuid; in necp_client_agent_action() local
8740 uuid_copy(agent_uuid, value); in necp_client_agent_action()
8747 error = netagent_client_message_with_params(agent_uuid, in necp_client_agent_action()
8787 uuid_t agent_uuid; in necp_client_copy_agent() local
8797 error = copyin(uap->client_id, agent_uuid, sizeof(uuid_t)); in necp_client_copy_agent()
8803 error = netagent_copyout(agent_uuid, uap->buffer, buffer_size); in necp_client_copy_agent()
8844 error = netagent_use(parameters.agent_uuid, ¶meters.out_use_count); in necp_client_agent_use()
8870 uuid_t agent_uuid = {}; in necp_client_acquire_agent_token() local
8882 error = copyin(uap->client_id, agent_uuid, sizeof(uuid_t)); in necp_client_acquire_agent_token()
8888 error = netagent_acquire_token(agent_uuid, uap->buffer, buffer_size, retval); in necp_client_acquire_agent_token()