Searched refs:EMULTIHOP (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/lib9p/pytest/
H A Dlerrno.py78 EMULTIHOP = 72 variable
211 EMULTIHOP: 'Multihop attempted',
/freebsd-current/sys/sys/
H A Derrno.h171 #define EMULTIHOP 90 /* Multihop attempted */ macro
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d212 inline int EMULTIHOP = 90;
213 #pragma D binding "1.0" EMULTIHOP
336 errno == EMULTIHOP ? "Multihop attempted" :
/freebsd-current/stand/liblua/
H A Dlerrno.c139 ENTRY(EMULTIHOP),
/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_errno.c329 #ifdef EMULTIHOP
330 EMULTIHOP,
/freebsd-current/sys/security/audit/
H A Dbsm_errno.c330 #ifdef EMULTIHOP
331 EMULTIHOP,
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_errno.c346 #ifdef EMULTIHOP
351 atf_tc_fail_nonfatal("EMULTIHOP not defined");
/freebsd-current/sys/dev/ice/
H A Dice_strings.c576 case EMULTIHOP:
577 str = "EMULTIHOP";
/freebsd-current/contrib/pjdfstest/
H A Dpjdfstest.c1672 #ifdef EMULTIHOP
1673 case EMULTIHOP:
1674 return ("EMULTIHOP");
/freebsd-current/contrib/lib9p/
H A Drequest.c318 [EMULTIHOP] = LINUX_EMULTIHOP,

Completed in 279 milliseconds