Searched defs:device (Results 301 - 325 of 512) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/devices/
H A DDevicesView.cpp391 Device* device = (Device*)fDevicesOutline->ItemAt(selected); local
[all...]
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.cpp19 AHCIController(device_node *node, pci_device_module_info *pciModule, pci_device *device) argument
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_pci.cpp50 pci_device* device; local
143 pci_device* device; local
198 pci_device* device; local
237 pci_device* device; local
292 pci_device* device; local
[all...]
/haiku/src/system/libroot/os/
H A Dfind_directory.cpp274 __find_directory(directory_which which, dev_t device, bool createIt, argument
516 __find_directory_alpha4(directory_which which, dev_t device, bool createIt, char *returnedPath, int32 pathLength) argument
530 __find_directory(directory_which which, dev_t device, bool createIt, char *returnedPath, int32 _pathLength) argument
[all...]
/haiku/headers/private/graphics/
H A DAGP.h16 uchar device; /* device number on bus */ member in struct:agp_info
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceList.cpp544 MediaChanged(BDiskDevice *device) argument
556 DeviceAdded(BDiskDevice *device) argument
571 DeviceRemoved(BDiskDevice *device) argument
761 BDiskDevice *device = new(nothrow) BDiskDevice; local
793 BDiskDevice *device = NULL; local
826 BDiskDevice *device = _FindDevice(message); local
[all...]
/haiku/src/kits/storage/
H A DAddOnMonitorHandler.cpp201 EntryCreated(const char* name, ino_t directory, dev_t device, ino_t node) argument
213 EntryRemoved(const char* name, ino_t directory, dev_t device, ino_t node) argument
277 EntryMoved(const char* name, const char* fromName, ino_t fromDirectory, ino_t toDirectory, dev_t device, ino_t node, dev_t nodeDevice) argument
477 StatChanged(ino_t node, dev_t device, int32 statFields) argument
638 _FindDirectory(ino_t directory, dev_t device, DirectoryList::iterator& it) const argument
656 _FindDirectory(ino_t directory, dev_t device, DirectoryList::iterator& it, const DirectoryList::const_iterator& end) const argument
[all...]
H A DNode.cpp43 node_ref::node_ref(dev_t device, ino_t node) argument
[all...]
/haiku/src/servers/index/
H A DVolumeWatcher.cpp36 WatchNameHandler::EntryCreated(const char *name, ino_t directory, dev_t device, argument
46 WatchNameHandler::EntryRemoved(const char *name, ino_t directory, dev_t device, argument
70 WatchNameHandler::StatChanged(ino_t node, dev_t device, int32 statFields) argument
56 EntryMoved(const char *name, const char *fromName, ino_t from_directory, ino_t to_directory, dev_t device, ino_t node, dev_t nodeDevice) argument
533 FindEntryRef(ino_t node, dev_t device, entry_ref& entry) argument
[all...]
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp276 dev_t device; local
366 SettingsWindow::_AddVolumeMenuItem(dev_t device) argument
389 _RemoveVolumeMenuItem(dev_t device) argument
402 _FindVolumeMenuItem(dev_t device) argument
[all...]
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp393 JoyWin::_ShowProbeMesage(const char* device) argument
396 str << device << "' to try to figure out what kind of joystick (if any) "; local
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.h70 } device; member in union:__anon543
/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.cpp124 BMessage device; local
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp133 int device = open(deviceName, O_RDONLY); local
[all...]
/haiku/src/bin/consoled/
H A Dconsoled.cpp32 int device; member in struct:keyboard
/haiku/src/kits/tracker/
H A DFSClipboard.cpp714 RemoveNodesByDevice(dev_t device) argument
881 dev_t device; local
[all...]
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp115 reiserfs_mount(fs_volume *_volume, const char *device, uint32 flags, argument
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp263 dev_t device = dev_for_path(path.Path()); local
614 dev_t device = dev_for_path(path.Path()); local
/haiku/src/kits/game/
H A DFileGameSound.cpp57 BFileGameSound(const entry_ref* file, bool looping, BGameSoundDevice* device) argument
75 BFileGameSound(const char* file, bool looping, BGameSoundDevice* device) argument
101 BFileGameSound(BDataIO* data, bool looping, BGameSoundDevice* device) argument
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp275 TabletDevice* device = (TabletDevice*)arg; local
483 TabletDevice* device = (TabletDevice*)cookie; local
494 TabletDevice* device = (TabletDevice*)cookie; local
507 TabletDevice* device local
564 TabletDevice* device = fDevices.ItemAt(i); local
582 TabletDevice* device = new(std::nothrow) TabletDevice(*this, path); local
611 TabletDevice* device = _FindDevice(path); local
[all...]
/haiku/src/servers/input/
H A DAddOnManager.cpp210 AddOnManager::StartMonitoringDevice(DeviceAddOn* addOn, const char* device) argument
237 AddOnManager::StopMonitoringDevice(DeviceAddOn* addOn, const char *device) argument
340 BInputServerDevice* device = instantiate_add_on<BInputServerDevice>( local
434 _RegisterDevice(BInputServerDevice* device, const entry_ref& ref, image_id addOnImage) argument
[all...]
/haiku/src/servers/launch/
H A DEvents.cpp622 VolumeMountedEvent::VolumeMounted(dev_t device) argument
629 VolumeMountedEvent::VolumeUnmounted(dev_t device) argument
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.c37 init_device(device_t device, driver_t *driver) argument
354 device_is_alive(device_t device) argument
469 device_is_attached(device_t device) argument
476 device_attach(device_t device) argument
497 device_detach(device_t device) argument
553 bus_generic_detach(device_t device) argument
578 device_t device = NULL; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp39 ASIXDevice::ASIXDevice(usb_device device, DeviceInfo& deviceInfo) argument
412 ASIXDevice::CompareAndReattach(usb_device device) argument
711 ASIXDevice *device = (ASIXDevice *)cookie; local
723 ASIXDevice *device = (ASIXDevice *)cookie; local
734 ASIXDevice *device = (ASIXDevice *)cookie; local
[all...]
/haiku/headers/private/net/
H A Dnet_datalink.h45 struct net_device* device; member in struct:net_interface

Completed in 309 milliseconds

<<11121314151617181920>>