Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Duipc_socket2.c1315 struct mbuf *control, int *error_out) in sbappendaddr() argument
1323 if (error_out) { in sbappendaddr()
1324 *error_out = 0; in sbappendaddr()
1338 if (error_out != NULL) { in sbappendaddr()
1339 *error_out = EINVAL; in sbappendaddr()
1371 if (error_out) { in sbappendaddr()
1372 *error_out = error; in sbappendaddr()
1399 if (error_out) { in sbappendaddr()
1400 *error_out = ENOBUFS; in sbappendaddr()
1478 int *error_out) in sbappendcontrol() argument
[all …]
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_lookup.c260 goto error_out; in namei()
305 goto error_out; in namei()
337 goto error_out; in namei()
371 goto error_out; in namei()
397 goto error_out; in namei()
455 goto error_out; in namei()
462 goto error_out; in namei()
528 error_out: in namei()
H A Dvfs_vnops.c1105 goto error_out; in vn_read_common()
1111 goto error_out; in vn_read_common()
1144 error_out: in vn_read_common()
1304 goto error_out; in vn_write()
1311 goto error_out; in vn_write()
1365 goto error_out; in vn_write()
1429 error_out: in vn_write()
H A Dvfs_subr.c6942 goto error_out; in vnode_create_internal()
6954 goto error_out; in vnode_create_internal()
6963 goto error_out; in vnode_create_internal()
7282 error_out: in vnode_create_internal()
/xnu-10063.141.1/bsd/sys/
H A Dsocketvar.h781 struct mbuf *m0, struct mbuf *control, int *error_out);
852 struct mbuf *control, int *error_out);
/xnu-10063.141.1/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()
2318 if (error_out) { in mptcp_subflow_soreceive()