Home
last modified time | relevance | path

Searched refs:error_out (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/bsd/kern/
H A Duipc_socket2.c1366 if (error_out) { in sbappendaddr()
1367 *error_out = 0; in sbappendaddr()
1382 *error_out = EINVAL; in sbappendaddr()
1416 if (error_out) { in sbappendaddr()
1444 if (error_out) { in sbappendaddr()
1527 int *error_out) in sbappendcontrol() argument
1534 if (error_out) { in sbappendcontrol()
1535 *error_out = 0; in sbappendcontrol()
1546 *error_out = EINVAL; in sbappendcontrol()
1579 if (error_out) { in sbappendcontrol()
[all …]
/xnu-11215/bsd/vfs/
H A Dvfs_lookup.c277 goto error_out; in namei()
280 goto error_out; in namei()
291 goto error_out; in namei()
348 goto error_out; in namei()
380 goto error_out; in namei()
414 goto error_out; in namei()
440 goto error_out; in namei()
498 goto error_out; in namei()
505 goto error_out; in namei()
571 error_out: in namei()
H A Dvfs_vnops.c1108 goto error_out; in vn_read_common()
1114 goto error_out; in vn_read_common()
1147 error_out: in vn_read_common()
1317 goto error_out; in vn_write()
1324 goto error_out; in vn_write()
1378 goto error_out; in vn_write()
1442 error_out: in vn_write()
H A Dvfs_subr.c6951 goto error_out; in vnode_create_internal()
6963 goto error_out; in vnode_create_internal()
6972 goto error_out; in vnode_create_internal()
7292 error_out: in vnode_create_internal()
/xnu-11215/bsd/sys/
H A Dsocketvar.h787 struct mbuf *m0, struct mbuf *control, int *error_out);
859 struct mbuf *control, int *error_out);
/xnu-11215/bsd/netinet/
H A Dmptcp_subr.c2137 int dlen = 0, error_out = 0, off = 0; in mptcp_subflow_soreceive() local
2276 error_out = 1; in mptcp_subflow_soreceive()
2297 error_out = 1; in mptcp_subflow_soreceive()
2313 error_out = 1; in mptcp_subflow_soreceive()
2329 if (error_out) { in mptcp_subflow_soreceive()