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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dmacbin.c333 memcpy(&fh->finder_info.fdFlags + 1, head_buf + 101,1 );
356 memcpy( &fh->finder_info, head_buf + 65, 8 );
359 memcpy( &fh->finder_info.fdFlags, head_buf + 73, 1 );
360 fh->finder_info.fdFlags &= mask;
362 memcpy( &fh->finder_info.fdFlags, head_buf + 73, 2 );
365 memcpy(&fh->finder_info.fdLocation, head_buf + 75, 4 );
366 memcpy(&fh->finder_info.fdFldr, head_buf + 79, 2 );
387 fprintf( stderr, "type\t\t\t%.*s\n", sizeof( fh->finder_info.fdType ),
388 &fh->finder_info.fdType );
390 sizeof( fh->finder_info
[all...]
H A Dasingle.c218 memcpy( &fh->finder_info.fdType, entry_buf + FINDERIOFF_TYPE,
219 sizeof( fh->finder_info.fdType ));
220 memcpy( &fh->finder_info.fdCreator, entry_buf + FINDERIOFF_CREATOR,
221 sizeof( fh->finder_info.fdCreator ));
222 memcpy( &fh->finder_info.fdFlags, entry_buf + FINDERIOFF_FLAGS,
223 sizeof( fh->finder_info.fdFlags ));
224 fh->finder_info.fdFlags = fh->finder_info.fdFlags & mask;
225 memcpy( &fh->finder_info.fdLocation, entry_buf + FINDERIOFF_LOC,
226 sizeof( fh->finder_info
[all...]
H A Dnad.c556 fprintf( stderr, "size of finder_info\t\t%d\n", sizeof( fh->finder_info ));
559 memcpy(&fh->finder_info.fdType,
561 sizeof( fh->finder_info.fdType ));
562 memcpy(&fh->finder_info.fdCreator,
564 sizeof( fh->finder_info.fdCreator ));
565 memcpy(&fh->finder_info.fdFlags,
567 sizeof( fh->finder_info.fdFlags ));
568 memcpy(&fh->finder_info.fdLocation,
570 sizeof( fh->finder_info
[all...]
H A Dhqx.c295 memcpy(&fh->finder_info, headerptr, BHH_TCSIZ );
297 memcpy(&fh->finder_info.fdFlags, headerptr, BHH_FLAGSIZ );
298 fh->finder_info.fdFlags = fh->finder_info.fdFlags & mask;
315 fh->finder_info.fdLocation = 0;
316 fh->finder_info.fdFldr = 0;
326 fprintf( stderr, "type\t\t\t%.*s\n", sizeof( fh->finder_info.fdType ),
327 &fh->finder_info.fdType );
329 sizeof( fh->finder_info.fdCreator ),
330 &fh->finder_info
[all...]
H A Dmegatron.h67 struct FInfo finder_info; member in struct:FHeader
H A Dmegatron.c210 memcpy(&buf, &fh.finder_info.fdCreator, sizeof(u_int32_t));
212 memcpy(&buf, &fh.finder_info.fdType, sizeof(u_int32_t));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmacbin.c333 memcpy(&fh->finder_info.fdFlags + 1, head_buf + 101,1 );
356 memcpy( &fh->finder_info, head_buf + 65, 8 );
359 memcpy( &fh->finder_info.fdFlags, head_buf + 73, 1 );
360 fh->finder_info.fdFlags &= mask;
362 memcpy( &fh->finder_info.fdFlags, head_buf + 73, 2 );
365 memcpy(&fh->finder_info.fdLocation, head_buf + 75, 4 );
366 memcpy(&fh->finder_info.fdFldr, head_buf + 79, 2 );
387 fprintf( stderr, "type\t\t\t%.*s\n", sizeof( fh->finder_info.fdType ),
388 &fh->finder_info.fdType );
390 sizeof( fh->finder_info
[all...]
H A Dasingle.c218 memcpy( &fh->finder_info.fdType, entry_buf + FINDERIOFF_TYPE,
219 sizeof( fh->finder_info.fdType ));
220 memcpy( &fh->finder_info.fdCreator, entry_buf + FINDERIOFF_CREATOR,
221 sizeof( fh->finder_info.fdCreator ));
222 memcpy( &fh->finder_info.fdFlags, entry_buf + FINDERIOFF_FLAGS,
223 sizeof( fh->finder_info.fdFlags ));
224 fh->finder_info.fdFlags = fh->finder_info.fdFlags & mask;
225 memcpy( &fh->finder_info.fdLocation, entry_buf + FINDERIOFF_LOC,
226 sizeof( fh->finder_info
[all...]
H A Dnad.c556 fprintf( stderr, "size of finder_info\t\t%d\n", sizeof( fh->finder_info ));
559 memcpy(&fh->finder_info.fdType,
561 sizeof( fh->finder_info.fdType ));
562 memcpy(&fh->finder_info.fdCreator,
564 sizeof( fh->finder_info.fdCreator ));
565 memcpy(&fh->finder_info.fdFlags,
567 sizeof( fh->finder_info.fdFlags ));
568 memcpy(&fh->finder_info.fdLocation,
570 sizeof( fh->finder_info
[all...]
H A Dhqx.c295 memcpy(&fh->finder_info, headerptr, BHH_TCSIZ );
297 memcpy(&fh->finder_info.fdFlags, headerptr, BHH_FLAGSIZ );
298 fh->finder_info.fdFlags = fh->finder_info.fdFlags & mask;
315 fh->finder_info.fdLocation = 0;
316 fh->finder_info.fdFldr = 0;
326 fprintf( stderr, "type\t\t\t%.*s\n", sizeof( fh->finder_info.fdType ),
327 &fh->finder_info.fdType );
329 sizeof( fh->finder_info.fdCreator ),
330 &fh->finder_info
[all...]
H A Dmegatron.h67 struct FInfo finder_info; member in struct:FHeader
H A Dmegatron.c206 memcpy(&buf, &fh.finder_info.fdCreator, sizeof(u_int32_t));
208 memcpy(&buf, &fh.finder_info.fdType, sizeof(u_int32_t));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dhfs.c63 struct hfs_finder_info finder_info; member in struct:hfs_mdb
128 struct hfs_finder_info finder_info; member in struct:hfsplus_vol_header
205 hfsid_set_uuid(id, hfs->finder_info.id);
221 hfsid_set_uuid(id, hfsplus->finder_info.id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dhfsplus_raw.h119 u8 finder_info[32]; member in struct:hfsplus_vh
247 struct DXInfo finder_info; member in struct:hfsplus_cat_folder
281 struct FXInfo finder_info; member in struct:hfsplus_cat_file
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dhfsplus_raw.h120 u8 finder_info[32]; member in struct:hfsplus_vh
248 struct DXInfo finder_info; member in struct:hfsplus_cat_folder
282 struct FXInfo finder_info; member in struct:hfsplus_cat_file

Completed in 92 milliseconds