Searched refs:attrreference (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | attr.h | 104 typedef struct attrreference { struct
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_attrlist.c | 143 struct attrreference ar; in attrlist_pack_variable2() 211 struct attrreference ar; in attrlist_pack_string() 325 {.attr = ATTR_CMN_NAME, .bits = 0, .size = sizeof(struct attrreference)}, 345 {.attr = ATTR_CMN_EXTENDED_SECURITY, .bits = 0, .size = sizeof(struct attrreference)}, 360 {.attr = ATTR_VOL_FSTYPENAME, .bits = 0, .size = sizeof(struct attrreference)}, 373 {.attr = ATTR_VOL_MOUNTPOINT, .bits = 0, .size = sizeof(struct attrreference)}, 374 {.attr = ATTR_VOL_NAME, .bits = VFSATTR_BIT(f_vol_name), .size = sizeof(struct attrreference)}, 376 {.attr = ATTR_VOL_MOUNTEDDEVICE, .bits = 0, .size = sizeof(struct attrreference)}, 531 …{.attr = ATTR_CMN_FULLPATH, .bits = 0, .size = sizeof(struct attrreference), .action = KAUTH_VNODE… 564 …{.attr = ATTR_CMNEXT_RELPATH, .bits = 0, .size = sizeof(struct attrreference), .action = KAUTH_VNO… [all …]
|