Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Duipc_socket2.c1320 struct mbuf *control, int *error_out) in sbappendaddr() argument
1328 if (error_out) { in sbappendaddr()
1329 *error_out = 0; in sbappendaddr()
1343 if (error_out != NULL) { in sbappendaddr()
1344 *error_out = EINVAL; in sbappendaddr()
1376 if (error_out) { in sbappendaddr()
1377 *error_out = error; in sbappendaddr()
1404 if (error_out) { in sbappendaddr()
1405 *error_out = ENOBUFS; in sbappendaddr()
1483 int *error_out) in sbappendcontrol() argument
[all …]
/xnu-8019.80.24/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.c1095 goto error_out; in vn_read()
1102 goto error_out; in vn_read()
1139 error_out: in vn_read()
1252 goto error_out; in vn_write()
1259 goto error_out; in vn_write()
1313 goto error_out; in vn_write()
1376 error_out: in vn_write()
H A Dvfs_subr.c6069 goto error_out; in vnode_create_internal()
6081 goto error_out; in vnode_create_internal()
6090 goto error_out; in vnode_create_internal()
6348 error_out: in vnode_create_internal()
/xnu-8019.80.24/bsd/sys/
H A Dsocketvar.h751 struct mbuf *m0, struct mbuf *control, int *error_out);
819 struct mbuf *control, int *error_out);
/xnu-8019.80.24/bsd/nfs/
H A Dnfs4_vnops.c4077 goto error_out; in nfs_advlock_setlock()
4084 goto error_out; in nfs_advlock_setlock()
4092 goto error_out; in nfs_advlock_setlock()
4177 goto error_out; in nfs_advlock_setlock()
4189 goto error_out; in nfs_advlock_setlock()
4195 goto error_out; in nfs_advlock_setlock()
4313 error_out: in nfs_advlock_setlock()
/xnu-8019.80.24/bsd/netinet/
H A Dmptcp_subr.c2255 int dlen = 0, error_out = 0, off = 0; in mptcp_subflow_soreceive() local
2384 error_out = 1; in mptcp_subflow_soreceive()
2413 if (error_out) { in mptcp_subflow_soreceive()