Home
last modified time | relevance | path

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

12

/xnu-8792.41.9/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()
200 *results = assign_message; in fsw_netagent_flow_add()
216 ASSERT(*results == NULL); in fsw_netagent_flow_add()
263 void *ctx, struct necp_client_agent_parameters *cparams, void **results, in fsw_netagent_event() argument
278 ASSERT(results != NULL); in fsw_netagent_event()
280 *results = NULL; in fsw_netagent_event()
283 &cparams->u.nexus_request, results, results_length); in fsw_netagent_event()
/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c684 void **results, size_t *results_length) in nx_netif_netagent_handle_interpose_flow_add() argument
710 *results = message; in nx_netif_netagent_handle_interpose_flow_add()
719 void **results, size_t *results_length) in nx_netif_netagent_handle_custom_ether_flow_add() argument
745 *results = message; in nx_netif_netagent_handle_custom_ether_flow_add()
757 void **results, size_t *results_length) in nx_netif_netagent_handle_ipv6_ula_flow_add() argument
833 *results = message; in nx_netif_netagent_handle_ipv6_ula_flow_add()
842 void **results, size_t *results_length) in nx_netif_netagent_handle_flow_add() argument
847 ASSERT(results != NULL && *results == NULL); in nx_netif_netagent_handle_flow_add()
852 flow_uuid, pid, cparams, results, results_length); in nx_netif_netagent_handle_flow_add()
855 flow_uuid, pid, cparams, results, results_length); in nx_netif_netagent_handle_flow_add()
[all …]
/xnu-8792.41.9/bsd/net/
H A Dnecp.c8992 …u_int tunnel_interface_index = inp->inp_policyresult.results.result_parameter.tunnel_interface_ind… in necp_socket_ip_tunnel_tso()
9008 …if (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED && (inp->inp_f… in necp_unscope()
9063 inp->inp_policyresult.results.filter_control_unit = 0; in necp_socket_find_policy_match()
9064 inp->inp_policyresult.results.flow_divert_aggregate_unit = 0; in necp_socket_find_policy_match()
9065 inp->inp_policyresult.results.route_rule_id = 0; in necp_socket_find_policy_match()
9067 inp->inp_policyresult.results.result = NECP_KERNEL_POLICY_RESULT_PASS; in necp_socket_find_policy_match()
9069 inp->inp_policyresult.results.result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_socket_find_policy_match()
9085 inp->inp_policyresult.results.filter_control_unit = 0; in necp_socket_find_policy_match()
9086 inp->inp_policyresult.results.flow_divert_aggregate_unit = 0; in necp_socket_find_policy_match()
9087 inp->inp_policyresult.results.route_rule_id = 0; in necp_socket_find_policy_match()
[all …]
H A Dnecp.h1312 struct necp_aggregate_socket_result results; member
/xnu-8792.41.9/bsd/netinet6/
H A Dudp6_output.c493 in6p->inp_policyresult.results.qos_marking_gencount = 0; in udp6_output()
514 ip6oa.qos_marking_gencount = in6p->inp_policyresult.results.qos_marking_gencount; in udp6_output()
585 in6p->inp_policyresult.results.qos_marking_gencount = ip6oa.qos_marking_gencount; in udp6_output()
H A Draw_ip6.c757 in6p->inp_policyresult.results.qos_marking_gencount = 0; in rip6_output()
/xnu-8792.41.9/bsd/nfs/
H A Dnfs_gss.c927 mbuf_t mb, results; in nfs_gss_svc_protect_reply() local
941 results = mbuf_next(mb); // first mbuf in the results in nfs_gss_svc_protect_reply()
953 error = rpc_gss_integ_data_create(cp->gss_svc_ctx_id, &results, nd->nd_gss_seqnum, &reslen); in nfs_gss_svc_protect_reply()
956 error = rpc_gss_priv_data_create(cp->gss_svc_ctx_id, &results, nd->nd_gss_seqnum, &reslen); in nfs_gss_svc_protect_reply()
958 nfs_gss_append_chain(nmc_res, results); // Append the results mbufs in nfs_gss_svc_protect_reply()
/xnu-8792.41.9/osfmk/kern/
H A Dkern_debug.modulemap2 // but that results in a compiler error. Maybe clang only supports sourcing
/xnu-8792.41.9/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-8792.41.9/makedefs/
H A DMakeInc.dir87 # Post-process build results
/xnu-8792.41.9/doc/
H A Dsched_cond.md37 This results in precious CPU cycles being spent in (A) to wake the thread despite the fact that
/xnu-8792.41.9/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.defs473 * by the <task, pset> pair. The results of passing in the
/xnu-8792.41.9/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-8792.41.9/bsd/netinet/
H A Dtcp_subr.c980 ip6oa.qos_marking_gencount = tp->t_inpcb->inp_policyresult.results.qos_marking_gencount; in tcp_respond()
991 inp->inp_policyresult.results.qos_marking_gencount = ip6oa.qos_marking_gencount; in tcp_respond()
1045 ipoa.qos_marking_gencount = tp->t_inpcb->inp_policyresult.results.qos_marking_gencount; in tcp_respond()
1059 inp->inp_policyresult.results.qos_marking_gencount = ipoa.qos_marking_gencount; in tcp_respond()
3446 if (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL) { in tcp_set_tso()
3447 u_int tunnel_if_index = inp->inp_policyresult.results.result_parameter.tunnel_interface_index; in tcp_set_tso()
H A Dtcp_output.c3218 ip6oa.qos_marking_gencount = inp->inp_policyresult.results.qos_marking_gencount; in tcp_ip_output()
3222 ipoa.qos_marking_gencount = inp->inp_policyresult.results.qos_marking_gencount; in tcp_ip_output()
3416 inp->inp_policyresult.results.qos_marking_gencount = qos_marking_gencount; in tcp_ip_output()
H A Dudp_usrreq.c1903 inp->inp_policyresult.results.qos_marking_gencount = 0; in udp_output()
1925 ipoa.qos_marking_gencount = inp->inp_policyresult.results.qos_marking_gencount; in udp_output()
2003 inp->inp_policyresult.results.qos_marking_gencount = ipoa.qos_marking_gencount; in udp_output()
H A Draw_ip.c594 inp->inp_policyresult.results.qos_marking_gencount = 0; in rip_output()
/xnu-8792.41.9/libsyscall/mach/
H A Derr_server.sub152 "(server/sunrpc) cannot decode results",
/xnu-8792.41.9/bsd/man/man2/
H A Dgetdirentriesattr.2217 is strongly discouraged as comprehensive results are not guaranteed.
/xnu-8792.41.9/doc/allocators/
H A Dapi-basics.md41 these allocations results in a kernel panic.
/xnu-8792.41.9/bsd/kern/
H A Dkpi_socketfilter.c160 if (inp->inp_policyresult.results.filter_control_unit == in sflt_permission_check()
/xnu-8792.41.9/doc/memorystatus/
H A Dfreezer.md62 …SS_IS_FREEZABLE&train=Sydney&resultsFilters=projects%3DWebKit&resultType=results#line-978) is resp…

12