Home
last modified time | relevance | path

Searched defs:offsetof (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/stand/lib/sa/
H A Dstddef.h45 #define offsetof(s, m) (size_t)(&(((s *)0)->m)) macro
/titanic_44/usr/src/uts/common/sys/
H A Dstddef.h29 #define offsetof(s, m) __builtin_offsetof(s, m) macro
/titanic_44/usr/src/cmd/sendmail/include/sm/
H A Dgen.h49 # define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dvdev_impl.h29 #define offsetof(t, m) ((int)&(((t *)0)->m)) macro
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c190 #define offsetof(t,m) ((int)&(((t *)0)->m)) macro
/titanic_44/usr/src/cmd/zevadm/
H A Dzevadm.c18 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1767 # define offsetof(t,m) (size_t)((&((t *)0)->m)) macro