Home
last modified time | relevance | path

Searched refs:hfs_stat (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/arch/macppc/stand/
Dhfs.h9 int hfs_stat(struct open_file *, struct stat *);
Dhfs.c103 hfs_stat(struct open_file *f, struct stat *sb) in hfs_stat() function
Dofdev.c155 hfs_open, hfs_close, hfs_read, hfs_write, hfs_seek, hfs_stat,
/openbsd/src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
Dhfs.h136 int hfs_stat(hfsvol *, char *, hfsdirent *);
Dhfs.c1494 int hfs_stat(hfsvol *vol, char *path, hfsdirent *ent) function
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dvolume.c541 hfs_stat(vol, ent->name, ent); in FDECL2()