Searched refs:devID (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/busses/ata/highpoint_ide_pci/
H A Dhighpoint_ide_pci.cpp209 uint16 devID = 0xffff; local
229 devID = info.device_id;
233 HPT_info->deviceID = devID;
237 INFO("found: device: %x, revision: %x, function: %x\n",devID,revisionID,function);
240 if (devID == ATA_HPT366) {
264 if (devID == ATA_HPT374) {
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c96 int32 devID; /* device identifier: 0-n */ member in struct:etherpci_private
1472 int32 devID; local
1479 for (devID = 0; (devName = gDevNameList[devID]); devID++) {
1487 mask = 1 << devID;
1499 data->pciInfo = gDevList[devID];
1500 data->devID = devID;
1632 mask = 1L << data->devID;
[all...]
/haiku/src/system/boot/platform/atari_m68k/
H A Dconsole.cpp202 info->devID, info->name, info->scrFlags, info->frameadr,
H A Dvideo.cpp712 info.devID = mode->mode;
H A Dtoscalls.h431 int32 devID; member in struct:screeninfo
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3055 debug_prepend_vnode_id_to_path(char* buffer, size_t& bufferSize, dev_t devID, argument
3066 "<%" B_PRIdDEV ",%" B_PRIdINO ">", devID, nodeID);
5318 "[ \"-p\" ] ( <vnode> | <devID> <nodeID> )\n"
5320 "<devID>, <vnodeID> pair. If \"-p\" is given, a path of the vnode is\n"

Completed in 126 milliseconds