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

12

/xnu-2422.115.4/bsd/kern/
H A Dkern_descrip.c457 error = EBADF;
462 error = EBADF;
590 return (EBADF);
704 * fp_lookup:EBADF Bad file descriptor
708 * finishdup:EBADF
713 * EBADF
720 * EBADF
727 * EBADF
734 * EBADF
738 * EBADF
[all...]
H A Dsys_socket.c131 return (EBADF);
164 return (EBADF);
305 return (EBADF);
H A Duipc_syscalls.c251 * EBADF Bad file descriptor
254 * file_socket:EBADF
276 error = EBADF;
310 * EBADF
313 * file_socket:EBADF
340 error = EBADF;
347 * Returns: fp_getfsock:EBADF Bad file descriptor
351 * :EBADF Bad file descriptor
395 error = EBADF;
587 * EBADF Ba
[all...]
H A Dsys_generic.c200 * preparefileread:EBADF
203 * preparefileread:EBADF
239 * preparefileread:EBADF
242 * preparefileread:EBADF
292 * EBADF
295 * fp_lookup:EBADF
316 error = EBADF;
455 * EBADF
456 * fp_lookup:EBADF
480 error = EBADF;
[all...]
H A Dkern_aio.c543 /* the aiocb causes unspecified results. We return EBADF in */
546 result = EBADF;
562 result = EBADF;
2159 result = EBADF;
2170 result = EBADF;
2367 return(EBADF);
2399 return(EBADF);
H A Dsys_pipe.c497 return (EBADF);
1520 return (EBADF);
/xnu-2422.115.4/bsd/net/
H A Dif_utun_crypto.c113 return EBADF;
235 return EBADF;
321 return EBADF;
409 return EBADF;
482 return EBADF;
553 return EBADF;
H A Dif_utun_crypto_ipsec.c462 return EBADF;
510 return EBADF;
513 return EBADF;
H A Dif_utun_crypto_dtls.c805 return EBADF;
904 return EBADF; \
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d39 inline int EBADF = 9;
40 #pragma D binding "1.0" EBADF
/xnu-2422.115.4/bsd/sys/
H A Derrno.h98 #define EBADF 9 /* Bad file descriptor */ macro
/xnu-2422.115.4/tools/tests/unit_tests/ptcwd_test_11269991_src/
H A Dptcwd_test_11269991.c85 errno = EBADF; /* sigil for catastrophic failure */
/xnu-2422.115.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c219 return (EBADF);
270 return (EBADF);
/xnu-2422.115.4/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);
/xnu-2422.115.4/libsyscall/wrappers/spawn/
H A Dposix_spawn.c1003 * EBADF The value specified by fildes is
1027 return (EBADF);
1062 * EBADF The value specified by fildes is
1084 return (EBADF);
1118 * EBADF The value specified by either fildes
1141 return (EBADF);
1186 * EBADF The value specified by fildes is
1208 return (EBADF);
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c334 error = EBADF;
449 error = EBADF;
531 error = EBADF;
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c91 { BSM_ERRNO_EBADF, EBADF, ES("Bad file descriptor") },
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cprotect.c446 return EBADF;
499 * If vnode cannot be protected (system file, non-regular file, non-hfs), EBADF.
524 return EBADF;
660 return EBADF;
/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c539 return (EBADF);
/xnu-2422.115.4/security/
H A Dmac_vfs.c1570 return (EBADF);
1635 error = EBADF;
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c2155 return(EBADF);
2200 return (EBADF);

Completed in 132 milliseconds

12