Searched refs:__offsetof (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | _types.h | 87 #define __offsetof(type, field) __builtin_offsetof(type, field) macro 89 #define __offsetof(type, field) ((size_t)(&((type *)0)->field)) macro
|
| H A D | kauth.h | 390 #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 D | queue.h | 407 ((char *)((head)->stqh_last) - __offsetof(struct type, field))))\
|
| /xnu-8019.80.24/bsd/sys/_types/ |
| H A D | _offsetof.h | 29 #define offsetof(type, field) __offsetof(type, field)
|
| /xnu-8019.80.24/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 2461 if (copyin(arg + __offsetof(fasttrap_probe_spec_t, ftps_noffs), &noffs, in fasttrap_ioctl()
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_attrlist.c | 1958 …attrlist_pack_variable2(abp, &fsec, __offsetof(struct kauth_filesec, fsec_acl), vap->va_acl, KAUTH… in attr_pack_common()
|