Searched refs:raw_device (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp46 } raw_device; typedef in typeref:struct:__anon127
50 static raw_device *gDeviceList = NULL;
59 raw_device *device = (raw_device *)malloc(sizeof(raw_device));
98 raw_device *device = (raw_device *)cookie;
113 gDeviceList = (raw_device *)device->link;
115 raw_device *element = gDeviceList;
122 element = (raw_device *)elemen
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp58 struct devfs_vnode* raw_device; member in struct:__anon34::devfs_partition
305 put_vnode(fs->volume, vnode->stream.u.dev.partition->raw_device->id);
462 status = get_vnode(fs->volume, device->id, (void**)&partition->raw_device);
854 vnode->stream.u.dev.partition->raw_device);
862 (addr_t)vnode->stream.u.dev.partition->raw_device);

Completed in 98 milliseconds