Home
last modified time | relevance | path

Searched refs:cd9660_open (Results 1 – 2 of 2) sorted by relevance

/dragonfly/stand/lib/
H A Dcd9660.c63 static int cd9660_open(const char *path, struct open_file *f);
84 cd9660_open,
274 cd9660_open(const char *path, struct open_file *f) in cd9660_open() function
/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_vnops.c70 static int cd9660_open(struct vop_open_args *);
234 cd9660_open(struct vop_open_args *ap) in cd9660_open() function
811 .vop_open = cd9660_open,