Searched refs:EJUSTRETURN (Results 1 - 25 of 32) sorted by relevance

12

/xnu-2422.115.4/bsd/dev/i386/
H A Dsystemcalls.c221 else if (error != EJUSTRETURN) {
390 else if (error != EJUSTRETURN) {
501 else if (error != EJUSTRETURN) {
559 else if (error != EJUSTRETURN) {
H A Dunix_signal.c666 int rval = EJUSTRETURN;
/xnu-2422.115.4/bsd/sys/
H A Derrno.h271 #define EJUSTRETURN (-2) /* don't modify regs, just return */ macro
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_lookup.c298 retval = EJUSTRETURN;
371 * the element at all and return EJUSTRETURN.
376 retval = EJUSTRETURN;
/xnu-2422.115.4/bsd/net/
H A Dether_if_module.c545 return (EJUSTRETURN);
555 return (EJUSTRETURN);
H A Dether_inet6_pr_module.c156 return (EJUSTRETURN);
H A Dif_loop.c229 return (EJUSTRETURN);
439 return (EJUSTRETURN);
H A Dif_pflog.c257 return (EJUSTRETURN);
H A Dether_inet_pr_module.c224 return (EJUSTRETURN);
H A Ddlil.c3122 if (error != 0 && error != EJUSTRETURN)
3130 if (error != 0 && error != EJUSTRETURN)
3317 if (error == EJUSTRETURN)
3366 if (error != EJUSTRETURN)
3746 if (retval == EJUSTRETURN)
3799 if (retval != EJUSTRETURN)
3840 if (retval != EJUSTRETURN)
3971 if (retval == EJUSTRETURN)
4012 if (retval == EOPNOTSUPP || result == EJUSTRETURN) {
4048 if (retval == EOPNOTSUPP || result == EJUSTRETURN) {
[all...]
H A Dif_stf.c624 result = EJUSTRETURN;
635 * this shouldn't be called as the pre_output returns "EJUSTRETURN"
H A Dif_bridge.c4046 return (EJUSTRETURN);
4097 return (EJUSTRETURN);
4223 return (EJUSTRETURN); \
4235 return (EJUSTRETURN); \
4280 return (EJUSTRETURN);
4322 return (EJUSTRETURN);
H A Dif_gif.c601 error = EJUSTRETURN; /* if no error, packet got sent already */
H A Dif_utun.c724 return EJUSTRETURN;
H A Dndrv.c194 return EJUSTRETURN;
/xnu-2422.115.4/bsd/kern/
H A Duipc_socket2.c726 if (error != EJUSTRETURN)
767 if (error != EJUSTRETURN)
887 if (error != EJUSTRETURN)
939 if (error != EJUSTRETURN) {
1083 if (error != EJUSTRETURN) {
1177 if (error != EJUSTRETURN) {
H A Dsys_socket.c291 if (error == EJUSTRETURN)
H A Duipc_socket.c762 if (error == EJUSTRETURN)
863 if (error == EJUSTRETURN)
1261 * If we get EJUSTRETURN from one of the filters, mark this socket
1265 if (error == EJUSTRETURN) {
1358 if (error == EJUSTRETURN)
1445 if (error == EJUSTRETURN)
1998 if (error == EJUSTRETURN) {
3366 if (error == EJUSTRETURN)
3888 if (error == EJUSTRETURN)
H A Dkern_event.c1915 return (EJUSTRETURN);
1938 return (EJUSTRETURN);
1941 return (EJUSTRETURN);
1964 return (EJUSTRETURN);
2099 if (error == EJUSTRETURN)
H A Duipc_syscalls.c1939 if (error == EJUSTRETURN)
2024 if (error == EJUSTRETURN)
2688 if (error == EJUSTRETURN) {
/xnu-2422.115.4/bsd/dev/dtrace/
H A Dsystrace.c199 } else if (rval != EJUSTRETURN) {
283 } else if (rval != EJUSTRETURN) {
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c899 * VNOP_LOOKUP:EJUSTRETURN Restart system call (INTERNAL)
1118 if (error != EJUSTRETURN)
1126 * At this point, error should be EJUSTRETURN.
1593 if (error != EJUSTRETURN)
H A Dvfs_xattr.c222 * An EJUSTRETURN is from a filesystem which keeps this xattr
224 * EJUSTRETURN means the filesytem has done nothing, but identifies the
230 if (error == EJUSTRETURN) {
306 } else if (error == EJUSTRETURN) {
308 * EJUSTRETURN is from a filesystem which keeps this xattr natively as well
309 * as in a dot-underscore file. EJUSTRETURN means the filesytem did remove
/xnu-2422.115.4/bsd/netinet/
H A Dip_output.c956 if (result == EJUSTRETURN) {
1162 if (result == EJUSTRETURN) {
1415 if (result == EJUSTRETURN) {
H A Din_arp.c1167 result = EJUSTRETURN;
1176 * we're not returning EJUSTRETURN; the caller
1187 result = EJUSTRETURN;

Completed in 119 milliseconds

12