Home
last modified time | relevance | path

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

12

/xnu-10002.41.9/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.c795 int rval = EJUSTRETURN; in sigreturn()
/xnu-10002.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c279 if (err == EJUSTRETURN && m != NULL) { in fsw_ethernet_resolve()
288 if (err == EJUSTRETURN) { in fsw_ethernet_resolve()
418 err = EJUSTRETURN; in fsw_ethernet_resolve()
459 if (__improbable(err != 0 && err != EJUSTRETURN)) { in fsw_ethernet_resolve()
/xnu-10002.41.9/bsd/sys/
H A Derrno.h271 #define EJUSTRETURN (-2) /* don't modify regs, just return */ macro
/xnu-10002.41.9/bsd/net/
H A Dether_if_module.c555 return EJUSTRETURN; in ether_frameout_extended()
565 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
2274 error = EJUSTRETURN; in bridge_iff_input()
2328 if (error != 0 && error != EJUSTRETURN) { in bridge_iff_output()
5237 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.c342 return EJUSTRETURN; in pflogdemux()
H A Dether_inet_pr_module.c225 return EJUSTRETURN; in ether_inet_input()
H A Dif_stf.c619 result = EJUSTRETURN; in stf_pre_output()
H A Ddlil.c6184 if (error != 0 && error != EJUSTRETURN) { in dlil_ifproto_input()
6193 if (error != 0 && error != EJUSTRETURN) { in dlil_ifproto_input()
6396 if (error == EJUSTRETURN) { in dlil_input_packet_list_common()
6553 if (error != EJUSTRETURN) { in dlil_input_packet_list_common()
7067 if (retval == EJUSTRETURN) { in dlil_output()
7145 if (retval != EJUSTRETURN) { in dlil_output()
7186 if (retval != EJUSTRETURN) { in dlil_output()
7400 if (retval == EJUSTRETURN) { in dlil_output()
7858 if (retval == EOPNOTSUPP || result == EJUSTRETURN) { in ifnet_ioctl()
7896 if (retval == EOPNOTSUPP || result == EJUSTRETURN) { in ifnet_ioctl()
[all …]
H A Dpacket_mangler.c1025 return EJUSTRETURN; in pktmnglr_ipfilter_input()
H A Dif_gif.c616 error = EJUSTRETURN; /* if no error, packet got sent already */ in gif_output()
H A Dndrv.c193 return EJUSTRETURN; in ndrv_input()
H A Dcontent_filter.c2084 if (error == EJUSTRETURN) { in cfil_ctl_send()
2096 if (error == EJUSTRETURN) { in cfil_ctl_send()
4315 error = EJUSTRETURN; in cfil_data_filter()
4668 error = EJUSTRETURN; in cfil_update_data_offsets()
5404 error = EJUSTRETURN; in cfil_sock_shutdown()
6619 error = EJUSTRETURN; in cfil_sock_udp_shutdown()
/xnu-10002.41.9/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-10002.41.9/bsd/kern/
H A Duipc_socket.c959 if (error == EJUSTRETURN) { in sobindlock()
1064 if (error == EJUSTRETURN) { in solisten()
1626 if (error == EJUSTRETURN) { in soacceptfilter()
1746 if (error == EJUSTRETURN) { in soconnectlock()
1900 if (error == EJUSTRETURN) { in soconnectxlocked()
2563 if (error == EJUSTRETURN) { in sosend()
2576 if (error == EJUSTRETURN) { in sosend()
2827 if (error != 0 && error != EJUSTRETURN) { in sosend_list()
2840 if (error != 0 && error != EJUSTRETURN) { in sosend_list()
2847 if (error == EJUSTRETURN) { in sosend_list()
[all …]
H A Dsys_socket.c279 if (error == EJUSTRETURN) { in soioctl()
H A Duipc_socket2.c911 if (error != EJUSTRETURN) { in sbappend_common()
990 if (error != EJUSTRETURN) { in sbappendstream()
1155 if (error != EJUSTRETURN) { in sbappendrecord_common()
1375 if (error != EJUSTRETURN) { in sbappendaddr()
1532 if (error != EJUSTRETURN) { in sbappendcontrol()
/xnu-10002.41.9/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-10002.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c747 SK_KVA(fr), (err == EJUSTRETURN ? "pending" : in flow_route_find()
752 SK_KVA(fr), (err == EJUSTRETURN ? "pending" : in flow_route_find()
756 if (err == EJUSTRETURN) { in flow_route_find()
/xnu-10002.41.9/bsd/miscfs/bindfs/
H A Dbind_vnops.c239 if ((error == 0 || error == EJUSTRETURN) && lvp != NULL) { in bind_lookup()
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_lookup.c1346 if (error != EJUSTRETURN) {
1855 if (error != EJUSTRETURN) {
/xnu-10002.41.9/bsd/netinet/
H A Dip_output.c1008 if (result == EJUSTRETURN) { in ip_output_list()
1172 if (result == EJUSTRETURN) { in ip_output_list()
1518 if (result == EJUSTRETURN) { in ip_output_list()

12