Searched refs:USED (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c96 #define USED 132ULL MB macro
100 .f_bfree = (TOTAL - USED) / BSIZE,
101 .f_bavail = (TOTAL - USED) / BSIZE,
105 #undef USED macro
127 #define USED 17901268ULL KB macro
132 .f_bfree = (TOTAL - USED) / BSIZE,
134 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE,
138 #undef USED macro
159 #define USED (TOTAL / 2) macro
164 .f_bfree = (TOTAL - USED) / BSIZ
170 #undef USED macro
188 #define USED macro
199 #undef USED macro
[all...]
/freebsd-10-stable/contrib/ofed/management/libibcommon/include/infiniband/
H A Dcommon.h106 #ifndef USED
107 #define USED(x) while(0) {void *v = &(x); printf("%p", v);} macro

Completed in 101 milliseconds