Searched refs:publish_devices (Results 26 - 50 of 101) sorted by relevance

12345

/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Ddriver.cpp129 publish_devices(void) function
131 TRACE((DRIVER_NAME ": publish_devices()\n"));
/haiku-fatelf/headers/build/os/drivers/
H A DDrivers.h58 const char **publish_devices(void);
/haiku-fatelf/headers/os/drivers/
H A DDrivers.h61 const char** publish_devices(void);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/hda/
H A Ddriver.cpp108 publish_devices(void) function
/haiku-fatelf/src/add-ons/kernel/drivers/misc/
H A Dconfig.c115 publish_devices(void) function
H A Dmem.c69 publish_devices(void) function
H A Dpoke.c84 publish_devices(void) function
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Ddriver.c209 publish_devices() function
/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl8169/
H A Ddriver.c193 publish_devices() function
/haiku-fatelf/src/add-ons/kernel/drivers/network/wb840/
H A Ddriver.c121 publish_devices() function
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dhaiku-module.h89 const char **publish_devices() \
136 const char **publish_devices() \
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDriver.cpp197 publish_devices() function
/haiku-fatelf/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp106 const char** (*publish_devices)(void); member in struct:__anon5351::legacy_driver
286 const char** devicePaths = driver->publish_devices();
388 if (get_image_symbol(image, "publish_devices", B_SYMBOL_TYPE_TEXT,
389 (void **)&driver->publish_devices) != B_OK
464 driver->publish_devices = NULL;
635 driver->publish_devices = NULL;
838 kprintf(" hooks: find_device %p, publish_devices %p\n"
840 driver->find_device, driver->publish_devices, driver->uninit_driver,
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ichaudio/lala/
H A Ddriver.c208 publish_devices(void) function
210 dprintf("publish_devices\n");
/haiku-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A DDriver.cpp259 publish_devices() function
/haiku-fatelf/src/add-ons/kernel/drivers/bus/pcmcia/
H A Dds.c324 publish_devices(void) function
/haiku-fatelf/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A Dremote_disk.cpp369 publish_devices(void) function
371 TRACE(("remote_disk: publish_devices()\n"));
/haiku-fatelf/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddriver.c292 publish_devices(void) function
/haiku-fatelf/src/add-ons/kernel/drivers/joystick/emuxkigameport/
H A Ddriver.cpp184 publish_devices() function
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis19x/
H A DDriver.cpp253 publish_devices() function
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_davicom/
H A DDriver.cpp308 publish_devices() function
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_ecm/
H A DDriver.cpp245 publish_devices() function
247 TRACE("publish_devices()\n");
265 TRACE_ALWAYS("publish_devices - no memory to allocate device name\n");
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ipw2100/
H A Ddriver.cpp163 publish_devices(void) function
/haiku-fatelf/src/add-ons/kernel/drivers/network/wwan/usb_beceemwmx/
H A DDriver.cpp324 publish_devices() function
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.h227 const char **publish_devices();

Completed in 183 milliseconds

12345