Home
last modified time | relevance | path

Searched refs:VDevices (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Dosbsd.h180 struct _VDevice VDevices[MV_SATA_CHANNELS_NUM]; member
H A Dhptproc.c118 pVDev = &pAdapter->VDevices[ichan]; in hpt_set_asc_info()
529 pVDev = &(pAdapter->VDevices[channel]); in hpt_get_info()
H A Dentry.c374 PVDevice pVDev = &pAdapter->VDevices[channel]; in init_vdev_params()
418 pVDev = &(pAdapter->VDevices[channelIndex]); in device_change()
453 pVDev = &(pAdapter->VDevices[channelIndex]); in device_change()
988 pPhysical = &(pAdapter->VDevices[i]); in fRegisterVdevice()
1032 pVDevice = &pAdapter->VDevices[i]; in GetSpareDisk()
1461 IdeRegisterVDevice(&pAdapter->VDevices[channel].u.disk); in init_adapter()
H A Dgui_lib.c80 if(&(pAdapter->VDevices[i]) == p) return 0; in check_VDevice_valid()
470 pInfo->Devices[0] = VDEV_TO_ID(&pAdapTemp->VDevices[bus]); in hpt_get_channel_info()
493 pPhysical = &pAdapTemp->VDevices[i]; in hpt_get_logical_devices()
H A Dioctl.c77 if (pDev == &pAdapTemp->VDevices[j].u.disk) { in get_disk_location()