Home
last modified time | relevance | path

Searched refs:machineName (Results 1 – 25 of 1144) sorted by relevance

12345678910>>...46

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DPerformanceCounterCategory.cs30 private string machineName; field in System.Diagnostics.PerformanceCounterCategory
40 machineName = "."; in PerformanceCounterCategory()
62 if (!SyntaxCheck.CheckMachineName(machineName)) in PerformanceCounterCategory()
69 this.machineName = machineName; in PerformanceCounterCategory()
137 return machineName;
151 machineName = value;
189 if (!SyntaxCheck.CheckMachineName(machineName)) in CounterExists()
239 string machineName = "."; in Create()
384 string machineName = "."; in Delete()
431 if (!SyntaxCheck.CheckMachineName(machineName)) in Exists()
[all …]
H A DEventLog.cs106 public EventLog(string logName, string machineName) : this(logName, machineName, "") { in EventLog() argument
393 string machineName = sourceData.MachineName; in CreateEventSource()
397 if (!SyntaxCheck.CheckMachineName(machineName)) { in CreateEventSource()
423 if (".".Equals(machineName)) in CreateEventSource()
442 if (machineName == ".") in CreateEventSource()
449 if (!".".Equals(machineName)) in CreateEventSource()
480 if (".".Equals(machineName)) in CreateEventSource()
589 if (!SyntaxCheck.CheckMachineName(machineName)) in Delete()
712 if (machineName == null) in DeleteEventSource()
797 if (!SyntaxCheck.CheckMachineName(machineName)) in Exists()
[all …]
H A DPerformanceCounterPermissionEntry.cs16 private string machineName; field in System.Diagnostics.PerformanceCounterPermissionEntry
19 …ssionEntry(PerformanceCounterPermissionAccess permissionAccess, string machineName, string categor… in PerformanceCounterPermissionEntry() argument
25 if (machineName == null) in PerformanceCounterPermissionEntry()
27 if (!SyntaxCheck.CheckMachineName(machineName)) in PerformanceCounterPermissionEntry()
28 … throw new ArgumentException(SR.GetString(SR.InvalidParameter, "MachineName", machineName)); in PerformanceCounterPermissionEntry()
31 this.machineName = machineName; in PerformanceCounterPermissionEntry()
38 this.machineName = baseEntry.PermissionAccessPath[0]; in PerformanceCounterPermissionEntry()
50 return this.machineName;
H A DEventLogPermissionEntry.cs15 private string machineName; field in System.Diagnostics.EventLogPermissionEntry
18 … public EventLogPermissionEntry(EventLogPermissionAccess permissionAccess, string machineName) { in EventLogPermissionEntry() argument
19 if (!SyntaxCheck.CheckMachineName(machineName)) in EventLogPermissionEntry()
20 … throw new ArgumentException(SR.GetString(SR.InvalidParameter, "MachineName", machineName)); in EventLogPermissionEntry()
23 this.machineName = machineName; in EventLogPermissionEntry()
29 this.machineName = baseEntry.PermissionAccessPath[0]; in EventLogPermissionEntry()
34 return this.machineName;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DEventLog.cs84 if (machineName == null || machineName.Trim ().Length == 0) in EventLog()
90 this.machineName = machineName; in EventLog()
156 machineName = value;
240 machineName)); in Clear()
267 string machineName) in CreateEventSource() argument
270 machineName)); in CreateEventSource()
300 if (machineName == null || machineName.Trim ().Length == 0) in Delete()
320 if (machineName == null || machineName.Trim ().Length == 0) in DeleteEventSource()
349 if (machineName == null || machineName.Trim ().Length == 0) in Exists()
375 if (machineName == null || machineName.Trim ().Length == 0) in LogNameFromSourceName()
[all …]
H A DPerformanceCounterCategory.cs40 private string machineName; field in System.Diagnostics.PerformanceCounterCategory
91 if (machineName == null) in PerformanceCounterCategory()
95 this.machineName = machineName; in PerformanceCounterCategory()
122 get {return machineName;}
128 machineName = value;
140 return CounterExists (counterName, categoryName, machineName); in CounterExists()
155 if (machineName == null) in CounterExists()
240 if (machineName == null) in GetCategories()
242 string[] catnames = GetCategoryNames (machineName); in GetCategories()
266 return GetInstanceNames (categoryName, machineName); in GetInstanceNames()
[all …]
H A DEventLogImpl.cs149 public abstract void Delete (string logName, string machineName); in Delete() argument
157 public abstract bool Exists (string logName, string machineName); in Exists() argument
163 public EventLog [] GetEventLogs (string machineName) in GetEventLogs() argument
165 string [] logNames = GetLogNames (machineName); in GetEventLogs()
168 EventLog eventLog = new EventLog (logNames [i], machineName); in GetEventLogs()
178 public abstract bool SourceExists (string source, string machineName); in SourceExists() argument
184 protected abstract string [] GetLogNames (string machineName); in GetLogNames() argument
201 string [] logs = GetLogNames (machineName); in ValidateCustomerLogName()
217 if (SourceExists (logName, machineName)) { in ValidateCustomerLogName()
218 if (machineName == ".") in ValidateCustomerLogName()
[all …]
H A DPerformanceCounterPermissionEntry.cs41 private string machineName; field in System.Diagnostics.PerformanceCounterPermissionEntry
45 string machineName, string categoryName) in PerformanceCounterPermissionEntry() argument
47 if (machineName == null) in PerformanceCounterPermissionEntry()
51 ResourcePermissionBase.ValidateMachineName (machineName); in PerformanceCounterPermissionEntry()
56 this.machineName = machineName; in PerformanceCounterPermissionEntry()
65 get { return machineName; }
74 …return new ResourcePermissionBaseEntry ((int) permissionAccess, new string[] { machineName, catego… in CreateResourcePermissionBaseEntry()
/dports/security/softether-devel/v4.36-9754/src/BuildUtil/CoreUtil/
H A DWin32.cs133 using (DirectoryEntry sam = OpenSam(machineName)) in CreateUser()
146 AddUserToGroup(machineName, userName, "Users"); in CreateUser()
159 using (DirectoryEntry sam = OpenSam(machineName)) in ChangeUserPassword()
173 using (DirectoryEntry sam = OpenSam(machineName)) in SetUserPassword()
188 using (DirectoryEntry sam = OpenSam(machineName)) in GetMembersOfGroup()
212 using (DirectoryEntry sam = OpenSam(machineName)) in IsUserMemberOfGroup()
229 using (DirectoryEntry sam = OpenSam(machineName)) in DeleteUserFromGroup()
246 using (DirectoryEntry sam = OpenSam(machineName)) in AddUserToGroup()
309 if (Str.IsEmptyStr(machineName)) in OpenSam()
311 machineName = Env.MachineName; in OpenSam()
[all …]
/dports/security/softether/v4.38-9760/src/BuildUtil/CoreUtil/
H A DWin32.cs133 using (DirectoryEntry sam = OpenSam(machineName)) in CreateUser()
146 AddUserToGroup(machineName, userName, "Users"); in CreateUser()
159 using (DirectoryEntry sam = OpenSam(machineName)) in ChangeUserPassword()
173 using (DirectoryEntry sam = OpenSam(machineName)) in SetUserPassword()
188 using (DirectoryEntry sam = OpenSam(machineName)) in GetMembersOfGroup()
212 using (DirectoryEntry sam = OpenSam(machineName)) in IsUserMemberOfGroup()
229 using (DirectoryEntry sam = OpenSam(machineName)) in DeleteUserFromGroup()
246 using (DirectoryEntry sam = OpenSam(machineName)) in AddUserToGroup()
309 if (Str.IsEmptyStr(machineName)) in OpenSam()
311 machineName = Env.MachineName; in OpenSam()
[all …]
/dports/devel/staf/src/staf/services/event/
H A DClient.java25 transient String machineName = ""; field in Client.Who
34 this.machineName = machineName; in Who()
39 public Who(String machineName, int handle) in Who() argument
41 this.machineName = machineName; in Who()
75 fWho = new Who(machineName, handleName); in Client()
79 public Client(String machineName, int handle) in Client() argument
81 fWho = new Who(machineName, handle); in Client()
88 fWho = new Who(machineName, handleName); in Client()
95 fWho = new Who(machineName, handle); in Client()
102 stream.writeObject(fWho.machineName); in writeObject()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/src/System/Diagnostics/
H A DEventLog.cs41 … public EventLog(string logName, string machineName) : this(logName, machineName, string.Empty) in EventLog() argument
253 string machineName = sourceData.MachineName; in CreateEventSource()
258 … throw new ArgumentException(SR.Format(SR.InvalidParameter, nameof(machineName), machineName)); in CreateEventSource()
279 if (".".Equals(machineName)) in CreateEventSource()
295 if (machineName == ".") in CreateEventSource()
303 if (!".".Equals(machineName)) in CreateEventSource()
328 if (".".Equals(machineName)) in CreateEventSource()
453 … throw new ArgumentException(SR.Format(SR.InvalidParameter, nameof(machineName), machineName)); in DeleteEventSource()
468 if (machineName == null) in DeleteEventSource()
656 … throw new ArgumentException(SR.Format(SR.InvalidParameter, nameof(machineName), machineName)); in GetEventLogs()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/
H A DPerformanceCounterCategory.cs53 if (!SyntaxCheck.CheckMachineName(machineName)) in PerformanceCounterCategory()
54 …umentException(SR.Format(SR.InvalidParameter, nameof(machineName), machineName), nameof(machineNam… in PerformanceCounterCategory()
57 _machineName = machineName; in PerformanceCounterCategory()
185 if (!SyntaxCheck.CheckMachineName(machineName)) in CounterExists()
186 …umentException(SR.Format(SR.InvalidParameter, nameof(machineName), machineName), nameof(machineNam… in CounterExists()
229 string machineName = "."; in Create()
383 string machineName = "."; in Delete()
428 if (!SyntaxCheck.CheckMachineName(machineName)) in Exists()
429 …umentException(SR.Format(SR.InvalidParameter, nameof(machineName), machineName), nameof(machineNam… in Exists()
502 …umentException(SR.Format(SR.InvalidParameter, nameof(machineName), machineName), nameof(machineNam… in GetCategories()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcessManager.Unix.cs17 public static bool IsProcessRunning(int processId, string machineName) in IsProcessRunning() argument
19 ThrowIfRemoteMachine(machineName); in IsProcessRunning()
39 public static ProcessInfo GetProcessInfo(int processId, string machineName) in GetProcessInfo() argument
41 ThrowIfRemoteMachine(machineName); in GetProcessInfo()
48 public static int[] GetProcessIds(string machineName) in GetProcessIds() argument
50 ThrowIfRemoteMachine(machineName); in GetProcessIds()
62 private static bool IsRemoteMachineCore(string machineName) in IsRemoteMachineCore() argument
65 machineName != "." && in IsRemoteMachineCore()
66 machineName != Interop.Sys.GetHostName(); in IsRemoteMachineCore()
73 internal static void ThrowIfRemoteMachine(string machineName) in ThrowIfRemoteMachine() argument
[all …]
H A DProcessManager.cs12 public static bool IsRemoteMachine(string machineName) in IsRemoteMachine() argument
14 if (machineName == null) in IsRemoteMachine()
15 throw new ArgumentNullException(nameof(machineName)); in IsRemoteMachine()
17 if (machineName.Length == 0) in IsRemoteMachine()
18 … throw new ArgumentException(SR.Format(SR.InvalidParameter, nameof(machineName), machineName)); in IsRemoteMachine()
20 return IsRemoteMachineCore(machineName); in IsRemoteMachine()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceProcess/System.ServiceProcess/
H A DWin32ServiceController.cs183 string machineName = ServiceController.MachineName; in Continue()
194 machineName); in Continue()
231 machineName); in ExecuteCommand()
273 machineName); in Pause()
310 machineName); in Start()
347 machineName); in Stop()
401 machineName); in GetDependentServices()
470 machineName, SERVICE_TYPE.SERVICE_WIN32, in GetServiceDependencies()
516 machineName), new Win32Exception ()); in GetServiceDisplayName()
622 machineName); in GetServices()
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/coreos/go-systemd/machine1/
H A Ddbus_test.go33 func mustCreateTestProcess(machineName string) (pid int) {
34 testServiceName := machineName + ".service"
62 machineName := machinePrefix + generateRandomLabel(8)
63 leader := mustCreateTestProcess(machineName)
70 regErr := conn.RegisterMachine(machineName, nil, "go-systemd", "container", leader, "")
75 machine, getErr := conn.GetMachine(machineName)
80 t.Fatalf("did not find machine named %s", machineName)
83 tErr := conn.TerminateMachine(machineName)
88 machine, getErr = conn.GetMachine(machineName)
90 t.Fatalf("unexpectedly found machine named %s", machineName)
/dports/security/acmetool/acmetool-0.2.1/vendor/github.com/coreos/go-systemd/machine1/
H A Ddbus_test.go33 func mustCreateTestProcess(machineName string) (pid int) {
34 testServiceName := machineName + ".service"
62 machineName := machinePrefix + generateRandomLabel(8)
63 leader := mustCreateTestProcess(machineName)
70 regErr := conn.RegisterMachine(machineName, nil, "go-systemd", "container", leader, "")
75 machine, getErr := conn.GetMachine(machineName)
80 t.Fatalf("did not find machine named %s", machineName)
83 tErr := conn.TerminateMachine(machineName)
88 machine, getErr = conn.GetMachine(machineName)
90 t.Fatalf("unexpectedly found machine named %s", machineName)
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dcatverinioptimizer.cpp158 QString machineName(catIter.key()); in optimize() local
160 if ( machineName.isEmpty() || machineCategory.isEmpty() ) in optimize()
162 if ( !qmc2MachineListItemHash.contains(machineName) ) { in optimize()
167 QString parentName(qmc2ParentHash.value(machineName)); in optimize()
168 if ( qmc2MachineList->isDevice(machineName) ) { in optimize()
172 if ( qmc2MachineList->isBios(machineName) ) { in optimize()
177 ts << machineName << " = " << machineCategory << "\n"; in optimize()
199 QString machineName(verIter.key()); in optimize() local
201 if ( machineName.isEmpty() || machineVerAdded.isEmpty() ) in optimize()
203 if ( !qmc2MachineListItemHash.contains(machineName) ) { in optimize()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/services/preview/operationalinsights/mgmt/2015-11-01-preview/servicemap/servicemapapi/
H A Dinterfaces.go29 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, times…
30 …GetLiveness(ctx context.Context, resourceGroupName string, workspaceName string, machineName strin…
33 …ListConnections(ctx context.Context, resourceGroupName string, workspaceName string, machineName s…
34 …e(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, startTi…
35 …p(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, startTi…
37 …ListPorts(ctx context.Context, resourceGroupName string, workspaceName string, machineName string,…
38 …ListPortsComplete(ctx context.Context, resourceGroupName string, workspaceName string, machineName
47 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, proce…
48 …GetLiveness(ctx context.Context, resourceGroupName string, workspaceName string, machineName strin…
59 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, portN…
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/operationalinsights/mgmt/2015-11-01-preview/servicemap/servicemapapi/
H A Dinterfaces.go18 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, times…
19 …GetLiveness(ctx context.Context, resourceGroupName string, workspaceName string, machineName strin…
22 …ListConnections(ctx context.Context, resourceGroupName string, workspaceName string, machineName s…
23 …e(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, startTi…
24 …p(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, startTi…
26 …ListPorts(ctx context.Context, resourceGroupName string, workspaceName string, machineName string,…
27 …ListPortsComplete(ctx context.Context, resourceGroupName string, workspaceName string, machineName
36 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, proce…
37 …GetLiveness(ctx context.Context, resourceGroupName string, workspaceName string, machineName strin…
48 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, portN…
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/operationalinsights/mgmt/2015-11-01-preview/servicemap/servicemapapi/
H A Dinterfaces.go18 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, times…
19 …GetLiveness(ctx context.Context, resourceGroupName string, workspaceName string, machineName strin…
22 …ListConnections(ctx context.Context, resourceGroupName string, workspaceName string, machineName s…
23 …e(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, startTi…
24 …p(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, startTi…
26 …ListPorts(ctx context.Context, resourceGroupName string, workspaceName string, machineName string,…
27 …ListPortsComplete(ctx context.Context, resourceGroupName string, workspaceName string, machineName
36 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, proce…
37 …GetLiveness(ctx context.Context, resourceGroupName string, workspaceName string, machineName strin…
48 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, portN…
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/preview/operationalinsights/mgmt/2015-11-01-preview/servicemap/servicemapapi/
H A Dinterfaces.go18 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, times…
19 …GetLiveness(ctx context.Context, resourceGroupName string, workspaceName string, machineName strin…
22 …ListConnections(ctx context.Context, resourceGroupName string, workspaceName string, machineName s…
23 …e(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, startTi…
24 …p(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, startTi…
26 …ListPorts(ctx context.Context, resourceGroupName string, workspaceName string, machineName string,…
27 …ListPortsComplete(ctx context.Context, resourceGroupName string, workspaceName string, machineName
36 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, proce…
37 …GetLiveness(ctx context.Context, resourceGroupName string, workspaceName string, machineName strin…
48 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, portN…
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/operationalinsights/mgmt/2015-11-01-preview/servicemap/servicemapapi/
H A Dinterfaces.go18 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, times…
19 …GetLiveness(ctx context.Context, resourceGroupName string, workspaceName string, machineName strin…
22 …ListConnections(ctx context.Context, resourceGroupName string, workspaceName string, machineName s…
23 …e(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, startTi…
24 …p(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, startTi…
26 …ListPorts(ctx context.Context, resourceGroupName string, workspaceName string, machineName string,…
27 …ListPortsComplete(ctx context.Context, resourceGroupName string, workspaceName string, machineName
36 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, proce…
37 …GetLiveness(ctx context.Context, resourceGroupName string, workspaceName string, machineName strin…
48 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, portN…
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/preview/operationalinsights/mgmt/2015-11-01-preview/servicemap/servicemapapi/
H A Dinterfaces.go29 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, times…
30 …GetLiveness(ctx context.Context, resourceGroupName string, workspaceName string, machineName strin…
33 …ListConnections(ctx context.Context, resourceGroupName string, workspaceName string, machineName s…
34 …e(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, startTi…
35 …p(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, startTi…
37 …ListPorts(ctx context.Context, resourceGroupName string, workspaceName string, machineName string,…
38 …ListPortsComplete(ctx context.Context, resourceGroupName string, workspaceName string, machineName
47 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, proce…
48 …GetLiveness(ctx context.Context, resourceGroupName string, workspaceName string, machineName strin…
59 …Get(ctx context.Context, resourceGroupName string, workspaceName string, machineName string, portN…
[all …]

12345678910>>...46