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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_attrlist.c108 void *attrbufptr = NULL; local
166 MALLOC(attrbufptr, void *, maxattrblocksize, M_TEMP, M_WAITOK);
167 attrptr = attrbufptr;
168 varptr = (char *)attrbufptr + fixedblocksize; /* Point to variable-length storage */
288 currattrbufsize = ((char *)varptr - (char *)attrbufptr);
301 *((u_int32_t *)attrbufptr) = currattrbufsize;
302 error = uiomove((caddr_t)attrbufptr, currattrbufsize, uio);
306 attrptr = attrbufptr;
308 varptr = (char *)attrbufptr + fixedblocksize;
386 if (attrbufptr)
522 void *attrbufptr = *abp->ab_attrbufpp; local
749 void *attrbufptr = *abp->ab_attrbufpp; local
797 void *attrbufptr = *abp->ab_attrbufpp; local
[all...]

Completed in 6 milliseconds