Home
last modified time | relevance | path

Searched defs:ETOOMANYREFS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h242 #define ETOOMANYREFS WSAETOOMANYREFS macro
/freebsd/sys/sys/
H A Derrno.h122 #define ETOOMANYREFS 59 /* Too many references: can't splice */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d150 inline int ETOOMANYREFS = 59; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py115 ETOOMANYREFS = 109 variable