Searched defs:offsetof (Results 1 – 11 of 11) sorted by relevance
/titanic_51/usr/src/stand/lib/sa/ |
H A D | stddef.h | 45 #define offsetof(s, m) (size_t)(&(((s *)0)->m)) macro
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | stddef.h | 41 #define offsetof(type, field) __offsetof(type, field) macro
|
H A D | types.h | 287 #define offsetof(type, field) __offsetof(type, field) macro
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | stddef.h | 29 #define offsetof(s, m) __builtin_offsetof(s, m) macro
|
/titanic_51/usr/src/boot/include/ |
H A D | stddef.h | 65 #define offsetof(type, member) __offsetof(type, member) macro
|
/titanic_51/usr/src/cmd/sendmail/include/sm/ |
H A D | gen.h | 49 # define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
|
/titanic_51/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | vdev_impl.h | 29 #define offsetof(t, m) ((int)&(((t *)0)->m)) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | ast.h | 97 #define offsetof(type,member) ((unsigned long)&(((type*)0)->member)) macro
|
/titanic_51/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_xfs.c | 190 #define offsetof(t,m) ((int)&(((t *)0)->m)) macro
|
/titanic_51/usr/src/cmd/zevadm/ |
H A D | zevadm.c | 18 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/titanic_51/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 1767 # define offsetof(t,m) (size_t)((&((t *)0)->m)) macro
|