Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dkernel_interface.cpp139 static status_t bsd_device_init(mount* bsdVolume, const dev_t devID, const char* deviceFile,
235 status = bsd_device_init(bsdVolume, volume->id, device, &bsdDevice, &readOnly); in dosfs_mount()
3230 bsd_device_init(mount* bsdVolume, const dev_t devID, const char* deviceFile, cdev** bsdDevice, in bsd_device_init() function