HomeSort by relevance Sort by last modified time
    Searched defs:offsetof (Results 1 - 24 of 24) sorted by null

  /netvirt/usr/src/cmd/mdb/common/modules/libumem/
misc.h 37 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
  /netvirt/usr/src/lib/libumem/common/
misc.h 51 #undef offsetof macro
52 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
  /netvirt/usr/src/stand/lib/sa/
stddef.h 44 #ifndef offsetof
45 #define offsetof(s, m) (size_t)(&(((s *)0)->m)) macro
  /netvirt/usr/src/head/iso/
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
  /netvirt/usr/src/cmd/sendmail/include/sm/
gen.h 40 ** Define NULL and offsetof (from the C89 standard)
49 # define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
conf.h 1908 # undef offsetof macro
1922 # undef offsetof macro
2347 # undef offsetof macro
    [all...]
  /netvirt/usr/src/common/openssl/crypto/rand/
rand_egd.c 132 #ifndef offsetof
133 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
150 len = offsetof(struct sockaddr_un, sun_path) + strlen(path);
  /netvirt/usr/src/cmd/wbem/provider/tools/rds/
rdprot.h 42 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
  /netvirt/usr/src/grub/grub-0.95/stage2/
fsys_zfs.h 100 #undef offsetof macro
101 #define offsetof(t, m) ((int)&(((t *)0)->m)) macro
104 offsetof(vdev_label_t, vl_uberblock[(n) << VDEV_UBERBLOCK_SHIFT])
fsys_xfs.c 189 #undef offsetof macro
190 #define offsetof(t,m) ((int)&(((t *)0)->m)) macro
197 return (tmp - sizeof(xfs_bmdr_block_t) - offsetof(xfs_dinode_t, di_u)) /
  /netvirt/usr/src/cmd/pools/poolstat/
poolstat.c 52 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
77 offsetof(statistic_bag_t, sb_sysid),
80 offsetof(statistic_bag_t, sb_name),
83 offsetof(statistic_bag_t, sb_type),
86 offsetof(pset_statistic_bag_t, pset_sb_sysid),
89 offsetof(statistic_bag_t, sb_name),
92 offsetof(pset_statistic_bag_t, pset_sb_min),
95 offsetof(pset_statistic_bag_t, pset_sb_max),
98 offsetof(pset_statistic_bag_t, pset_sb_size),
101 offsetof(pset_statistic_bag_t, pset_sb_used)
    [all...]
  /netvirt/usr/src/uts/common/sys/
sysmacros.h 315 #if defined(_KERNEL) && !defined(_KMEMUSER) && !defined(offsetof)
319 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
ecppvar.h 516 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
  /netvirt/usr/src/uts/common/sys/usb/clients/audio/usb_ac/
usb_ac.h 259 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
  /netvirt/usr/src/lib/lvm/libmeta/common/
meta_statconcise.c 164 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
    [all...]
  /netvirt/usr/src/uts/common/sys/usb/clients/video/usbvc/
usbvc_var.h 167 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
  /netvirt/usr/src/cmd/fm/fmadm/common/
faulty.c 51 #define offsetof(s, m) ((size_t)(&(((s*)0)->m))) macro
    [all...]
  /netvirt/usr/src/common/nvpair/
nvpair.c 45 #ifndef offsetof
46 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
138 ((i_nvp_t *)((size_t)(nvp) - offsetof(i_nvp_t, nvi_nvp)))
309 nvsize = len + offsetof(i_nvp_t, nvi_nvp);
327 size_t nvsize = nvp->nvp_size + offsetof(i_nvp_t, nvi_nvp);
    [all...]
  /netvirt/usr/src/uts/common/io/sfe/
sfe_util.c 107 #ifndef offsetof
108 #define offsetof(t, m) ((long)&(((t *) 0)->m)) macro
    [all...]
  /netvirt/usr/src/uts/sun/io/scsi/adapters/
sf.c 62 #define offsetof(s, m) (size_t)(&(((s *)0)->m)) macro
    [all...]
  /netvirt/usr/src/uts/sun4u/io/
rmclomv.c 57 #define offsetof(s, m) (size_t)(&(((s *)0)->m)) macro
589 size_t len = offsetof(rmclomv_cache_section_t, entry[0]) +
    [all...]
  /netvirt/usr/src/uts/common/io/drm/
drmP.h 277 #define offsetof(type, field) __offsetof(type, field) macro
  /netvirt/usr/src/uts/common/inet/ipf/netinet/
ip_compat.h 1753 # undef offsetof macro
1756 # define offsetof macro
    [all...]
ip_fil.h 372 #define FI_CSIZE offsetof(fr_info_t, fin_icode)
373 #define FI_LCSIZE offsetof(fr_info_t, fin_dp)
378 #define FI_COPYSIZE offsetof(fr_info_t, fin_dp)
605 #ifndef offsetof
606 #define offsetof(t,m) (int)((&((t *)0L)->m)) macro
609 offsetof(struct frentry, fr_func))
    [all...]

Completed in 4935 milliseconds