| /xnu-10063.141.1/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() 201 *results = assign_message; in fsw_netagent_flow_add() 217 ASSERT(*results == NULL); in fsw_netagent_flow_add() 264 void *ctx, struct necp_client_agent_parameters *cparams, void **results, in fsw_netagent_event() argument 279 ASSERT(results != NULL); in fsw_netagent_event() 281 *results = NULL; in fsw_netagent_event() 284 &cparams->u.nexus_request, results, results_length); in fsw_netagent_event()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_netagent.c | 646 void **results, size_t *results_length) in nx_netif_netagent_handle_interpose_flow_add() argument 672 *results = message; in nx_netif_netagent_handle_interpose_flow_add() 681 void **results, size_t *results_length) in nx_netif_netagent_handle_custom_ether_flow_add() argument 707 *results = message; in nx_netif_netagent_handle_custom_ether_flow_add() 719 void **results, size_t *results_length) in nx_netif_netagent_handle_ipv6_ula_flow_add() argument 795 *results = message; in nx_netif_netagent_handle_ipv6_ula_flow_add() 804 void **results, size_t *results_length) in nx_netif_netagent_handle_flow_add() argument 809 ASSERT(results != NULL && *results == NULL); in nx_netif_netagent_handle_flow_add() 814 flow_uuid, pid, cparams, results, results_length); in nx_netif_netagent_handle_flow_add() 817 flow_uuid, pid, cparams, results, results_length); in nx_netif_netagent_handle_flow_add() [all …]
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | necp.c | 9552 …u_int tunnel_interface_index = inp->inp_policyresult.results.result_parameter.tunnel_interface_ind… in necp_socket_ip_tunnel_tso() 9568 …if (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_SOCKET_SCOPED && (inp->inp_f… in necp_unscope() 9577 …if (inp->inp_boundifp != NULL && inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT… in necp_clear_tunnel() 9665 inp->inp_policyresult.results.filter_control_unit = 0; in necp_socket_find_policy_match() 9666 inp->inp_policyresult.results.flow_divert_aggregate_unit = 0; in necp_socket_find_policy_match() 9667 inp->inp_policyresult.results.route_rule_id = 0; in necp_socket_find_policy_match() 9669 inp->inp_policyresult.results.result = NECP_KERNEL_POLICY_RESULT_PASS; in necp_socket_find_policy_match() 9671 inp->inp_policyresult.results.result = NECP_KERNEL_POLICY_RESULT_DROP; in necp_socket_find_policy_match() 9687 inp->inp_policyresult.results.filter_control_unit = 0; in necp_socket_find_policy_match() 9688 inp->inp_policyresult.results.flow_divert_aggregate_unit = 0; in necp_socket_find_policy_match() [all …]
|
| H A D | necp.h | 1373 struct necp_aggregate_socket_result results; member
|
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | udp6_output.c | 494 in6p->inp_policyresult.results.qos_marking_gencount = 0; in udp6_output() 515 ip6oa.qos_marking_gencount = in6p->inp_policyresult.results.qos_marking_gencount; in udp6_output() 586 in6p->inp_policyresult.results.qos_marking_gencount = ip6oa.qos_marking_gencount; in udp6_output()
|
| H A D | raw_ip6.c | 760 in6p->inp_policyresult.results.qos_marking_gencount = 0; in rip6_output()
|
| /xnu-10063.141.1/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-10063.141.1/osfmk/kern/ |
| H A D | kern_debug.modulemap | 2 // but that results in a compiler error. Maybe clang only supports sourcing
|
| /xnu-10063.141.1/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-10063.141.1/makedefs/ |
| H A D | MakeInc.dir | 87 # Post-process build results
|
| /xnu-10063.141.1/osfmk/vm/ |
| H A D | pmap_cs.h | 698 pmap_cs_lookup_results_t *results);
|
| /xnu-10063.141.1/doc/primitives/ |
| H A D | sched_cond.md | 42 This results in precious CPU cycles being spent in (A) to wake the thread despite the fact that
|
| /xnu-10063.141.1/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-10063.141.1/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-10063.141.1/bsd/netinet/ |
| H A D | udp_usrreq.c | 775 if (check_cfil && inp != NULL && inp->inp_policyresult.results.filter_control_unit == 0) { in udp_input() 1942 inp->inp_policyresult.results.qos_marking_gencount = 0; in udp_output() 1964 ipoa.qos_marking_gencount = inp->inp_policyresult.results.qos_marking_gencount; in udp_output() 2042 inp->inp_policyresult.results.qos_marking_gencount = ipoa.qos_marking_gencount; in udp_output()
|
| H A D | tcp_subr.c | 974 ip6oa.qos_marking_gencount = tp->t_inpcb->inp_policyresult.results.qos_marking_gencount; in tcp_respond() 985 inp->inp_policyresult.results.qos_marking_gencount = ip6oa.qos_marking_gencount; in tcp_respond() 1042 ipoa.qos_marking_gencount = tp->t_inpcb->inp_policyresult.results.qos_marking_gencount; in tcp_respond() 1056 inp->inp_policyresult.results.qos_marking_gencount = ipoa.qos_marking_gencount; in tcp_respond() 3461 if (inp->inp_policyresult.results.result == NECP_KERNEL_POLICY_RESULT_IP_TUNNEL) { in tcp_set_tso() 3462 u_int tunnel_if_index = inp->inp_policyresult.results.result_parameter.tunnel_interface_index; in tcp_set_tso()
|
| H A D | tcp_output.c | 3329 ip6oa.qos_marking_gencount = inp->inp_policyresult.results.qos_marking_gencount; in tcp_ip_output() 3333 ipoa.qos_marking_gencount = inp->inp_policyresult.results.qos_marking_gencount; in tcp_ip_output() 3528 inp->inp_policyresult.results.qos_marking_gencount = qos_marking_gencount; in tcp_ip_output()
|
| /xnu-10063.141.1/libsyscall/mach/ |
| H A D | err_server.sub | 152 "(server/sunrpc) cannot decode results",
|
| /xnu-10063.141.1/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 217 is strongly discouraged as comprehensive results are not guaranteed.
|
| /xnu-10063.141.1/doc/vm/ |
| H A D | freezer.md | 58 …SS_IS_FREEZABLE&train=Sydney&resultsFilters=projects%3DWebKit&resultType=results#line-978) is resp…
|
| /xnu-10063.141.1/doc/allocators/ |
| H A D | api-basics.md | 43 these allocations results in a kernel panic.
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kpi_socketfilter.c | 161 if (inp->inp_policyresult.results.filter_control_unit == in sflt_permission_check()
|