Searched refs:EBADF (Results 1 - 25 of 36) sorted by relevance

12

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c403 error = EBADF;
408 error = EBADF;
524 return (EBADF);
631 * fp_lookup:EBADF Bad file descriptor
635 * finishdup:EBADF
640 * EBADF
646 * EBADF
653 * EBADF
660 * EBADF
664 * EBADF
[all...]
H A Dsys_socket.c131 return (EBADF);
165 return (EBADF);
350 return (EBADF);
H A Duipc_syscalls.c222 * EBADF Bad file descriptor
225 * file_socket:EBADF
247 error = EBADF;
281 * EBADF
284 * file_socket:EBADF
311 error = EBADF;
318 * Returns: fp_getfsock:EBADF Bad file descriptor
322 * :EBADF Bad file descriptor
366 error = EBADF;
555 * EBADF Ba
[all...]
H A Dsys_generic.c189 * preparefileread:EBADF
192 * preparefileread:EBADF
228 * preparefileread:EBADF
231 * preparefileread:EBADF
284 * EBADF
287 * fp_lookup:EBADF
308 error = EBADF;
446 * EBADF
447 * fp_lookup:EBADF
471 error = EBADF;
[all...]
H A Dkern_aio.c543 /* the aiocb causes unspecified results. We return EBADF in */
546 result = EBADF;
562 result = EBADF;
2144 result = EBADF;
2155 result = EBADF;
2352 return(EBADF);
2388 return(EBADF);
H A Dsys_pipe.c498 return (EBADF);
1520 return (EBADF);
H A Duipc_socket2.c456 * EBADF
491 error = EBADF;
540 error = EBADF;
H A Dkern_lockf.c583 error = EBADF;
/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h93 #define EBADF 9 /* Bad file descriptor */ macro
/darwin-on-arm/xnu/bsd/netat/
H A Dsys_dep.c265 return(EBADF);
340 return EBADF;
347 printf("atalk_getref_locked EBADF f_data: %p\n", fp->f_data);
348 return EBADF;
H A Dddp.save292 return EBADF;
296 return EBADF;
/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto.c98 return EBADF;
212 return EBADF;
295 return EBADF;
379 return EBADF;
H A Dif_utun_crypto_ipsec.c462 return EBADF;
510 return EBADF;
513 return EBADF;
/darwin-on-arm/xnu/bsd/miscfs/deadfs/
H A Ddead_vnops.c219 return (EBADF);
270 return (EBADF);
/darwin-on-arm/xnu/bsd/net/altq/
H A Daltq_fairq.c228 return (EBADF);
H A Daltq_priq.c193 return (EBADF);
H A Daltq_qfq.c164 return (EBADF);
H A Daltq_cbq.c196 return (EBADF);
H A Daltq_hfsc.c214 return (EBADF);
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c335 error = EBADF;
450 error = EBADF;
533 error = EBADF;
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c91 { BSM_ERRNO_EBADF, EBADF, ES("Bad file descriptor") },
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cprotect.c408 return EBADF;
468 * If vnode cannot be protected (system file, non-regular file, non-hfs), EBADF.
500 return EBADF;
585 return EBADF;
/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo_vnops.c542 return (EBADF);
/darwin-on-arm/xnu/security/
H A Dmac_vfs.c1409 return (EBADF);
1472 error = EBADF;
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c1863 return(EBADF);
1908 return (EBADF);

Completed in 139 milliseconds

12