Home
last modified time | relevance | path

Searched refs:results (Results 1 – 25 of 27) sorted by relevance

12

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c94 void **results, size_t *results_length) in fsw_netagent_flow_add() argument
105 ASSERT(results != NULL && *results == NULL); in fsw_netagent_flow_add()
175 *results = assign_message; in fsw_netagent_flow_add()
191 ASSERT(*results == NULL); in fsw_netagent_flow_add()
238 void *ctx, struct necp_client_agent_parameters *cparams, void **results, in fsw_netagent_event() argument
253 ASSERT(results != NULL); in fsw_netagent_event()
255 *results = NULL; in fsw_netagent_event()
258 &cparams->u.nexus_request, results, results_length); in fsw_netagent_event()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c685 void **results, size_t *results_length) in nx_netif_netagent_handle_interpose_flow_add() argument
711 *results = message; in nx_netif_netagent_handle_interpose_flow_add()
720 void **results, size_t *results_length) in nx_netif_netagent_handle_custom_ether_flow_add() argument
746 *results = message; in nx_netif_netagent_handle_custom_ether_flow_add()
758 void **results, size_t *results_length) in nx_netif_netagent_handle_ipv6_ula_flow_add() argument
834 *results = message; in nx_netif_netagent_handle_ipv6_ula_flow_add()
843 void **results, size_t *results_length) in nx_netif_netagent_handle_flow_add() argument
848 ASSERT(results != NULL && *results == NULL); in nx_netif_netagent_handle_flow_add()
853 flow_uuid, pid, cparams, results, results_length); in nx_netif_netagent_handle_flow_add()
856 flow_uuid, pid, cparams, results, results_length); in nx_netif_netagent_handle_flow_add()
[all …]
/xnu-8019.80.24/bsd/net/
H A Dnecp.c8596 …u_int tunnel_interface_index = inp->inp_policyresult.results.result_parameter.tunnel_interface_ind… in necp_socket_ip_tunnel_tso()
8657 inp->inp_policyresult.results.filter_control_unit = 0; in necp_socket_find_policy_match()
8658 inp->inp_policyresult.results.flow_divert_aggregate_unit = 0; in necp_socket_find_policy_match()
8659 inp->inp_policyresult.results.route_rule_id = 0; in necp_socket_find_policy_match()
8661 inp->inp_policyresult.results.result = NECP_KERNEL_POLICY_RESULT_PASS; in necp_socket_find_policy_match()
8663 inp->inp_policyresult.results.result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_socket_find_policy_match()
8672 if (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED) { in necp_socket_find_policy_match()
8683 inp->inp_policyresult.results.filter_control_unit = 0; in necp_socket_find_policy_match()
8684 inp->inp_policyresult.results.flow_divert_aggregate_unit = 0; in necp_socket_find_policy_match()
8685 inp->inp_policyresult.results.route_rule_id = 0; in necp_socket_find_policy_match()
[all …]
H A Dnecp.h1212 struct necp_aggregate_socket_result results; member
/xnu-8019.80.24/bsd/netinet6/
H A Dudp6_output.c492 in6p->inp_policyresult.results.qos_marking_gencount = 0; in udp6_output()
513 ip6oa.qos_marking_gencount = in6p->inp_policyresult.results.qos_marking_gencount; in udp6_output()
584 in6p->inp_policyresult.results.qos_marking_gencount = ip6oa.qos_marking_gencount; in udp6_output()
H A Draw_ip6.c746 in6p->inp_policyresult.results.qos_marking_gencount = 0; in rip6_output()
/xnu-8019.80.24/osfmk/kern/
H A Dkern_debug.modulemap2 // but that results in a compiler error. Maybe clang only supports sourcing
/xnu-8019.80.24/tests/vm/
H A Dvm_allocation.c85 } results = {0, 0}; variable
131 results.numoftests += (uintmax_t)suite->numoftests; in log_suite_results()
132 results.passed_tests += (uintmax_t)passed_tests; in log_suite_results()
301 T_LOG("Total: %ju", results.numoftests); in log_aggregated_results()
302 T_LOG("Passed: %ju", results.passed_tests); in log_aggregated_results()
303 T_LOG("Failed: %ju\n", results.numoftests - results.passed_tests); in log_aggregated_results()
305 T_QUIET; T_ASSERT_EQ(results.passed_tests, results.numoftests, in log_aggregated_results()
307 results.passed_tests, results.numoftests); in log_aggregated_results()
/xnu-8019.80.24/makedefs/
H A DMakeInc.dir87 # Post-process build results
H A DMakeInc.top554 # Post-process build results
H A DMakeInc.def662 # and zsh both fail with different results (zsh even warns you).
/xnu-8019.80.24/iokit/DriverKit/
H A DIOUserClient.iig164 * An application may open an IOUserClient by calling IOServiceOpen(). This results in a call
218 * To deliver the asynchronous results the driver calls AsyncCompletion().
/xnu-8019.80.24/osfmk/mach/
H A Dthread_act.defs108 * thr_act. If the thr_act is currently executing, the results
142 * thread. If the thread is currently executing, the results
H A Dvm_map.defs237 * are no alignment restrictions, and the results will
H A Dmach_vm.defs274 * are no alignment restrictions, and the results will
H A Dmach_port.defs487 * by the <task, pset> pair. The results of passing in the
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_gss.c3409 mbuf_t mb, results; in nfs_gss_svc_protect_reply() local
3423 results = mbuf_next(mb); // first mbuf in the results in nfs_gss_svc_protect_reply()
3435 error = rpc_gss_integ_data_create(cp->gss_svc_ctx_id, &results, nd->nd_gss_seqnum, &reslen); in nfs_gss_svc_protect_reply()
3438 error = rpc_gss_priv_data_create(cp->gss_svc_ctx_id, &results, nd->nd_gss_seqnum, &reslen); in nfs_gss_svc_protect_reply()
3440 nfs_gss_append_chain(nmc_res, results); // Append the results mbufs in nfs_gss_svc_protect_reply()
/xnu-8019.80.24/bsd/netinet/
H A Dtcp_subr.c967 ip6oa.qos_marking_gencount = tp->t_inpcb->inp_policyresult.results.qos_marking_gencount; in tcp_respond()
978 inp->inp_policyresult.results.qos_marking_gencount = ip6oa.qos_marking_gencount; in tcp_respond()
1032 ipoa.qos_marking_gencount = tp->t_inpcb->inp_policyresult.results.qos_marking_gencount; in tcp_respond()
1046 inp->inp_policyresult.results.qos_marking_gencount = ipoa.qos_marking_gencount; in tcp_respond()
3427 if (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL) { in tcp_set_tso()
3428 u_int tunnel_if_index = inp->inp_policyresult.results.result_parameter.tunnel_interface_index; in tcp_set_tso()
H A Dtcp_output.c2951 ip6oa.qos_marking_gencount = inp->inp_policyresult.results.qos_marking_gencount; in tcp_ip_output()
2955 ipoa.qos_marking_gencount = inp->inp_policyresult.results.qos_marking_gencount; in tcp_ip_output()
3144 inp->inp_policyresult.results.qos_marking_gencount = qos_marking_gencount; in tcp_ip_output()
H A Dudp_usrreq.c1892 inp->inp_policyresult.results.qos_marking_gencount = 0; in udp_output()
1914 ipoa.qos_marking_gencount = inp->inp_policyresult.results.qos_marking_gencount; in udp_output()
1992 inp->inp_policyresult.results.qos_marking_gencount = ipoa.qos_marking_gencount; in udp_output()
H A Draw_ip.c580 inp->inp_policyresult.results.qos_marking_gencount = 0; in rip_output()
/xnu-8019.80.24/libsyscall/mach/
H A Derr_server.sub152 "(server/sunrpc) cannot decode results",
/xnu-8019.80.24/bsd/man/man2/
H A Dgetdirentriesattr.2217 is strongly discouraged as comprehensive results are not guaranteed.
/xnu-8019.80.24/bsd/kern/
H A Dkpi_socketfilter.c160 if (inp->inp_policyresult.results.filter_control_unit == in sflt_permission_check()
/xnu-8019.80.24/doc/
H A Dallocators.md405 these allocations results in a kernel panic.

12