Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Duipc_socket2.c1326 struct mbuf *control, int *error_out) in sbappendaddr() argument
1334 if (error_out) { in sbappendaddr()
1335 *error_out = 0; in sbappendaddr()
1349 if (error_out != NULL) { in sbappendaddr()
1350 *error_out = EINVAL; in sbappendaddr()
1382 if (error_out) { in sbappendaddr()
1383 *error_out = error; in sbappendaddr()
1410 if (error_out) { in sbappendaddr()
1411 *error_out = ENOBUFS; in sbappendaddr()
1489 int *error_out) in sbappendcontrol() argument
[all …]
/xnu-10002.41.9/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.c6835 goto error_out; in vnode_create_internal()
6847 goto error_out; in vnode_create_internal()
6856 goto error_out; in vnode_create_internal()
7175 error_out: in vnode_create_internal()
/xnu-10002.41.9/bsd/sys/
H A Dsocketvar.h785 struct mbuf *m0, struct mbuf *control, int *error_out);
856 struct mbuf *control, int *error_out);
/xnu-10002.41.9/bsd/netinet/
H A Dmptcp_subr.c2135 int dlen = 0, error_out = 0, off = 0; in mptcp_subflow_soreceive() local
2274 error_out = 1; in mptcp_subflow_soreceive()
2295 error_out = 1; in mptcp_subflow_soreceive()
2316 if (error_out) { in mptcp_subflow_soreceive()