Home
last modified time | relevance | path

Searched refs:__offsetof (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A D_types.h87 #define __offsetof(type, field) __builtin_offsetof(type, field) macro
89 #define __offsetof(type, field) ((size_t)(&((type *)0)->field)) macro
H A Dkauth.h390 #define KAUTH_ACL_SIZE(c) (__offsetof(struct kauth_acl, acl_ace) + ((u_int32_t)(c) != KAUTH_F…
436 #define KAUTH_FILESEC_SIZE(c) (__offsetof(struct kauth_filesec, fsec_acl) + __offsetof(st…
H A Dqueue.h407 ((char *)((head)->stqh_last) - __offsetof(struct type, field))))\
/xnu-8019.80.24/bsd/sys/_types/
H A D_offsetof.h29 #define offsetof(type, field) __offsetof(type, field)
/xnu-8019.80.24/bsd/dev/dtrace/
H A Dfasttrap.c2461 if (copyin(arg + __offsetof(fasttrap_probe_spec_t, ftps_noffs), &noffs, in fasttrap_ioctl()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_attrlist.c1958 …attrlist_pack_variable2(abp, &fsec, __offsetof(struct kauth_filesec, fsec_acl), vap->va_acl, KAUTH… in attr_pack_common()