• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/hfs/

Lines Matching refs:attributeBuffer

107 		searchinfospec_t *searchInfo, void *attributeBuffer);
1078 UnpackSearchAttributeBlock( struct hfsmount *hfsmp, struct attrlist *alist, searchinfospec_t *searchInfo, void *attributeBuffer )
1088 bufferSize = *((u_int32_t *)attributeBuffer);
1092 attributeBuffer = (u_int32_t *)attributeBuffer + 1; /* advance past the size */
1103 s = (char*) attributeBuffer + ((attrreference_t *) attributeBuffer)->attr_dataoffset;
1104 len = ((attrreference_t *) attributeBuffer)->attr_length;
1120 attributeBuffer = (attrreference_t *)attributeBuffer + 1;
1134 attributeBuffer = (attrreference_t *)attributeBuffer + 1;
1138 searchInfo->nodeID = ((fsobj_id_t *) attributeBuffer)->fid_objno; /* ignore fid_generation */
1139 attributeBuffer = (fsobj_id_t *)attributeBuffer + 1;
1142 searchInfo->parentDirID = ((fsobj_id_t *) attributeBuffer)->fid_objno; /* ignore fid_generation */
1143 attributeBuffer = (fsobj_id_t *)attributeBuffer + 1;
1149 tmp = *((struct user_timespec *)attributeBuffer);
1152 attributeBuffer = (struct user_timespec *)attributeBuffer + 1;
1155 searchInfo->creationDate = *((struct timespec *)attributeBuffer);
1156 attributeBuffer = (struct timespec *)attributeBuffer + 1;
1162 tmp = *((struct user_timespec *)attributeBuffer);
1165 attributeBuffer = (struct user_timespec *)attributeBuffer + 1;
1168 searchInfo->modificationDate = *((struct timespec *)attributeBuffer);
1169 attributeBuffer = (struct timespec *)attributeBuffer + 1;
1175 tmp = *((struct user_timespec *)attributeBuffer);
1178 attributeBuffer = (struct user_timespec *)attributeBuffer + 1;
1181 searchInfo->changeDate = *((struct timespec *)attributeBuffer);
1182 attributeBuffer = (struct timespec *)attributeBuffer + 1;
1188 tmp = *((struct user_timespec *)attributeBuffer);
1191 attributeBuffer = (struct user_timespec *)attributeBuffer + 1;
1194 searchInfo->accessDate = *((struct timespec *)attributeBuffer);
1195 attributeBuffer = (struct timespec *)attributeBuffer + 1;
1201 tmp = *((struct user_timespec *)attributeBuffer);
1204 attributeBuffer = (struct user_timespec *)attributeBuffer + 1;
1207 searchInfo->lastBackupDate = *((struct timespec *)attributeBuffer);
1208 attributeBuffer = (struct timespec *)attributeBuffer + 1;
1212 bcopy( attributeBuffer, searchInfo->finderInfo, sizeof(searchInfo->finderInfo) );
1213 attributeBuffer = (u_int8_t *)attributeBuffer + 32;
1216 searchInfo->uid = *((uid_t *)attributeBuffer);
1217 attributeBuffer = (uid_t *)attributeBuffer + 1;
1220 searchInfo->gid = *((gid_t *)attributeBuffer);
1221 attributeBuffer = (gid_t *)attributeBuffer + 1;
1224 searchInfo->mask = *((mode_t *)attributeBuffer);
1225 attributeBuffer = (mode_t *)attributeBuffer + 1;
1228 searchInfo->nodeID = (u_int32_t)*((u_int64_t *) attributeBuffer);
1229 attributeBuffer = (u_int64_t *)attributeBuffer + 1;
1232 searchInfo->parentDirID = (u_int32_t)*((u_int64_t *) attributeBuffer);
1233 attributeBuffer = (u_int64_t *)attributeBuffer + 1;
1240 searchInfo->d.numFiles = *((u_int32_t *)attributeBuffer);
1241 attributeBuffer = (u_int32_t *)attributeBuffer + 1;
1248 searchInfo->f.dataLogicalLength = *((off_t *)attributeBuffer);
1249 attributeBuffer = (off_t *)attributeBuffer + 1;
1252 searchInfo->f.dataPhysicalLength = *((off_t *)attributeBuffer);
1253 attributeBuffer = (off_t *)attributeBuffer + 1;
1256 searchInfo->f.resourceLogicalLength = *((off_t *)attributeBuffer);
1257 attributeBuffer = (off_t *)attributeBuffer + 1;
1260 searchInfo->f.resourcePhysicalLength = *((off_t *)attributeBuffer);
1261 attributeBuffer = (off_t *)attributeBuffer + 1;