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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_attrlist.c107 void *attrbufptr = NULL; local
180 MALLOC(attrbufptr, void *, maxattrblocksize, M_TEMP, M_WAITOK);
181 if (attrbufptr == NULL) {
185 attrptr = attrbufptr;
186 varptr = (char *)attrbufptr + fixedblocksize; /* Point to variable-length storage */
309 currattrbufsize = ((char *)varptr - (char *)attrbufptr);
322 *((u_int32_t *)attrbufptr) = currattrbufsize;
323 error = uiomove((caddr_t)attrbufptr, currattrbufsize, uio);
327 attrptr = attrbufptr;
329 varptr = (char *)attrbufptr
542 void *attrbufptr = *abp->ab_attrbufpp; local
784 void *attrbufptr = *abp->ab_attrbufpp; local
836 void *attrbufptr = *abp->ab_attrbufpp; local
[all...]

Completed in 17 milliseconds