Searched refs:devID (Results 1 – 7 of 7) sorted by relevance
/haiku/src/add-ons/kernel/busses/ata/highpoint_ide_pci/ |
H A D | highpoint_ide_pci.cpp | 209 uint16 devID = 0xffff; in init_controller() local 229 devID = info.device_id; in init_controller() 233 HPT_info->deviceID = devID; in init_controller() 237 INFO("found: device: %x, revision: %x, function: %x\n",devID,revisionID,function); in init_controller() 240 if (devID == ATA_HPT366) { in init_controller() 264 if (devID == ATA_HPT374) { in init_controller()
|
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/ |
H A D | etherpci.c | 96 int32 devID; /* device identifier: 0-n */ member 1472 int32 devID; in open_hook() local 1479 for (devID = 0; (devName = gDevNameList[devID]); devID++) { in open_hook() 1487 mask = 1 << devID; in open_hook() 1499 data->pciInfo = gDevList[devID]; in open_hook() 1500 data->devID = devID; in open_hook() 1632 mask = 1L << data->devID; in free_hook()
|
/haiku/src/system/boot/platform/atari_m68k/ |
H A D | console.cpp | 202 info->devID, info->name, info->scrFlags, info->frameadr, in dump_milan_modes()
|
H A D | toscalls.h | 431 int32 devID; member
|
H A D | video.cpp | 712 info.devID = mode->mode; in Decode()
|
/haiku/src/add-ons/kernel/file_systems/fat/ |
H A D | kernel_interface.cpp | 139 static status_t bsd_device_init(mount* bsdVolume, const dev_t devID, const char* deviceFile, 3230 bsd_device_init(mount* bsdVolume, const dev_t devID, const char* deviceFile, cdev** bsdDevice, in bsd_device_init() argument 3244 device->si_id = devID; in bsd_device_init()
|
/haiku/src/system/kernel/fs/ |
H A D | vfs.cpp | 3072 debug_prepend_vnode_id_to_path(char* buffer, size_t& bufferSize, dev_t devID, in debug_prepend_vnode_id_to_path() argument 3083 "<%" B_PRIdDEV ",%" B_PRIdINO ">", devID, nodeID); in debug_prepend_vnode_id_to_path()
|