HomeSort by: relevance | last modified time | path
    Searched refs:openvol (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/hfs/
hfs_vfsops.c 379 cbargs.openvol = (void*)&argsopen;
651 callbacks.openvol = hfs_libcb_opendev;
libhfs.h 512 void* openvol; member in struct:__anon46ade0a12608
530 /* openvol(in_volume, in_devicepath, cbargs)
532 int (*openvol) (hfs_volume*, const char*, hfs_callback_args*); member in struct:__anon46ade0a12708
hfs_subr.c 163 args = (hfs_libcb_argsopen*)(cbargs->openvol);
libhfs.c 2243 if (hfs_gcb.openvol != NULL && in_device != NULL)
2244 return hfs_gcb.openvol(in_vol, in_device, cbargs);

Completed in 15 milliseconds