Home
last modified time | relevance | path

Searched refs:DeviceName (Results 1 – 25 of 3167) sorted by relevance

12345678910>>...127

/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/simulator/esx/
H A Dhost_hardware_info.go299 DeviceName: "SVGA II Adapter",
313 DeviceName: "PCI bridge",
327 DeviceName: "PCI Express Root Port",
341 DeviceName: "PCI Express Root Port",
355 DeviceName: "PCI Express Root Port",
369 DeviceName: "PCI Express Root Port",
383 DeviceName: "PCI Express Root Port",
397 DeviceName: "PCI Express Root Port",
411 DeviceName: "PCI Express Root Port",
425 DeviceName: "PCI Express Root Port",
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/simulator/esx/
H A Dhost_hardware_info.go299 DeviceName: "SVGA II Adapter",
313 DeviceName: "PCI bridge",
327 DeviceName: "PCI Express Root Port",
341 DeviceName: "PCI Express Root Port",
355 DeviceName: "PCI Express Root Port",
369 DeviceName: "PCI Express Root Port",
383 DeviceName: "PCI Express Root Port",
397 DeviceName: "PCI Express Root Port",
411 DeviceName: "PCI Express Root Port",
425 DeviceName: "PCI Express Root Port",
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/vmware/govmomi/simulator/esx/
H A Dhost_hardware_info.go299 DeviceName: "SVGA II Adapter",
313 DeviceName: "PCI bridge",
327 DeviceName: "PCI Express Root Port",
341 DeviceName: "PCI Express Root Port",
355 DeviceName: "PCI Express Root Port",
369 DeviceName: "PCI Express Root Port",
383 DeviceName: "PCI Express Root Port",
397 DeviceName: "PCI Express Root Port",
411 DeviceName: "PCI Express Root Port",
425 DeviceName: "PCI Express Root Port",
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/simulator/esx/
H A Dhost_hardware_info.go299 DeviceName: "SVGA II Adapter",
313 DeviceName: "PCI bridge",
327 DeviceName: "PCI Express Root Port",
341 DeviceName: "PCI Express Root Port",
355 DeviceName: "PCI Express Root Port",
369 DeviceName: "PCI Express Root Port",
383 DeviceName: "PCI Express Root Port",
397 DeviceName: "PCI Express Root Port",
411 DeviceName: "PCI Express Root Port",
425 DeviceName: "PCI Express Root Port",
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/compiler/
H A Daslmapenter.c171 char *DeviceName,
199 char *DeviceName) in MpSaveGpioInfo() argument
219 Info->DeviceName = DeviceName; in MpSaveGpioInfo()
249 char *DeviceName) in MpSaveSerialInfo() argument
297 Info->DeviceName = DeviceName; in MpSaveSerialInfo()
322 char *DeviceName) in MpCreateGpioInfo() argument
350 (strcmp (DeviceName, NextGpio->DeviceName) > 0)) in MpCreateGpioInfo()
360 !strcmp (DeviceName, NextGpio->DeviceName)) in MpCreateGpioInfo()
399 char *DeviceName, in MpCreateSerialInfo() argument
427 (strcmp (DeviceName, NextSerial->DeviceName) > 0)) in MpCreateSerialInfo()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/compiler/
H A Daslmapenter.c59 char *DeviceName);
63 char *DeviceName,
91 char *DeviceName) in MpSaveGpioInfo() argument
111 Info->DeviceName = DeviceName; in MpSaveGpioInfo()
141 char *DeviceName) in MpSaveSerialInfo() argument
189 Info->DeviceName = DeviceName; in MpSaveSerialInfo()
214 char *DeviceName) in MpCreateGpioInfo() argument
242 (strcmp (DeviceName, NextGpio->DeviceName) > 0)) in MpCreateGpioInfo()
252 !strcmp (DeviceName, NextGpio->DeviceName)) in MpCreateGpioInfo()
319 (strcmp (DeviceName, NextSerial->DeviceName) > 0)) in MpCreateSerialInfo()
[all …]
/dports/net/cloud-init/cloud-init-21.4/cloudinit/distros/
H A Dnetworking.py14 DeviceName = str variable
38 def device_devid(self, devname: DeviceName): argument
41 def device_driver(self, devname: DeviceName): argument
68 def get_interface_mac(self, devname: DeviceName): argument
78 def get_master(self, devname: DeviceName): argument
86 def is_bond(self, devname: DeviceName) -> bool: argument
89 def is_bridge(self, devname: DeviceName) -> bool: argument
93 def is_physical(self, devname: DeviceName) -> bool: argument
101 def is_renamed(self, devname: DeviceName) -> bool: argument
104 def is_up(self, devname: DeviceName) -> bool: argument
[all …]
/dports/devel/indi/indi-1.9.1/libs/indibase/alignment/
H A DAlignmentSubsystemForClients.cpp15 void AlignmentSubsystemForClients::Initialise(const char *DeviceName, INDI::BaseClient *BaseClient) in Initialise() argument
17 AlignmentSubsystemForClients::DeviceName = DeviceName; in Initialise()
24 if (strcmp(BLOBPointer->bvp->device, DeviceName.c_str()) == 0) in ProcessNewBLOB()
33 if (strcmp(DevicePointer->getDeviceName(), DeviceName.c_str()) == 0) in ProcessNewDevice()
43 if (strcmp(NumberVectorPropertyPointer->device, DeviceName.c_str()) == 0) in ProcessNewNumber()
52 if (strcmp(PropertyPointer->getDeviceName(), DeviceName.c_str()) == 0) in ProcessNewProperty()
62 if (strcmp(SwitchVectorPropertyPointer->device, DeviceName.c_str()) == 0) in ProcessNewSwitch()
H A DMathPluginManagerClient.cpp10 MathPluginManagerClient::MathPluginManagerClient() : DeviceName("skywatcherAPIMount") in MathPluginManagerClient()
28 DeviceName = argv[1]; in Initialise()
37 AlignmentSubsystemForClients::Initialise(DeviceName.c_str(), this); in Initialise()
41 watchDevice(DeviceName.c_str()); in Initialise()
45 setBLOBMode(B_ALSO, DeviceName.c_str(), nullptr); in Initialise()
/dports/devel/py-moto/moto-2.2.16/tests/test_kinesisvideo/
H A Dtest_kinesisvideo.py15 res = client.create_stream(StreamName=stream_name, DeviceName=device_name)
25 client.create_stream(StreamName=stream_name, DeviceName=device_name)
29 client.create_stream(StreamName=stream_name, DeviceName=device_name)
38 res = client.create_stream(StreamName=stream_name, DeviceName=device_name)
44 client.create_stream(StreamName=stream_name, DeviceName=device_name)
80 client.create_stream(StreamName=stream_name, DeviceName=device_name)
81 client.create_stream(StreamName=stream_name_2, DeviceName=device_name)
97 client.create_stream(StreamName=stream_name, DeviceName=device_name)
98 res = client.create_stream(StreamName=stream_name_2, DeviceName=device_name)
115 client.create_stream(StreamName=stream_name, DeviceName=device_name)
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/disassembler/
H A Ddmresrcl2.c307 char *DeviceName = NULL; in AcpiDmGpioCommon() local
317 DeviceName = ACPI_ADD_PTR (char, in AcpiDmGpioCommon()
370 PinCount, PinList, DeviceName); in AcpiDmGpioCommon()
574 DeviceName = ACPI_ADD_PTR (char, in AcpiDmPinFunctionDescriptor()
728 char *DeviceName; in AcpiDmCsi2SerialBusDescriptor() local
797 char *DeviceName; in AcpiDmI2cSerialBusDescriptor() local
871 char *DeviceName; in AcpiDmSpiSerialBusDescriptor() local
954 char *DeviceName; in AcpiDmUartSerialBusDescriptor() local
1116 DeviceName = ACPI_ADD_PTR (char, in AcpiDmPinConfigDescriptor()
1291 DeviceName = ACPI_ADD_PTR (char, in AcpiDmPinGroupFunctionDescriptor()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/io/
H A Ddevice.c126 PUNICODE_STRING DeviceName, DEVICE_TYPE DeviceType, in _IoCreateDeviceEx() argument
153 ConvertFromUnicode(CP_UTF8, 0, DeviceName->Buffer, DeviceName->Length / 2, in _IoCreateDeviceEx()
154 &(pDeviceObjectEx->DeviceName), 0, NULL, NULL); in _IoCreateDeviceEx()
156 if (!pDeviceObjectEx->DeviceName) in _IoCreateDeviceEx()
163 GetDeviceFileUnixDomainSocketFilePathA(pDeviceObjectEx->DeviceName); in _IoCreateDeviceEx()
167 free(pDeviceObjectEx->DeviceName); in _IoCreateDeviceEx()
176 free(pDeviceObjectEx->DeviceName); in _IoCreateDeviceEx()
187 free(pDeviceObjectEx->DeviceName); in _IoCreateDeviceEx()
232 free(pDeviceObjectEx->DeviceName); in _IoDeleteDeviceEx()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_windowsmodes.c220 WIN_AddDisplay(_THIS, LPTSTR DeviceName) in WIN_AddDisplay() argument
228 printf("Display: %s\n", WIN_StringToUTF8(DeviceName)); in WIN_AddDisplay()
238 SDL_memcpy(displaydata->DeviceName, DeviceName, in WIN_AddDisplay()
239 sizeof(displaydata->DeviceName)); in WIN_AddDisplay()
243 if (EnumDisplayDevices(DeviceName, 0, &device, 0)) { in WIN_AddDisplay()
266 TCHAR DeviceName[32]; in WIN_InitModes() local
283 SDL_memcpy(DeviceName, device.DeviceName, sizeof(DeviceName)); in WIN_InitModes()
285 printf("Device: %s\n", WIN_StringToUTF8(DeviceName)); in WIN_InitModes()
289 if (!EnumDisplayDevices(DeviceName, j, &device, 0)) { in WIN_InitModes()
304 count += WIN_AddDisplay(_this, device.DeviceName); in WIN_InitModes()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_windowsmodes.c220 WIN_AddDisplay(_THIS, LPTSTR DeviceName) in WIN_AddDisplay() argument
228 printf("Display: %s\n", WIN_StringToUTF8(DeviceName)); in WIN_AddDisplay()
238 SDL_memcpy(displaydata->DeviceName, DeviceName, in WIN_AddDisplay()
239 sizeof(displaydata->DeviceName)); in WIN_AddDisplay()
243 if (EnumDisplayDevices(DeviceName, 0, &device, 0)) { in WIN_AddDisplay()
266 TCHAR DeviceName[32]; in WIN_InitModes() local
283 SDL_memcpy(DeviceName, device.DeviceName, sizeof(DeviceName)); in WIN_InitModes()
285 printf("Device: %s\n", WIN_StringToUTF8(DeviceName)); in WIN_InitModes()
289 if (!EnumDisplayDevices(DeviceName, j, &device, 0)) { in WIN_InitModes()
304 count += WIN_AddDisplay(_this, device.DeviceName); in WIN_InitModes()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/windows/
H A DSDL_windowsmodes.c220 WIN_AddDisplay(_THIS, LPTSTR DeviceName) in WIN_AddDisplay() argument
228 printf("Display: %s\n", WIN_StringToUTF8(DeviceName)); in WIN_AddDisplay()
238 SDL_memcpy(displaydata->DeviceName, DeviceName, in WIN_AddDisplay()
239 sizeof(displaydata->DeviceName)); in WIN_AddDisplay()
243 if (EnumDisplayDevices(DeviceName, 0, &device, 0)) { in WIN_AddDisplay()
266 TCHAR DeviceName[32]; in WIN_InitModes() local
283 SDL_memcpy(DeviceName, device.DeviceName, sizeof(DeviceName)); in WIN_InitModes()
285 printf("Device: %s\n", WIN_StringToUTF8(DeviceName)); in WIN_InitModes()
289 if (!EnumDisplayDevices(DeviceName, j, &device, 0)) { in WIN_InitModes()
304 count += WIN_AddDisplay(_this, device.DeviceName); in WIN_InitModes()
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/protocol/
H A Dhello_test.go17 DeviceName: "test device",
39 DeviceName: "this device",
55 if res.DeviceName != expected.DeviceName {
56 t.Errorf("incorrect DeviceName %q != expected %q", res.DeviceName, expected.DeviceName)
84 DeviceName: "this device",
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/disassembler/
H A Ddmresrcl2.c195 char *DeviceName = NULL; in AcpiDmGpioCommon() local
205 DeviceName = ACPI_ADD_PTR (char, in AcpiDmGpioCommon()
207 AcpiUtPrintString (DeviceName, ACPI_UINT16_MAX); in AcpiDmGpioCommon()
258 PinCount, PinList, DeviceName); in AcpiDmGpioCommon()
501 char *DeviceName; in AcpiDmI2cSerialBusDescriptor() local
522 AcpiUtPrintString (DeviceName, ACPI_UINT16_MAX); in AcpiDmI2cSerialBusDescriptor()
548 MpSaveSerialInfo (Info->MappingOp, Resource, DeviceName); in AcpiDmI2cSerialBusDescriptor()
575 char *DeviceName; in AcpiDmSpiSerialBusDescriptor() local
605 AcpiUtPrintString (DeviceName, ACPI_UINT16_MAX); in AcpiDmSpiSerialBusDescriptor()
658 char *DeviceName; in AcpiDmUartSerialBusDescriptor() local
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/devices/gpu/nvidia/
H A Dfingerprint_test.go29 DeviceName: helper.StringToPtr("DeviceName1"),
36 DeviceName: helper.StringToPtr("DeviceName2"),
43 DeviceName: helper.StringToPtr("DeviceName3"),
55 DeviceName: helper.StringToPtr("DeviceName1"),
62 DeviceName: helper.StringToPtr("DeviceName3"),
370 DeviceName: helper.StringToPtr("Type1"),
420 DeviceName: helper.StringToPtr("Type1"),
469 DeviceName: helper.StringToPtr("Type1"),
484 DeviceName: helper.StringToPtr("Type1"),
558 DeviceName: helper.StringToPtr("Type1"),
[all …]
/dports/sysutils/nomad/nomad-1.1.0/devices/gpu/nvidia/
H A Dfingerprint_test.go29 DeviceName: helper.StringToPtr("DeviceName1"),
36 DeviceName: helper.StringToPtr("DeviceName2"),
43 DeviceName: helper.StringToPtr("DeviceName3"),
55 DeviceName: helper.StringToPtr("DeviceName1"),
62 DeviceName: helper.StringToPtr("DeviceName3"),
370 DeviceName: helper.StringToPtr("Type1"),
420 DeviceName: helper.StringToPtr("Type1"),
469 DeviceName: helper.StringToPtr("Type1"),
484 DeviceName: helper.StringToPtr("Type1"),
558 DeviceName: helper.StringToPtr("Type1"),
[all …]
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DTTNMQTT.cpp427 std::string DeviceName = root["dev_id"].asString(); in on_message() local
468 int DeviceID = GetAddDeviceAndSensor(m_HwdID, DeviceName.c_str(), DeviceSerial.c_str()); in on_message()
522 UpdateUserVariable(DeviceName, sstr.str()); in on_message()
546 SendLuxSensor(DeviceID, channel, BatteryLevel, vSensor["value"].asFloat(), DeviceName); in on_message()
577 nforecast = m_forecast_calculators[DeviceName].CalculateBaroForecast(temp, baro); in on_message()
581 nforecast = m_forecast_calculators[DeviceName].CalculateBaroForecast(baro); in on_message()
592 SendTempHumSensor(DeviceID, BatteryLevel, temp, (int)rint(hum), DeviceName, rssi); in on_message()
596 SendTempBaroSensor(DeviceID, BatteryLevel, temp, baro, DeviceName); in on_message()
602 SendTempSensor(DeviceID, BatteryLevel, temp, DeviceName, rssi); in on_message()
606 SendHumiditySensor(DeviceID, BatteryLevel, (int)rint(hum), DeviceName, rssi); in on_message()
[all …]
/dports/www/domoticz/domoticz-2020.2/notifications/
H A DNotificationHelper.h16 std::string DeviceName; member
111 const std::string &DeviceName,
118 const std::string &DeviceName,
124 const std::string &DeviceName,
128 const std::string & DeviceName,
152 const std::string &DeviceName,
159 const std::string &DeviceName,
164 const std::string &DeviceName,
168 const std::string &DeviceName,
175 const std::string &DeviceName,
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DEtherLog.c472 StrCpy(a.DeviceName, sizeof(a.DeviceName), t->DeviceName); in EtGetDevice()
525 StrCpy(item->DeviceName, sizeof(item->DeviceName), name); in EtEnumAllDevice()
559 StrCpy(d->DeviceName, sizeof(d->DeviceName), eld->DeviceName); in EtEnumDevice()
578 PackGetStr(p, "DeviceName", t->DeviceName, sizeof(t->DeviceName)); in InRpcAddDevice()
616 PackGetStr(p, "DeviceName", t->DeviceName, sizeof(t->DeviceName)); in InRpcDeleteDevice()
647 PackGetStrEx(p, "DeviceName", d->DeviceName, sizeof(d->DeviceName), i); in InRpcEnumDevice()
875 StrCpy(t.DeviceName, sizeof(t.DeviceName), name); in ElSetCaptureDeviceLogSetting()
940 StrCpy(t.DeviceName, sizeof(t.DeviceName), name); in ElDeleteCaptureDevice()
977 StrCpy(t.DeviceName, sizeof(t.DeviceName), name); in ElAddCaptureDevice()
991 StrCpy(d->DeviceName, sizeof(d->DeviceName), name); in ElAddCaptureDevice()
[all …]
/dports/security/softether/v4.38-9760/src/Cedar/
H A DEtherLog.c472 StrCpy(a.DeviceName, sizeof(a.DeviceName), t->DeviceName); in EtGetDevice()
525 StrCpy(item->DeviceName, sizeof(item->DeviceName), name); in EtEnumAllDevice()
559 StrCpy(d->DeviceName, sizeof(d->DeviceName), eld->DeviceName); in EtEnumDevice()
578 PackGetStr(p, "DeviceName", t->DeviceName, sizeof(t->DeviceName)); in InRpcAddDevice()
616 PackGetStr(p, "DeviceName", t->DeviceName, sizeof(t->DeviceName)); in InRpcDeleteDevice()
647 PackGetStrEx(p, "DeviceName", d->DeviceName, sizeof(d->DeviceName), i); in InRpcEnumDevice()
875 StrCpy(t.DeviceName, sizeof(t.DeviceName), name); in ElSetCaptureDeviceLogSetting()
940 StrCpy(t.DeviceName, sizeof(t.DeviceName), name); in ElDeleteCaptureDevice()
977 StrCpy(t.DeviceName, sizeof(t.DeviceName), name); in ElAddCaptureDevice()
991 StrCpy(d->DeviceName, sizeof(d->DeviceName), name); in ElAddCaptureDevice()
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DEtherLog.c385 StrCpy(a.DeviceName, sizeof(a.DeviceName), t->DeviceName); in EtGetDevice()
438 StrCpy(item->DeviceName, sizeof(item->DeviceName), name); in EtEnumAllDevice()
472 StrCpy(d->DeviceName, sizeof(d->DeviceName), eld->DeviceName); in EtEnumDevice()
491 PackGetStr(p, "DeviceName", t->DeviceName, sizeof(t->DeviceName)); in InRpcAddDevice()
529 PackGetStr(p, "DeviceName", t->DeviceName, sizeof(t->DeviceName)); in InRpcDeleteDevice()
560 PackGetStrEx(p, "DeviceName", d->DeviceName, sizeof(d->DeviceName), i); in InRpcEnumDevice()
788 StrCpy(t.DeviceName, sizeof(t.DeviceName), name); in ElSetCaptureDeviceLogSetting()
853 StrCpy(t.DeviceName, sizeof(t.DeviceName), name); in ElDeleteCaptureDevice()
890 StrCpy(t.DeviceName, sizeof(t.DeviceName), name); in ElAddCaptureDevice()
904 StrCpy(d->DeviceName, sizeof(d->DeviceName), name); in ElAddCaptureDevice()
[all …]
/dports/net/libiscsi/libiscsi-1.19.0/patches/
H A Dmtx-iscsi.diff186 +static DEVICE_TYPE OpenISCSI(char *DeviceName)
192 + portal = strdup(DeviceName + 8);
194 + FatalError("Out-of-memory. Failed to strdup %s\n", DeviceName);
219 + FatalError("Failed to connect to %s. (%s)\n", DeviceName,
229 DEVICE_TYPE SCSI_OpenDevice(char *DeviceName)
235 - int DeviceFD = open(DeviceName, O_RDWR);
239 + if (!strncmp(DeviceName, "iscsi://", 8)) {
240 + return OpenISCSI(DeviceName);
244 + DeviceFD = open(DeviceName, O_RDWR);
246 FatalError("cannot open SCSI device '%s' - %m\n", DeviceName);
[all …]

12345678910>>...127