Home
last modified time | relevance | path

Searched defs:IBWARN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libibumad/
H A Dumad.c86 #define IBWARN(fmt, args...) fprintf(stderr, "ibwarn: [%d] %s: " fmt "\n", getpid(), __func__, ## a… macro
/freebsd/contrib/ofed/libibmad/
H A Dmad.h1825 #define IBWARN(fmt, ...) fprintf(stderr, "ibwarn: [%d] %s: " fmt "\n", \ macro