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

/macosx-10.10/hfs-285/CopyHFSMeta/
H A DSparse.h6 extern struct IOWrapper *InitSparseBundle(const char *, DeviceInfo_t*);
H A Dhfsmeta.h38 typedef struct DeviceInfo DeviceInfo_t; typedef in typeref:struct:DeviceInfo
44 ssize_t GetBlock(DeviceInfo_t*, off_t, uint8_t*);
57 ssize_t (*writer)(struct IOWrapper *ctx,DeviceInfo_t *devp, off_t start, off_t len, void (^bp)(off_t));
66 extern ssize_t UnalignedRead(DeviceInfo_t *, void *, size_t, off_t);
H A DDeviceWrapper.c45 writeExtent(struct IOWrapper *context, DeviceInfo_t *devp, off_t start, off_t len, void (^bp)(off_t))
97 InitDeviceWrapper(const char *path, DeviceInfo_t *devp)
H A Dutil.c19 * DeviceInfo_t object that will be used when doing the actual
23 DeviceInfo_t *
26 DeviceInfo_t *retval = NULL;
28 DeviceInfo_t dev = { 0 };
123 VolumeInfo(DeviceInfo_t *devp)
236 DeviceInfo_t *devp = vop->devp;
567 UnalignedRead(DeviceInfo_t *devp, void *buffer, size_t size, off_t offset)
605 ReleaseDeviceInfo(DeviceInfo_t *devp)
H A DGather.c36 WriteExtent(gzFile outf, DeviceInfo_t *devp, off_t start, off_t len)
H A Dmain.c66 DeviceInfo_t *devp = NULL;
H A DSparseBundle.c189 WriteExtentToSparse(struct IOWrapper * context, DeviceInfo_t *devp, off_t start, off_t len, void (^bp)(off_t))
398 InitSparseBundle(const char *path, DeviceInfo_t *devp)
H A DScanExtents.c52 GetNode(DeviceInfo_t *devp, HFSPlusVolumeHeader *hp, int nodeNum, size_t nodeSize, void *nodePtr)
H A Dmisc.c23 GetBlock(DeviceInfo_t *devp, off_t offset, uint8_t *buffer)

Completed in 191 milliseconds