Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Duipc_socket2.c1322 struct mbuf *control, int *error_out) in sbappendaddr() argument
1330 if (error_out) { in sbappendaddr()
1331 *error_out = 0; in sbappendaddr()
1345 if (error_out != NULL) { in sbappendaddr()
1346 *error_out = EINVAL; in sbappendaddr()
1378 if (error_out) { in sbappendaddr()
1379 *error_out = error; in sbappendaddr()
1406 if (error_out) { in sbappendaddr()
1407 *error_out = ENOBUFS; in sbappendaddr()
1485 int *error_out) in sbappendcontrol() argument
[all …]
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_lookup.c267 goto error_out; in namei()
312 goto error_out; in namei()
344 goto error_out; in namei()
374 goto error_out; in namei()
400 goto error_out; in namei()
458 goto error_out; in namei()
465 goto error_out; in namei()
531 error_out: in namei()
H A Dvfs_vnops.c1101 goto error_out; in vn_read_common()
1107 goto error_out; in vn_read_common()
1140 error_out: in vn_read_common()
1300 goto error_out; in vn_write()
1307 goto error_out; in vn_write()
1361 goto error_out; in vn_write()
1425 error_out: in vn_write()
H A Dvfs_subr.c6701 goto error_out; in vnode_create_internal()
6713 goto error_out; in vnode_create_internal()
6722 goto error_out; in vnode_create_internal()
7001 error_out: in vnode_create_internal()
/xnu-8796.121.2/bsd/sys/
H A Dsocketvar.h773 struct mbuf *m0, struct mbuf *control, int *error_out);
843 struct mbuf *control, int *error_out);
/xnu-8796.121.2/bsd/netinet/
H A Dmptcp_subr.c2136 int dlen = 0, error_out = 0, off = 0; in mptcp_subflow_soreceive() local
2275 error_out = 1; in mptcp_subflow_soreceive()
2296 error_out = 1; in mptcp_subflow_soreceive()
2317 if (error_out) { in mptcp_subflow_soreceive()