Searched defs:device (Results 1 - 25 of 512) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DPose.cpp93 dev_t device = model->NodeRef()->device; local
H A DContainerWindow.cpp2298 dev_t device = ref->device; local
H A DFilePanelPriv.cpp1796 dev_t device; local
1819 dev_t device; local
[all...]
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp497 _RemoveStyle(dev_t device, uint64 directoryNode, uint64 node) argument
[all...]
/haiku/src/apps/installer/
H A DInstallerWindow.cpp873 BDiskDevice device; local
/haiku/src/apps/drivesetup/
H A DDiskView.cpp324 virtual bool Visit(BDiskDevice* device) argument
[all...]
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp124 test_find_directory(directory_which dir, BPath &path, dev_t device) argument
302 TestDirectories(dev_t device) argument
328 dev_t device = dev_for_path("/boot"); 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/src/add-ons/kernel/drivers/audio/null/
H A Dnull_multi.c114 set_global_format(device_t* device, multi_format_info* data) argument
130 get_global_format(device_t* device, multi_format_info* data) argument
165 list_mix_controls(device_t* device, multi_mix_control_info * data) argument
194 get_buffers(device_t* device, multi_buffer_list* data) argument
280 buffer_exchange(device_t* device, multi_buffer_info* info) argument
336 buffer_force_stop(device_t* device) argument
[all...]
H A Dnull_hardware.c54 device_t* device = (device_t*) cookie; local
99 null_start_hardware(device_t* device) argument
110 null_stop_hardware(device_t* device) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_codec.cpp1038 int device = CONF_DEFAULT_DEVICE(widget.d.pin.config); local
1243 int device = CONF_DEFAULT_DEVICE(widget.d.pin.config); local
1504 uint16 device; member in struct:__anon3
[all...]
/haiku/src/tools/fs_shell/
H A Dvfs.cpp78 fssh_mount_id device; member in struct:FSShell::vnode
95 fssh_mount_id device; member in struct:FSShell::vnode_hash_key
2732 vfs_entry_ref_to_path(fssh_dev_t device, fssh_ino_t inode, const char *leaf, bool kernel, char *path, fssh_size_t pathLength) argument
4462 query_open(fssh_dev_t device, const char *query, uint32_t flags, fssh_port_id port, int32_t token, bool kernel) argument
4555 fs_mount(char *path, const char *device, const char *fsName, uint32_t flags, const char *args, bool kernel) argument
4869 fs_sync(fssh_dev_t device) argument
4928 fs_read_info(fssh_dev_t device, struct fssh_fs_info *info) argument
4960 fs_write_info(fssh_dev_t device, const struct fssh_fs_info *info, int mask) argument
4981 fssh_dev_t device = *_cookie; local
5082 _kern_mount(const char *path, const char *device, const char *fsName, uint32_t flags, const char *args, fssh_size_t argsLength) argument
5105 _kern_read_fs_info(fssh_dev_t device, struct fssh_fs_info *info) argument
5115 _kern_write_fs_info(fssh_dev_t device, const struct fssh_fs_info *info, int mask) argument
5129 fssh_dev_t device; local
5148 _kern_open_entry_ref(fssh_dev_t device, fssh_ino_t inode, const char *name, int openMode, int perms) argument
5207 _kern_open_dir_entry_ref(fssh_dev_t device, fssh_ino_t inode, const char *name) argument
5267 _kern_create_dir_entry_ref(fssh_dev_t device, fssh_ino_t inode, const char *name, int perms) argument
5641 _kern_open_index_dir(fssh_dev_t device) argument
5648 _kern_create_index(fssh_dev_t device, const char *name, uint32_t type, uint32_t flags) argument
5655 _kern_read_index_stat(fssh_dev_t device, const char *name, fssh_struct_stat *stat) argument
5662 _kern_remove_index(fssh_dev_t device, const char *name) argument
5732 _kern_entry_ref_to_path(fssh_dev_t device, fssh_ino_t inode, const char *leaf, char* path, fssh_size_t pathLength) argument
5740 _kern_open_query(fssh_dev_t device, const char *query, fssh_size_t queryLength, uint32_t flags, fssh_port_id port, int32_t token) argument
[all...]
H A Dfssh.cpp1602 standard_session(const char* device, const char* fsName, bool interactive) argument
1633 initialization_session(const char* device, const char* fsName, argument
1686 const char* device = NULL; local
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp745 Device* device = new(std::nothrow) Device(node, moduleName); local
798 Device* device = dynamic_cast<Device*>(baseDevice); local
2198 Device* device = deviceIterator.Next(); local
2240 AddDevice(Device* device) argument
2247 RemoveDevice(Device* device) argument
2368 Device* device = deviceIterator.Next(); local
[all...]
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DQuirkyDevices.cpp17 sixaxis_init(usb_device device, const usb_configuration_info *config, 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...]
H A Dsdhci_acpi.cpp70 acpi_device device; local
143 acpi_device* device; local
219 acpi_device* device; local
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp123 btrfs_mount(fs_volume* _volume, const char* device, uint32 flags, argument
/haiku/src/system/kernel/fs/
H A Dvfs.cpp265 dev_t device; member in struct:__anon2::vnode_hash_key
3261 dev_t device = parse_expression(argv[argi]); local
3286 dev_t device = parse_expression(argv[1]); local
3322 dev_t device = -1; local
4480 vfs_resolve_parent(struct vnode* parent, dev_t* device, ino_t* node) argument
4798 vfs_stat_node_ref(dev_t device, ino_t inode, struct stat* stat) argument
4820 vfs_entry_ref_to_path(dev_t device, ino_t inode, const char* leaf, bool kernel, char* path, size_t pathLength) argument
7228 query_open(dev_t device, const char* query, uint32 flags, port_id port, int32 token, bool kernel) argument
7326 fs_mount(char* path, const char* device, const char* fsName, uint32 flags, const char* args, bool kernel) argument
7880 fs_sync(dev_t device) argument
7964 fs_read_info(dev_t device, struct fs_info* info) argument
8002 fs_write_info(dev_t device, const struct fs_info* info, int mask) argument
8023 dev_t device = *_cookie; local
8153 _kern_mount(const char* path, const char* device, const char* fsName, uint32 flags, const char* args, size_t argsLength) argument
8176 _kern_read_fs_info(dev_t device, struct fs_info* info) argument
8186 _kern_write_fs_info(dev_t device, const struct fs_info* info, int mask) argument
8200 dev_t device; local
8266 _kern_open_entry_ref(dev_t device, ino_t inode, const char* name, int openMode, int perms) argument
8325 _kern_open_dir_entry_ref(dev_t device, ino_t inode, const char* name) argument
8391 _kern_create_dir_entry_ref(dev_t device, ino_t inode, const char* name, int perms) argument
8725 _kern_open_index_dir(dev_t device) argument
8732 _kern_create_index(dev_t device, const char* name, uint32 type, uint32 flags) argument
8739 _kern_read_index_stat(dev_t device, const char* name, struct stat* stat) argument
8746 _kern_remove_index(dev_t device, const char* name) argument
8782 KPath path, device; local
8867 _user_read_fs_info(dev_t device, struct fs_info* userInfo) argument
8890 _user_write_fs_info(dev_t device, const struct fs_info* userInfo, int mask) argument
8909 dev_t device; local
8965 _user_entry_ref_to_path(dev_t device, ino_t inode, const char* leaf, char* userPath, size_t pathLength) argument
9040 _user_open_entry_ref(dev_t device, ino_t inode, const char* userName, int openMode, int perms) argument
9085 _user_open_dir_entry_ref(dev_t device, ino_t inode, const char* userName) argument
9276 _user_create_dir_entry_ref(dev_t device, ino_t inode, const char* userName, int perms) argument
9896 _user_open_index_dir(dev_t device) argument
9903 _user_create_index(dev_t device, const char* userName, uint32 type, uint32 flags) argument
9919 _user_read_index_stat(dev_t device, const char* userName, struct stat* userStat) argument
9942 _user_remove_index(dev_t device, const char* userName) argument
10052 _user_open_query(dev_t device, const char* userQuery, size_t queryLength, uint32 flags, port_id port, int32 token) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Ddevice.c138 wb_device* device = (wb_device*)cookie; local
209 wb_device* device = (wb_device*)cookie; local
339 wb_device* device = (wb_device*)cookie; local
363 wb_device* device = (wb_device*)cookie; local
[all...]
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp429 find_routing_table_entry(IRQRoutingTable& table, uint8 bus, uint8 device, uint8 pin) argument
611 read_irq_routing_table_recursive(acpi_module_info* acpi, pci_module_info* pci, acpi_handle parent, acpi_handle device, uint8 currentBus, IRQRoutingTable& table, IRQRoutingTable& unmatchedTable, bool rootBridge, interrupt_available_check_function checkFunction) argument
883 read_irq_descriptor(acpi_module_info* acpi, acpi_handle device, bool readCurrent, irq_descriptor* _descriptor, irq_descriptor_list* descriptorList) argument
1016 read_current_irq(acpi_module_info* acpi, acpi_handle device, irq_descriptor& descriptor) argument
1024 read_possible_irqs(acpi_module_info* acpi, acpi_handle device, irq_descriptor_list& descriptorList) argument
1032 set_current_irq(acpi_module_info* acpi, acpi_handle device, const irq_descriptor& descriptor) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp95 globalGPEHandler(UINT32 eventType, ACPI_HANDLE device, UINT32 eventNumber, argument
154 static void globalNotifyHandler(ACPI_HANDLE device, UINT32 value, void* context) argument
324 install_notify_handler(acpi_handle device, uint32 handlerType, argument
333 remove_notify_handler(acpi_handle device, uint32 handlerType, argument
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.h48 uint32 device: 5; member in struct:PciAddress::__anon7
59 uint32 device: 5; member in struct:PciAddressEcam::__anon8
/haiku/src/libs/compat/freebsd_network/
H A Dpci.cpp51 get_device_pci_info(device_t device) argument
[all...]
/haiku/src/apps/devices/
H A DDevicesView.cpp391 Device* device = (Device*)fDevicesOutline->ItemAt(selected); local
[all...]

Completed in 112 milliseconds

1234567891011>>