Searched refs:interfaceName (Results 1 – 5 of 5) sorted by relevance
/reactos/drivers/storage/partmgr/ |
H A D | partition.c | 102 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 D | partmgr.c | 970 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 D | ifenum_reactos.c | 356 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 D | floppy.c | 917 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 D | class.c | 10978 UNICODE_STRING interfaceName; local 11002 &interfaceName 11012 commonExtension->MountedDeviceInterfaceName = interfaceName; 11013 status = IoSetDeviceInterfaceState(&interfaceName, TRUE); 11016 RtlFreeUnicodeString(&interfaceName);
|