Searched refs:attr_refptr (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_attrlist.c481 struct attrreference * attr_refptr; local
513 attr_refptr = (struct attrreference *)(*abp->ab_attrbufpp);
516 attr_refptr->attr_dataoffset = (char *)varbufptr - (char *)attr_refptr;
517 attr_refptr->attr_length = attrlength;
524 ++attr_refptr;
526 *abp->ab_attrbufpp = attr_refptr;

Completed in 18 milliseconds