Searched refs:devfs_publish_device (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/kernel/device_manager/
H A Ddevfs_private.h19 status_t devfs_publish_device(const char* path, BaseDevice* device);
H A Dlegacy_drivers.cpp332 && devfs_publish_device(devicePaths[0], device) == B_OK) {
1456 status = devfs_publish_device(path, device);
H A Ddevfs.cpp2185 devfs_publish_device(const char* path, BaseDevice* device) function
2267 devfs_publish_device(const char* path, device_hooks* hooks) function
H A Ddevice_manager.cpp751 status = devfs_publish_device(path, device);
/haiku/headers/private/kernel/fs/
H A Ddevfs.h28 status_t devfs_publish_device(const char* path, device_hooks* calls);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.cpp207 status = devfs_publish_device(dev->name, &gKeyboardDeviceHooks);
231 status = devfs_publish_device(dev->name, hooks);
238 INFO("ps2: devfs_publish_device %s, status = 0x%08" B_PRIx32 "\n",
/haiku/src/add-ons/kernel/network/devices/tunnel/
H A Dtunnel.cpp353 status = devfs_publish_device(name, &sDeviceHooks);

Completed in 68 milliseconds