Home
last modified time | relevance | path

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

/xnu-11215/bsd/vfs/
H A Dvfs_attrlist.c83 char *fixedcursor; member
123 bcopy(source, ab->fixedcursor, fit); in attrlist_pack_fixed()
127 ab->fixedcursor += roundup(count, 4); in attrlist_pack_fixed()
1243 ab.fixedcursor += sizeof(attribute_set_t); in getvolattrlist()
1892 bzero(abp->fixedcursor, 32); in attr_pack_common()
1897 abp->fixedcursor += 32; in attr_pack_common()
1911 abp->fixedcursor += fisize; in attr_pack_common()
1914 bzero(abp->fixedcursor, fisize); in attr_pack_common()
1915 abp->fixedcursor += fisize; in attr_pack_common()
3794 bzero(ab.fixedcursor, fsiz); in get_error_attributes()
[all …]