Home
last modified time | relevance | path

Searched defs:ENOTBLK (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/dev/dtrace/scripts/
H A Derrno.d51 inline int ENOTBLK = 15; variable
/xnu-11417.101.15/bsd/sys/
H A Derrno.h106 #define ENOTBLK 15 /* Block device required */ macro