Searched defs:OFFSETOF (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | dup_avl.c | 53 #define OFFSETOF(type, elt) ((size_t)(&((type *)NULL)->elt)) macro
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgcn.c | 60 #define OFFSETOF(base, field) ((caddr_t)&base.field - (caddr_t)&base) macro
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_modapi.h | 99 #define OFFSETOF(s, m) (size_t)(&(((s *)0)->m)) macro
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_machdep.c | 71 #define OFFSETOF(s, m) (size_t)(&(((s *)0)->m)) macro
|
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_drv.c | 156 #define OFFSETOF(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/illumos-gate/usr/src/uts/common/io/ipw/ |
H A D | ipw2100_impl.h | 185 #define OFFSETOF(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_impl.h | 92 #define OFFSETOF(_s, _f) \ macro
|
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/ |
H A D | lm5706.h | 219 #define OFFSETOF(_s, _m) ((u32_t) PTR_SUB(&((_s *) 0)->_m, (u8_t *) 0)) macro
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 83 #define OFFSETOF(_s, _m) ((u32) ((u8 *)(&((_s *) 0)->_m) - \ macro
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 464 #define OFFSETOF(_s, _m) ((u32_t) PTR_SUB(&((_s *) 0)->_m, (u8_t *) 0)) macro
|