| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_netagent.c | 94 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 D | nx_netif_netagent.c | 684 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 D | necp.c | 8992 …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 D | necp.h | 1312 struct necp_aggregate_socket_result results; member
|
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | udp6_output.c | 493 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 D | raw_ip6.c | 757 in6p->inp_policyresult.results.qos_marking_gencount = 0; in rip6_output()
|
| /xnu-8792.41.9/bsd/nfs/ |
| H A D | nfs_gss.c | 927 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 D | kern_debug.modulemap | 2 // but that results in a compiler error. Maybe clang only supports sourcing
|
| /xnu-8792.41.9/tests/vm/ |
| H A D | vm_allocation.c | 85 } 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 D | MakeInc.dir | 87 # Post-process build results
|
| /xnu-8792.41.9/doc/ |
| H A D | sched_cond.md | 37 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 D | thread_act.defs | 108 * thr_act. If the thr_act is currently executing, the results 142 * thread. If the thread is currently executing, the results
|
| H A D | vm_map.defs | 237 * are no alignment restrictions, and the results will
|
| H A D | mach_vm.defs | 274 * are no alignment restrictions, and the results will
|
| H A D | mach_port.defs | 473 * by the <task, pset> pair. The results of passing in the
|
| /xnu-8792.41.9/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 164 * 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 D | tcp_subr.c | 980 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 D | tcp_output.c | 3218 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 D | udp_usrreq.c | 1903 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 D | raw_ip.c | 594 inp->inp_policyresult.results.qos_marking_gencount = 0; in rip_output()
|
| /xnu-8792.41.9/libsyscall/mach/ |
| H A D | err_server.sub | 152 "(server/sunrpc) cannot decode results",
|
| /xnu-8792.41.9/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 217 is strongly discouraged as comprehensive results are not guaranteed.
|
| /xnu-8792.41.9/doc/allocators/ |
| H A D | api-basics.md | 41 these allocations results in a kernel panic.
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kpi_socketfilter.c | 160 if (inp->inp_policyresult.results.filter_control_unit == in sflt_permission_check()
|
| /xnu-8792.41.9/doc/memorystatus/ |
| H A D | freezer.md | 62 …SS_IS_FREEZABLE&train=Sydney&resultsFilters=projects%3DWebKit&resultType=results#line-978) is resp…
|