Searched refs:DEF (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | ccpriv.h | 179 #define DEF(N) N, macro 181 #undef DEF 188 DEF(REJECT) /* U */ \ 211 DEF(OK) /* P msg */ \ 212 DEF(ERROR) /* P msg */ 217 #undef DEF 363 #define DEF(N) PARTY_##N, macro 365 #undef DEF 429 #define DEF(N) N, macro 431 #undef DEF [all …]
|
| H A D | atmapi.h | 87 DEF(ATMERR_OK, 0, "OK") \ 88 DEF(ATMERR_SYS, -1, "syscall error") \ 89 DEF(ATMERR_BAD_OP, -2, "bad operation") \ 92 DEF(ATMERR_BAD_ATTR, -5, "unknown attribute") \ 94 DEF(ATMERR_BUSY, -7, "busy") \ 96 DEF(ATMERR_BAD_SAP, -9, "bad SAP") \ 97 DEF(ATMERR_OVERLAP, -10,"overlaping SAP") \ 100 DEF(ATMERR_NO_CALL, -13,"no incoming call") \ 102 DEF(ATMERR_BAD_PORT, -15,"unknown port") \ 121 #define DEF(NAME,VAL,STR) NAME = (VAL), macro [all …]
|
| H A D | cc_sig.c | 74 #define DEF(N) [USER_SIG_##N] = #N, macro 76 #undef DEF 80 #define DEF(N) [CONN_SIG_##N] = #N, macro 82 #undef DEF
|
| H A D | cc_conn.c | 50 #define DEF(N) [N] = #N, macro 52 #undef DEF 56 #define DEF(N) [PARTY_##N] = #N, macro 58 #undef DEF
|
| H A D | cc_user.c | 54 #define DEF(N) [N] = #N, macro 56 #undef DEF
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | unidef.h | 245 #define DEF(NAME, VAL, STR) UNIAPI_##NAME = VAL, macro 246 UNIAPI_DEF_ERRORS(DEF) 247 #undef DEF 296 #define DEF(NAME, VALUE, STR) NAME = VALUE, macro 297 UNIAPI_DEF_RESET_ERRORS(DEF) 298 #undef DEF
|
| H A D | sig_print.c | 59 #define DEF(NAME, VAL, STR) [UNIAPI_##NAME] = STR, in uni_strerr() macro 60 UNIAPI_DEF_ERRORS(DEF) in uni_strerr() 61 #undef DEF in uni_strerr() 243 #define DEF(NAME, VALUE, STR) { STR, VALUE }, in uni_print_api() macro 244 UNIAPI_DEF_RESET_ERRORS(DEF) in uni_print_api() 245 #undef DEF in uni_print_api()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zconf.h.in | 353 /* No need for _export, use ZLIB.DEF instead. */
|