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

/openbsd-current/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dfile.h25 void f_selectfork(hfsfile *, int);
26 void f_getptrs(hfsfile *, unsigned long **, unsigned long **, ExtDataRec **);
28 int f_doblock(hfsfile *, unsigned long, block *,
34 int f_alloc(hfsfile *);
35 int f_trunc(hfsfile *);
36 int f_flush(hfsfile *);
H A Dhfs.h37 typedef struct _hfsfile_ hfsfile; typedef in typeref:struct:_hfsfile_
123 hfsfile *hfs_open(hfsvol *, char *);
124 int hfs_setfork(hfsfile *, int);
125 int hfs_getfork(hfsfile *);
126 long hfs_read(hfsfile *, void *, unsigned long);
127 long hfs_write(hfsfile *, void *, unsigned long);
128 int hfs_truncate(hfsfile *, unsigned long);
129 long hfs_lseek(hfsfile *, long, int);
131 int hfs_close(hfsfile *, long, long);
133 int hfs_close(hfsfile *);
[all...]
H A Dvolume.h21 int v_extsearch(hfsfile *, unsigned int, ExtDataRec *, node *);
H A Dfile.c38 void f_selectfork(hfsfile *file, int fork)
59 void f_getptrs(hfsfile *file, unsigned long **lglen,
86 int f_doblock(hfsfile *file, unsigned long num, block *bp,
151 int f_alloc(hfsfile *file)
287 int f_trunc(hfsfile *file)
433 int f_flush(hfsfile *file)
H A Dhfs.c259 hfsfile *file;
1188 hfsfile *hfs_open(hfsvol *vol, char *path)
1190 hfsfile *file;
1195 file = ALLOC(hfsfile, 1);
1236 int hfs_setfork(hfsfile *file, int fork)
1253 int hfs_getfork(hfsfile *file)
1262 long hfs_read(hfsfile *file, void *buf, unsigned long len)
1302 long hfs_write(hfsfile *file, void *buf, unsigned long len)
1373 int hfs_truncate(hfsfile *file, unsigned long len)
1403 long hfs_lseek(hfsfile *fil
[all...]
H A Dinternal.h308 hfsfile f; /* subset file information */
341 hfsfile *files; /* list of open files */
H A Dlow.c213 hfsfile *ext = &vol->ext.f;
214 hfsfile *cat = &vol->cat.f;
368 hfsfile *ext = &vol->ext.f;
369 hfsfile *cat = &vol->cat.f;
H A Dlvolume.c73 int v_extsearch(hfsfile *file, unsigned int fabn, ExtDataRec *data, node *np)
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Ddesktop.c40 void write_fork(hfsfile *, long);
48 hfsfile *hfp; /* Mac file */
H A Dvolume.c119 write_fork(hfsfile *hfp, long tot)
285 hfsfile *hfp; /* HFS file */

Completed in 96 milliseconds