Home
last modified time | relevance | path

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

12

/xnu-8019.80.24/bsd/dev/i386/
H A Dsystemcalls.c223 } 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 Dunix_signal.c786 int rval = EJUSTRETURN; in sigreturn()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c282 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 Derrno.h271 #define EJUSTRETURN (-2) /* don't modify regs, just return */ macro
/xnu-8019.80.24/bsd/net/
H A Dether_if_module.c562 return EJUSTRETURN; in ether_frameout_extended()
572 return EJUSTRETURN; in ether_frameout_extended()
H A Dif_bridge.c390 #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 Dether_inet6_pr_module.c154 return EJUSTRETURN; in ether_inet6_input()
H A Dif_loop.c214 return EJUSTRETURN; in lo_framer()
447 return EJUSTRETURN; in lo_pre_output()
H A Dif_pflog.c284 return EJUSTRETURN; in pflogdemux()
H A Dether_inet_pr_module.c225 return EJUSTRETURN; in ether_inet_input()
H A Dif_stf.c624 result = EJUSTRETURN; in stf_pre_output()
H A Ddlil.c5644 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 Dif_gif.c622 error = EJUSTRETURN; /* if no error, packet got sent already */ in gif_output()
H A Dndrv.c192 return EJUSTRETURN; in ndrv_input()
H A Dpacket_mangler.c1074 return EJUSTRETURN; in pktmnglr_ipfilter_input()
/xnu-8019.80.24/bsd/dev/arm/
H A Dsystemcalls.c309 } else if (error != EJUSTRETURN) { in arm_prepare_u32_syscall_return()
619 } else if (error != EJUSTRETURN) { in arm_prepare_u64_syscall_return()
H A Dunix_signal.c888 return EJUSTRETURN; in sigreturn()
/xnu-8019.80.24/bsd/kern/
H A Duipc_socket.c943 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 Dsys_socket.c279 if (error == EJUSTRETURN) { in soioctl()
H A Duipc_socket2.c909 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 Dsystrace.c235 } 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 Dflow_route.c759 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 Dbind_vnops.c239 if ((error == 0 || error == EJUSTRETURN) && lvp != NULL) { in bind_lookup()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_lookup.c1342 if (error != EJUSTRETURN) {
1851 if (error != EJUSTRETURN) {
/xnu-8019.80.24/bsd/netinet/
H A Dip_output.c994 if (result == EJUSTRETURN) { in ip_output_list()
1158 if (result == EJUSTRETURN) { in ip_output_list()
1504 if (result == EJUSTRETURN) { in ip_output_list()

12