Searched defs:strct (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/lvm2/dist/tools/ |
H A D | dmsetup.c | 2353 #define OFFSET_OF(strct, field) (((char*)&((struct strct*)0)->field) - (char*)0) argument 2356 #define FIELD_O(type, strct, sorttype, head, field, width, func, id, desc) {DR_ ## type, sorttype, … argument
|
/dflybsd-src/contrib/lvm2/dist/lib/report/ |
H A D | report.c | 1162 #define FIELD(type, strct, sorttype, head, field, width, func, id, desc) {type, sorttype, offsetof(… argument
|