Searched refs:ENOTBLK (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d51 inline int ENOTBLK = 15;
52 #pragma D binding "1.0" ENOTBLK
/xnu-2422.115.4/bsd/sys/
H A Derrno.h106 #define ENOTBLK 15 /* Block device required */ macro
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c97 { BSM_ERRNO_ENOTBLK, ENOTBLK, ES("Block device required") },
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c718 error = ENOTBLK;
756 error = ENOTBLK;
1152 error = ENOTBLK;

Completed in 81 milliseconds