Home
last modified time | relevance | path

Searched refs:EJUSTRETURN (Results 1 – 25 of 46) sorted by relevance

12

/xnu-12377.81.4/bsd/dev/i386/
H A Dsystemcalls.c219 } else if (error != EJUSTRETURN) { in unix_syscall()
411 } else if (error != EJUSTRETURN) { in unix_syscall64()
513 } else if (error != EJUSTRETURN) { in unix_syscall_return()
566 } else if (error != EJUSTRETURN) { in unix_syscall_return()
/xnu-12377.81.4/bsd/net/
H A Ddlil_output.c226 if (retval == EJUSTRETURN) { in dlil_output()
312 if (retval != EJUSTRETURN) { in dlil_output()
354 if (retval != EJUSTRETURN) { in dlil_output()
584 if (retval == EJUSTRETURN) { in dlil_output()
H A Dether_if_module.c517 return EJUSTRETURN; in ether_demux()
661 return EJUSTRETURN; in ether_frameout_extended()
675 return EJUSTRETURN; in ether_frameout_extended()
H A Dether_inet6_pr_module.c156 return EJUSTRETURN; in ether_inet6_input()
H A Dif_loop.c216 return EJUSTRETURN; in lo_framer()
449 return EJUSTRETURN; in lo_pre_output()
H A Dif_pflog.c319 return EJUSTRETURN; in pflogdemux()
H A Ddlil_input.c340 if (error != 0 && error != EJUSTRETURN) { in dlil_ifproto_input()
349 if (error != 0 && error != EJUSTRETURN) { in dlil_ifproto_input()
856 if (error == EJUSTRETURN) { in dlil_input_packet_list_common()
1005 if (error != EJUSTRETURN) { in dlil_input_packet_list_common()
H A Dif_bridge.c431 #define _EBADIP EJUSTRETURN
432 #define _EBADIPCHECKSUM EJUSTRETURN
433 #define _EBADIPV6 EJUSTRETURN
434 #define _EBADUDP EJUSTRETURN
435 #define _EBADTCP EJUSTRETURN
436 #define _EBADUDPCHECKSUM EJUSTRETURN
437 #define _EBADTCPCHECKSUM EJUSTRETURN
2452 error = EJUSTRETURN; in bridge_iff_input()
2465 return EJUSTRETURN; in bridge_iff_input()
2475 error = EJUSTRETURN; in bridge_iff_input()
[all …]
H A Dether_inet_pr_module.c234 return EJUSTRETURN; in ether_inet_input()
H A Dcontent_filter.c2089 if (error == EJUSTRETURN) { in cfil_ctl_send()
2101 if (error == EJUSTRETURN) { in cfil_ctl_send()
4284 if (error != EJUSTRETURN) { in cfil_data_service_ctl_q()
4362 if (error != EJUSTRETURN) { in cfil_data_filter()
4370 error = EJUSTRETURN; in cfil_data_filter()
4733 if (error != EJUSTRETURN) { in cfil_update_data_offsets()
4738 error = EJUSTRETURN; in cfil_update_data_offsets()
5480 error = EJUSTRETURN; in cfil_sock_shutdown()
6779 error = EJUSTRETURN; in cfil_sock_udp_shutdown()
H A Dif_stf.c622 result = EJUSTRETURN; in stf_pre_output()
H A Dif_ports_used.c1433 return EJUSTRETURN; in if_set_wake_physical_interface()
1851 if (if_set_wake_physical_interface(ifp) == EJUSTRETURN) { in if_ports_used_match_mbuf()
2246 if (if_set_wake_physical_interface(ifp) == EJUSTRETURN) { in if_ports_used_match_pkt()
H A Dif_gif.c618 error = EJUSTRETURN; /* if no error, packet got sent already */ in gif_output()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c286 if (err == EJUSTRETURN && m != NULL) { in fsw_ethernet_resolve()
295 if (err == EJUSTRETURN) { in fsw_ethernet_resolve()
430 err = EJUSTRETURN; in fsw_ethernet_resolve()
477 if (__improbable(err != 0 && err != EJUSTRETURN)) { in fsw_ethernet_resolve()
/xnu-12377.81.4/bsd/sys/
H A Derrno.h276 #define EJUSTRETURN (-2) /* don't modify regs, just return */ macro
/xnu-12377.81.4/bsd/dev/arm/
H A Dsystemcalls.c300 } else if (error != EJUSTRETURN) { in arm_prepare_u32_syscall_return()
504 } else if (error != EJUSTRETURN) { in arm_prepare_u64_syscall_return()
/xnu-12377.81.4/bsd/kern/
H A Duipc_socket.c787 if (error == EJUSTRETURN) { in sobindlock()
890 if (error == EJUSTRETURN) { in solisten()
1452 if (error == EJUSTRETURN) { in soacceptfilter()
1584 if (error == EJUSTRETURN) { in soconnectlock()
1743 if (error == EJUSTRETURN) { in soconnectxlocked()
2420 if (error == EJUSTRETURN) { in sosend()
2433 if (error == EJUSTRETURN) { in sosend()
2443 if (error == EJUSTRETURN) { in sosend()
2554 if (error == EJUSTRETURN) { in sosend_reinject()
2691 if (error != 0 && error != EJUSTRETURN) { in sosend_list()
[all …]
H A Dsys_socket.c275 if (error == EJUSTRETURN) { in soioctl()
H A Duipc_socket2.c939 if (error != EJUSTRETURN) { in sbappend_common()
1020 if (error != EJUSTRETURN) { in sbappendstream()
1150 if (error != EJUSTRETURN) { in sbappendrecord_common()
1372 if (error != EJUSTRETURN) { in sbappendaddr()
1535 if (error != EJUSTRETURN) { in sbappendcontrol()
H A Duipc_syscalls.c3156 if (error == EJUSTRETURN) { in getsockname()
3244 if (error == EJUSTRETURN) { in getpeername()
4069 if (error == EJUSTRETURN) { in sendfile()
4083 if (error == EJUSTRETURN) { in sendfile()
/xnu-12377.81.4/bsd/dev/dtrace/
H A Dsystrace.c219 } else if (rval != EJUSTRETURN) { in dtrace_systrace_syscall()
303 } else if (rval != EJUSTRETURN) { in dtrace_systrace_syscall_return()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c748 SK_KVA(fr), (err == EJUSTRETURN ? "pending" : in flow_route_find()
753 SK_KVA(fr), (err == EJUSTRETURN ? "pending" : in flow_route_find()
757 if (err == EJUSTRETURN) { in flow_route_find()
/xnu-12377.81.4/bsd/miscfs/bindfs/
H A Dbind_vnops.c239 if ((error == 0 || error == EJUSTRETURN) && lvp != NULL) { in bind_lookup()
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_lookup.c1582 if (error != EJUSTRETURN) {
2136 if (error != EJUSTRETURN) {
/xnu-12377.81.4/bsd/netinet/
H A Dip_output.c1041 if (result == EJUSTRETURN) { in ip_output_list()
1210 if (result == EJUSTRETURN) { in ip_output_list()
1588 if (result == EJUSTRETURN) { in ip_output_list()

12