Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Duipc_socket2.c1321 struct mbuf *control, int *error_out) in sbappendaddr() argument
1329 if (error_out) { in sbappendaddr()
1330 *error_out = 0; in sbappendaddr()
1344 if (error_out != NULL) { in sbappendaddr()
1345 *error_out = EINVAL; in sbappendaddr()
1379 if (error_out) { in sbappendaddr()
1380 *error_out = error; in sbappendaddr()
1407 if (error_out) { in sbappendaddr()
1408 *error_out = ENOBUFS; in sbappendaddr()
1490 int *error_out) in sbappendcontrol() argument
[all …]
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_lookup.c310 goto error_out; in namei()
313 goto error_out; in namei()
324 goto error_out; in namei()
444 goto error_out; in namei()
464 goto error_out; in namei()
498 goto error_out; in namei()
515 goto error_out; in namei()
536 goto error_out; in namei()
594 goto error_out; in namei()
601 goto error_out; in namei()
[all …]
H A Dvfs_vnops.c1153 goto error_out; in vn_read_common()
1159 goto error_out; in vn_read_common()
1192 error_out: in vn_read_common()
1362 goto error_out; in vn_write()
1369 goto error_out; in vn_write()
1423 goto error_out; in vn_write()
1487 error_out: in vn_write()
H A Dvfs_subr.c6996 goto error_out; in vnode_create_internal()
7008 goto error_out; in vnode_create_internal()
7017 goto error_out; in vnode_create_internal()
7339 error_out: in vnode_create_internal()
/xnu-12377.1.9/bsd/sys/
H A Dsocketvar.h778 struct mbuf *m0, struct mbuf *control, int *error_out);
850 struct mbuf *control, int *error_out);
/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_subr.c2151 int dlen = 0, error_out = 0, off = 0; in mptcp_subflow_soreceive() local
2290 error_out = 1; in mptcp_subflow_soreceive()
2311 error_out = 1; in mptcp_subflow_soreceive()
2327 error_out = 1; in mptcp_subflow_soreceive()
2343 if (error_out) { in mptcp_subflow_soreceive()