Searched refs:FMT (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | ccpriv.h | 82 #define cc_log(CC, FMT, ARGS...) do { \ argument 87 #define cc_log(CC, FMT, ...) do { \ argument 94 #define cc_log(CC, FMT, ARGS...) do { } while (0) argument 96 #define cc_log(CC, FMT, ...) do { } while (0) argument 136 #define cc_port_log(P, FMT, ARGS...) do { \ argument 141 #define cc_port_log(P, FMT, ...) do { \ argument 323 #define cc_conn_log(C, FMT, ARGS...) do { \ argument 328 #define cc_conn_log(C, FMT, ...) do { \ argument 393 #define cc_party_log(P, FMT, ...) do { \ argument 510 #define cc_user_log(U, FMT, ARGS...) do { \ argument [all …]
|
| H A D | cc_sig.c | 61 #define cc_sig_log(CC, FMT, ARGS...) do { \ argument 63 (CC)->funcs->log("%s: " FMT, __FUNCTION__ , ## ARGS); \ 66 #define cc_sig_log(CC, FMT, ...) do { \ argument 68 (CC)->funcs->log("%s: " FMT, __func__, __VA_ARGS__); \
|
| /f-stack/tools/ngctl/ |
| H A D | show.c | 48 #define FMT " %-15s %-15s %-12s %-15s %-15s\n" macro 117 printf(FMT, "Local hook", "Peer name", in ShowCmd() 119 printf(FMT, "----------", "---------", in ShowCmd() 131 printf(FMT, link->ourhook, peer->name, in ShowCmd()
|
| /f-stack/freebsd/contrib/alpine-hal/ |
| H A D | al_hal_udma_debug.h | 65 UDMA, PREFIX, POSTFIX, FMT, TYPE, GROUP, REG, LBL, FIELD) \ argument 66 al_dbg(PREFIX #LBL " = " FMT POSTFIX, al_reg_read32( \
|
| /f-stack/freebsd/mips/mips/ |
| H A D | fp.S | 105 srl v0, a0, 21 - 2 # get FMT field 106 and v0, v0, 0xF << 2 # mask FMT field 113 lw a3, func_fmt_tbl(v1) # switch on FUNC & FMT
|