Searched refs:device (Results 476 - 500 of 905) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DSuperBlock.h33 status_t Init(int device, off_t offset = 0);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.h31 status_t Mount(const char *device, off_t offset, off_t length,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater.h44 CTheater(CRadeon & radeon, int device);
H A DTheater100.h21 CTheater100(CRadeon & radeon, int device);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamFilterInterface.h15 CamFilterInterface(CamDevice *device);
18 // filter chain handling, should be accessed with device locked
/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.h44 status_t _GetBIOSDrive(const char* device,
/haiku/src/kits/game/
H A DPushGameSound.cpp21 BGameSoundDevice *device)
23 BStreamingGameSound(inBufferFrameCount, format, inBufferCount, device),
39 BPushGameSound::BPushGameSound(BGameSoundDevice * device) argument
40 : BStreamingGameSound(device),
19 BPushGameSound(size_t inBufferFrameCount, const gs_audio_format *format, size_t inBufferCount, BGameSoundDevice *device) argument
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.h80 status_t _OpenAccelerant(int device);
/haiku/headers/private/system/
H A Dfind_directory_private.h17 status_t __find_directory(directory_which which, dev_t device, bool createIt,
/haiku/src/kits/tracker/
H A DFSClipboard.h64 void RemoveNodesByDevice(dev_t device);
/haiku/src/apps/mail/
H A DQueryList.cpp123 int32 device = message->GetInt32("device", -1); local
129 entry_ref ref(device, directory, name);
133 node_ref nodeRef(device, node);
152 fRefs.insert(std::make_pair(node_ref(ref.device, node), ref));
/haiku/src/servers/net/
H A DDHCPClient.h39 const char* device);
/haiku/src/system/boot/platform/openfirmware/
H A Dnetwork.cpp37 status_t Init(const char *device, const char *parameters);
114 // Failed to get the MAC address of the network device. The system may
138 OFEthernetInterface::Init(const char *device, const char *parameters) argument
140 if (!device)
143 // open device
144 fHandle = of_open(device);
146 printf("opening ethernet device failed\n");
216 // rather than the device itself
284 // Note: At the moment we only do networking at all, if the boot device
285 // is a network device
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl_pci.c89 uint16_t device; member in struct:mwl_pci_ident
105 mwl_pci_lookup(int vendor, int device) argument
110 if (vendor == ident->vendor && device == ident->device)
225 /* check if device was removed */
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DJoystickProtocolHandler.h26 static void AddHandlers(HIDDevice &device,
H A DTabletProtocolHandler.h34 static void AddHandlers(HIDDevice &device,
H A DKeyboardProtocolHandler.h29 static void AddHandlers(HIDDevice &device,
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDDevice.h19 HIDDevice(usb_device device,
/haiku/headers/private/kernel/boot/
H A Dplatform.h53 /* device functions */
64 extern status_t platform_register_boot_device(Node *device);
/haiku/headers/private/storage/
H A Dstorage_support.h105 /*! \brief Returns whether the supplied device ID refers to the root FS.
107 bool device_is_root_device(dev_t device);
/haiku/src/kits/storage/
H A DMergedDirectory.cpp122 ref->device = entry->d_pdev;
231 direntBuffer->d_pdev = ref.device;
235 bestEntry.device = ref.device;
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.h92 status_t get_usb_device_attach_arg(struct freebsd_usb_device* device, struct usb_attach_arg* uaa);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DDriver.h26 /* communication device descriptor subtypes */
62 // bus manager device interface for peripheral driver
73 ECMDevice * device; member in struct:__anon2
/haiku/src/apps/devices/
H A Dusb-header.awk61 # matches device
64 device = substr($0, 8)
65 gsub( /\\/, "&&", device )
66 gsub( /\"/, "&&", device )
69 gsub( /\?\?\?/, "xxx", device )
70 gsub( /\?\?/, "xx", device )
72 # store device ID for possible devices afterwards
77 devices[devicecount, 3] = device
80 # match device class - store data for later
98 # match subclass, use device clas
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Dstack_private.h51 status_t notify_link_changed(net_device* device);

Completed in 129 milliseconds

<<11121314151617181920>>