Home
last modified time | relevance | path

Searched defs:ENOMSG (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h160 # define ENOMSG 9920 macro
/freebsd/sys/sys/
H A Derrno.h161 #define ENOMSG 83 /* No message of desired type */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d198 inline int ENOMSG = 83; variable
/freebsd/contrib/ntp/sntp/libopts/
H A Dnested.c49 #define ENOMSG ENOENT macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py48 ENOMSG = 42 variable