| /xnu-8019.80.24/bsd/dev/i386/ |
| H A D | systemcalls.c | 223 } else if (error != EJUSTRETURN) { in unix_syscall() 419 } else if (error != EJUSTRETURN) { in unix_syscall64() 521 } else if (error != EJUSTRETURN) { in unix_syscall_return() 574 } else if (error != EJUSTRETURN) { in unix_syscall_return()
|
| H A D | unix_signal.c | 786 int rval = EJUSTRETURN; in sigreturn()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 282 if (err == EJUSTRETURN && m != NULL) { in fsw_ethernet_resolve() 291 if (err == EJUSTRETURN) { in fsw_ethernet_resolve() 422 err = EJUSTRETURN; in fsw_ethernet_resolve() 464 if (__improbable(err != 0 && err != EJUSTRETURN)) { in fsw_ethernet_resolve()
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | errno.h | 271 #define EJUSTRETURN (-2) /* don't modify regs, just return */ macro
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | ether_if_module.c | 562 return EJUSTRETURN; in ether_frameout_extended() 572 return EJUSTRETURN; in ether_frameout_extended()
|
| H A D | if_bridge.c | 390 #define _EBADIP EJUSTRETURN 391 #define _EBADIPCHECKSUM EJUSTRETURN 392 #define _EBADIPV6 EJUSTRETURN 393 #define _EBADUDP EJUSTRETURN 394 #define _EBADTCP EJUSTRETURN 395 #define _EBADUDPCHECKSUM EJUSTRETURN 396 #define _EBADTCPCHECKSUM EJUSTRETURN 2066 error = EJUSTRETURN; in bridge_iff_input() 2120 if (error != 0 && error != EJUSTRETURN) { in bridge_iff_output() 5025 return EJUSTRETURN; [all …]
|
| H A D | ether_inet6_pr_module.c | 154 return EJUSTRETURN; in ether_inet6_input()
|
| H A D | if_loop.c | 214 return EJUSTRETURN; in lo_framer() 447 return EJUSTRETURN; in lo_pre_output()
|
| H A D | if_pflog.c | 284 return EJUSTRETURN; in pflogdemux()
|
| H A D | ether_inet_pr_module.c | 225 return EJUSTRETURN; in ether_inet_input()
|
| H A D | if_stf.c | 624 result = EJUSTRETURN; in stf_pre_output()
|
| H A D | dlil.c | 5644 if (error != 0 && error != EJUSTRETURN) { in dlil_ifproto_input() 5653 if (error != 0 && error != EJUSTRETURN) { in dlil_ifproto_input() 5856 if (error == EJUSTRETURN) { in dlil_input_packet_list_common() 6013 if (error != EJUSTRETURN) { in dlil_input_packet_list_common() 6512 if (retval == EJUSTRETURN) { in dlil_output() 6590 if (retval != EJUSTRETURN) { in dlil_output() 6631 if (retval != EJUSTRETURN) { in dlil_output() 6845 if (retval == EJUSTRETURN) { in dlil_output() 7274 if (retval == EOPNOTSUPP || result == EJUSTRETURN) { in ifnet_ioctl() 7312 if (retval == EOPNOTSUPP || result == EJUSTRETURN) { in ifnet_ioctl() [all …]
|
| H A D | if_gif.c | 622 error = EJUSTRETURN; /* if no error, packet got sent already */ in gif_output()
|
| H A D | ndrv.c | 192 return EJUSTRETURN; in ndrv_input()
|
| H A D | packet_mangler.c | 1074 return EJUSTRETURN; in pktmnglr_ipfilter_input()
|
| /xnu-8019.80.24/bsd/dev/arm/ |
| H A D | systemcalls.c | 309 } else if (error != EJUSTRETURN) { in arm_prepare_u32_syscall_return() 619 } else if (error != EJUSTRETURN) { in arm_prepare_u64_syscall_return()
|
| H A D | unix_signal.c | 888 return EJUSTRETURN; in sigreturn()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | uipc_socket.c | 943 if (error == EJUSTRETURN) { in sobindlock() 1048 if (error == EJUSTRETURN) { in solisten() 1601 if (error == EJUSTRETURN) { in soacceptfilter() 1720 if (error == EJUSTRETURN) { in soconnectlock() 1874 if (error == EJUSTRETURN) { in soconnectxlocked() 2536 if (error == EJUSTRETURN) { in sosend() 2549 if (error == EJUSTRETURN) { in sosend() 2917 if (error != 0 && error != EJUSTRETURN) { in sosend_list() 2928 if (error != 0 && error != EJUSTRETURN) { in sosend_list() 2937 if (error == EJUSTRETURN) { in sosend_list() [all …]
|
| H A D | sys_socket.c | 279 if (error == EJUSTRETURN) { in soioctl()
|
| H A D | uipc_socket2.c | 909 if (error != EJUSTRETURN) { in sbappend_common() 988 if (error != EJUSTRETURN) { in sbappendstream() 1153 if (error != EJUSTRETURN) { in sbappendrecord_common() 1369 if (error != EJUSTRETURN) { in sbappendaddr() 1526 if (error != EJUSTRETURN) { in sbappendcontrol()
|
| /xnu-8019.80.24/bsd/dev/dtrace/ |
| H A D | systrace.c | 235 } else if (rval != EJUSTRETURN) { in dtrace_systrace_syscall() 319 } else if (rval != EJUSTRETURN) { in dtrace_systrace_syscall_return()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_route.c | 759 SK_KVA(fr), (err == EJUSTRETURN ? "pending" : in flow_route_find() 764 SK_KVA(fr), (err == EJUSTRETURN ? "pending" : in flow_route_find() 768 if (err == EJUSTRETURN) { in flow_route_find()
|
| /xnu-8019.80.24/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 239 if ((error == 0 || error == EJUSTRETURN) && lvp != NULL) { in bind_lookup()
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_lookup.c | 1342 if (error != EJUSTRETURN) { 1851 if (error != EJUSTRETURN) {
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | ip_output.c | 994 if (result == EJUSTRETURN) { in ip_output_list() 1158 if (result == EJUSTRETURN) { in ip_output_list() 1504 if (result == EJUSTRETURN) { in ip_output_list()
|