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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c124 void *attributesBuffer, void *variableBuffer,
184 void *attributesBuffer = NULL; local
282 MALLOC( attributesBuffer, void *, eachReturnBufferSize, M_TEMP, M_WAITOK );
283 if (attributesBuffer == NULL) {
287 bzero(attributesBuffer, eachReturnBufferSize);
288 variableBuffer = (void*)((char*) attributesBuffer + fixedBlockSize);
371 attributesBuffer, variableBuffer, ap->a_nummatches);
427 if (attributesBuffer)
428 FREE(attributesBuffer, M_TEMP);
1020 void *attributesBuffer, voi
1018 InsertMatch(struct hfsmount *hfsmp, uio_t a_uio, CatalogRecord *rec, CatalogKey *key, struct attrlist *returnAttrList, void *attributesBuffer, void *variableBuffer, uint32_t * nummatches) argument
[all...]

Completed in 65 milliseconds