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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.h47 u_int32_t fdLocation; member in struct:FInfo
H A Dmacbin.c365 memcpy(&fh->finder_info.fdLocation, head_buf + 75, 4 );
396 /* Show fdLocation too (RLB) */
397 memcpy( &flags_long, &fh->finder_info.fdLocation,
436 memcpy( head_buf + 75, &fh->finder_info.fdLocation, 4 );
477 /* Show fdLocation too (RLB) */
478 memcpy( &flags_long, &fh->finder_info.fdLocation,
H A Dhqx.c315 fh->finder_info.fdLocation = 0;
358 memset( &fh->finder_info.fdLocation, 0,
359 sizeof( fh->finder_info.fdLocation ));
H A Dasingle.c225 memcpy( &fh->finder_info.fdLocation, entry_buf + FINDERIOFF_LOC,
226 sizeof( fh->finder_info.fdLocation ));
H A Dnad.c568 memcpy(&fh->finder_info.fdLocation,
570 sizeof( fh->finder_info.fdLocation ));
657 &fh->finder_info.fdLocation,sizeof( fh->finder_info.fdLocation ));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dextrafld.c399 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdLocation.v >> 8);
400 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdLocation.v);
402 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdLocation.h >> 8);
403 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdLocation.h);
656 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdLocation.v);
657 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdLocation.v >> 8);
660 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdLocation.h);
661 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdLocation.h >> 8);
873 MacZip.fpb.hFileInfo.ioFlFndrInfo.fdLocation.h,
874 MacZip.fpb.hFileInfo.ioFlFndrInfo.fdLocation
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DSearch.c1258 searchInfo1.hFileInfo.ioFlFndrInfo.fdLocation.v = 0;
1259 searchInfo1.hFileInfo.ioFlFndrInfo.fdLocation.h = 0;
1263 searchInfo2.hFileInfo.ioFlFndrInfo.fdLocation.v = 0;
1264 searchInfo2.hFileInfo.ioFlFndrInfo.fdLocation.h = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DSearch.c1258 searchInfo1.hFileInfo.ioFlFndrInfo.fdLocation.v = 0;
1259 searchInfo1.hFileInfo.ioFlFndrInfo.fdLocation.h = 0;
1263 searchInfo2.hFileInfo.ioFlFndrInfo.fdLocation.v = 0;
1264 searchInfo2.hFileInfo.ioFlFndrInfo.fdLocation.h = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dhfs.h108 struct hfs_point fdLocation; member in struct:hfs_finfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dhfsplus_raw.h257 struct hfsp_point fdLocation; member in struct:FInfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dhfsplus_raw.h260 struct hfsp_point fdLocation; member in struct:FInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacbin3.c438 WORD_AT_OFFSET(header, kFileVPositionOffset) = fndrInfo.fdLocation.v;
439 WORD_AT_OFFSET(header, kFileHPositionOffset) = fndrInfo.fdLocation.h;
669 fndrInfo.fdLocation.v = WORD_AT_OFFSET(header, kFileVPositionOffset);
670 fndrInfo.fdLocation.h = WORD_AT_OFFSET(header, kFileHPositionOffset);
H A Dmacos.c1616 mi->MY_FNDRINFO.fdLocation.h);
1619 mi->MY_FNDRINFO.fdLocation.v);
1760 mi->fpb.hFileInfo.ioFlFndrInfo.fdLocation.v = makeword(buff); buff += 2;
1761 mi->fpb.hFileInfo.ioFlFndrInfo.fdLocation.h = makeword(buff); buff += 2;
1835 mi->fpb.hFileInfo.ioFlFndrInfo.fdLocation.v = makePPCword(buff); buff += 2;
1836 mi->fpb.hFileInfo.ioFlFndrInfo.fdLocation.h = makePPCword(buff); buff += 2;

Completed in 108 milliseconds