/titanic_41/usr/src/head/iso/ |
H A D | stddef_iso.h | 89 #define offsetof(s, m) (std::size_t)(&(((s *)0)->m)) macro 91 #define offsetof(s, m) (size_t)(&(((s *)0)->m)) macro
|
/titanic_41/usr/src/stand/lib/sa/ |
H A D | stddef.h | 45 #define offsetof(s, m) (size_t)(&(((s *)0)->m)) macro
|
/titanic_41/usr/src/lib/libumem/common/ |
H A D | misc.h | 53 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | misc.h | 37 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | gen.h | 49 # define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
|
/titanic_41/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_41/usr/src/cmd/mdb/common/modules/ii/ |
H A D | ii.c | 39 #define offsetof(s, m) ((size_t)(&((s *)0)->m)) macro
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc.c | 529 #define offsetof(s, m) ((size_t)(&((s *)0)->m)) macro
|
H A D | rdc_io.c | 5646 #define offsetof(s, m) ((size_t)(&((s *)0)->m)) macro
|
/titanic_41/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 50 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/titanic_41/usr/src/uts/common/sys/ib/clients/of/sol_ofs/ |
H A D | sol_cma.h | 39 #define offsetof(s, m) (size_t)(&(((s *)0)->m)) macro
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_xfs.c | 190 #define offsetof(t,m) ((int)&(((t *)0)->m)) macro
|
/titanic_41/usr/src/uts/common/io/vscan/ |
H A D | vscan_svc.c | 60 #define offsetof(s, m) (size_t)(&(((s *)0)->m)) macro
|
/titanic_41/usr/src/uts/common/sys/usb/clients/video/usbvc/ |
H A D | usbvc_var.h | 176 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/titanic_41/usr/src/cmd/stat/common/ |
H A D | acquire_iodevs.c | 151 #define offsetof(s, m) (size_t)(&(((s *)0)->m)) /* for avl_create */ macro
|
/titanic_41/usr/src/uts/common/sys/usb/clients/audio/usb_ac/ |
H A D | usb_ac.h | 333 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 373 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
H A D | ecppvar.h | 516 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_statconcise.c | 164 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/titanic_41/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 2420 #define offsetof(s, m) ((size_t)(&((s *)0)->m)) macro
|
/titanic_41/usr/src/cmd/zevadm/ |
H A D | zevadm.c | 18 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | rmclomv.c | 56 #define offsetof(s, m) (size_t)(&(((s *)0)->m)) macro
|
/titanic_41/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 49 #define offsetof(s, m) ((size_t)(&(((s*)0)->m))) macro
|
/titanic_41/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.c | 111 #define offsetof(t, m) ((long)&(((t *) 0)->m)) macro
|
/titanic_41/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 60 #define offsetof(s, m) (size_t)(&(((s *)0)->m)) macro
|