Searched defs:ENOIOCTL (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/sys/sys/ | ||
H A D | errno.h | 191 #define ENOIOCTL (-3) /* ioctl not handled by this layer */ macro |
/freebsd-src/cddl/lib/libdtrace/ | ||
H A D | errno.d | 234 inline int ENOIOCTL = -3; variable |