Home
last modified time | relevance | path

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

/reactos/drivers/storage/partmgr/
H A Dpartition.c102 UNICODE_STRING partitionSymlink, interfaceName; in PartitionHandleStartDevice() local
133 &interfaceName); in PartitionHandleStartDevice()
139 PartExt->PartitionInterfaceName = interfaceName; in PartitionHandleStartDevice()
140 status = IoSetDeviceInterfaceState(&interfaceName, TRUE); in PartitionHandleStartDevice()
142 INFO("Partition interface %wZ\n", &interfaceName); in PartitionHandleStartDevice()
146 RtlFreeUnicodeString(&interfaceName); in PartitionHandleStartDevice()
154 &interfaceName); in PartitionHandleStartDevice()
160 PartExt->VolumeInterfaceName = interfaceName; in PartitionHandleStartDevice()
161 status = IoSetDeviceInterfaceState(&interfaceName, TRUE); in PartitionHandleStartDevice()
163 INFO("Volume interface %wZ\n", &interfaceName); in PartitionHandleStartDevice()
[all …]
H A Dpartmgr.c970 UNICODE_STRING interfaceName; in FdoHandleStartDevice() local
974 &interfaceName); in FdoHandleStartDevice()
982 FdoExtension->DiskInterfaceName = interfaceName; in FdoHandleStartDevice()
983 status = IoSetDeviceInterfaceState(&interfaceName, TRUE); in FdoHandleStartDevice()
985 INFO("Disk interface %wZ\n", &interfaceName); in FdoHandleStartDevice()
989 RtlFreeUnicodeString(&interfaceName); in FdoHandleStartDevice()
/reactos/dll/win32/iphlpapi/
H A Difenum_reactos.c356 char *interfaceName = NULL; in getInterfaceNameByIndex() local
363 interfaceName = HeapAlloc( GetProcessHeap(), 0, in getInterfaceNameByIndex()
365 if( interfaceName ) { in getInterfaceNameByIndex()
366 memcpy(interfaceName, ifInfo.if_info.ent.if_descr, ifInfo.if_info.ent.if_descrlen); in getInterfaceNameByIndex()
367 interfaceName[ifInfo.if_info.ent.if_descrlen] = '\0'; in getInterfaceNameByIndex()
374 return interfaceName; in getInterfaceNameByIndex()
/reactos/drivers/storage/class/sfloppy/
H A Dfloppy.c917 UNICODE_STRING interfaceName; in ScsiFlopInitDevice() local
919 RtlInitUnicodeString(&interfaceName, NULL); in ScsiFlopInitDevice()
924 &interfaceName); in ScsiFlopInitDevice()
927 diskData->FloppyInterfaceString = interfaceName; in ScsiFlopInitDevice()
/reactos/drivers/storage/class/classpnp/
H A Dclass.c10978 UNICODE_STRING interfaceName; local
11002 &interfaceName
11012 commonExtension->MountedDeviceInterfaceName = interfaceName;
11013 status = IoSetDeviceInterfaceState(&interfaceName, TRUE);
11016 RtlFreeUnicodeString(&interfaceName);