Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/hfs/
Dlibhfs.c161 const char* in_device, in hfslib_open_volume() argument
179 if (in_device == NULL || out_vol == NULL) in hfslib_open_volume()
185 if (hfslib_openvoldevice(out_vol, in_device, cbargs) != 0) in hfslib_open_volume()
2240 const char* in_device, in hfslib_openvoldevice() argument
2243 if (hfs_gcb.openvol != NULL && in_device != NULL) in hfslib_openvoldevice()
2244 return hfs_gcb.openvol(in_vol, in_device, cbargs); in hfslib_openvoldevice()