Home
last modified time | relevance | path

Searched refs:strerror_from_system (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/libs/zbxsysinfo/win32/
H A Dhostname.c60 zabbix_log(LOG_LEVEL_ERR, "GetComputerName() failed: %s", strerror_from_system(GetLastError())); in SYSTEM_HOSTNAME()
62 strerror_from_system(GetLastError()))); in SYSTEM_HOSTNAME()
72 zabbix_log(LOG_LEVEL_ERR, "WSAStartup() failed: %s", strerror_from_system(rc)); in SYSTEM_HOSTNAME()
74 strerror_from_system(rc))); in SYSTEM_HOSTNAME()
79 zabbix_log(LOG_LEVEL_ERR, "gethostname() failed: %s", strerror_from_system(WSAGetLastError())); in SYSTEM_HOSTNAME()
81 strerror_from_system(WSAGetLastError()))); in SYSTEM_HOSTNAME()
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/libs/zbxsysinfo/win32/
H A Dhostname.c60 zabbix_log(LOG_LEVEL_ERR, "GetComputerName() failed: %s", strerror_from_system(GetLastError())); in SYSTEM_HOSTNAME()
62 strerror_from_system(GetLastError()))); in SYSTEM_HOSTNAME()
72 zabbix_log(LOG_LEVEL_ERR, "WSAStartup() failed: %s", strerror_from_system(rc)); in SYSTEM_HOSTNAME()
74 strerror_from_system(rc))); in SYSTEM_HOSTNAME()
79 zabbix_log(LOG_LEVEL_ERR, "gethostname() failed: %s", strerror_from_system(WSAGetLastError())); in SYSTEM_HOSTNAME()
81 strerror_from_system(WSAGetLastError()))); in SYSTEM_HOSTNAME()
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/libs/zbxsysinfo/win32/
H A Dhostname.c60 zabbix_log(LOG_LEVEL_ERR, "GetComputerName() failed: %s", strerror_from_system(GetLastError())); in SYSTEM_HOSTNAME()
62 strerror_from_system(GetLastError()))); in SYSTEM_HOSTNAME()
72 zabbix_log(LOG_LEVEL_ERR, "WSAStartup() failed: %s", strerror_from_system(rc)); in SYSTEM_HOSTNAME()
74 strerror_from_system(rc))); in SYSTEM_HOSTNAME()
79 zabbix_log(LOG_LEVEL_ERR, "gethostname() failed: %s", strerror_from_system(WSAGetLastError())); in SYSTEM_HOSTNAME()
81 strerror_from_system(WSAGetLastError()))); in SYSTEM_HOSTNAME()
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/src/libs/zbxsysinfo/win32/
H A Dhostname.c60 zabbix_log(LOG_LEVEL_ERR, "GetComputerName() failed: %s", strerror_from_system(GetLastError())); in SYSTEM_HOSTNAME()
62 strerror_from_system(GetLastError()))); in SYSTEM_HOSTNAME()
72 zabbix_log(LOG_LEVEL_ERR, "WSAStartup() failed: %s", strerror_from_system(rc)); in SYSTEM_HOSTNAME()
74 strerror_from_system(rc))); in SYSTEM_HOSTNAME()
79 zabbix_log(LOG_LEVEL_ERR, "gethostname() failed: %s", strerror_from_system(WSAGetLastError())); in SYSTEM_HOSTNAME()
81 strerror_from_system(WSAGetLastError()))); in SYSTEM_HOSTNAME()
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/src/libs/zbxsysinfo/win32/
H A Dhostname.c60 zabbix_log(LOG_LEVEL_ERR, "GetComputerName() failed: %s", strerror_from_system(GetLastError())); in SYSTEM_HOSTNAME()
62 strerror_from_system(GetLastError()))); in SYSTEM_HOSTNAME()
72 zabbix_log(LOG_LEVEL_ERR, "WSAStartup() failed: %s", strerror_from_system(rc)); in SYSTEM_HOSTNAME()
74 strerror_from_system(rc))); in SYSTEM_HOSTNAME()
79 zabbix_log(LOG_LEVEL_ERR, "gethostname() failed: %s", strerror_from_system(WSAGetLastError())); in SYSTEM_HOSTNAME()
81 strerror_from_system(WSAGetLastError()))); in SYSTEM_HOSTNAME()
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/libs/zbxcomms/
H A Dcomms.c105 error_message = strerror_from_system(zbx_socket_last_error()); in zbx_socket_peer_ip_save()
309 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
315 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
431 strerror_from_system(zbx_socket_last_error())); in zbx_socket_connect()
613 ip, strerror_from_system(WSAGetLastError())); in zbx_socket_create()
1016 strerror_from_system(GetLastError()));
1028 strerror_from_system(zbx_socket_last_error()));
1039 strerror_from_system(zbx_socket_last_error()));
1050 strerror_from_system(zbx_socket_last_error()));
1194 strerror_from_system(GetLastError()));
[all …]
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/libs/zbxcomms/
H A Dcomms.c105 error_message = strerror_from_system(zbx_socket_last_error()); in zbx_socket_peer_ip_save()
309 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
315 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
431 strerror_from_system(zbx_socket_last_error())); in zbx_socket_connect()
613 ip, strerror_from_system(WSAGetLastError())); in zbx_socket_create()
1016 strerror_from_system(GetLastError()));
1028 strerror_from_system(zbx_socket_last_error()));
1039 strerror_from_system(zbx_socket_last_error()));
1050 strerror_from_system(zbx_socket_last_error()));
1194 strerror_from_system(GetLastError()));
[all …]
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/libs/zbxcomms/
H A Dcomms.c105 error_message = strerror_from_system(zbx_socket_last_error()); in zbx_socket_peer_ip_save()
309 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
315 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
431 strerror_from_system(zbx_socket_last_error())); in zbx_socket_connect()
613 ip, strerror_from_system(WSAGetLastError())); in zbx_socket_create()
1016 strerror_from_system(GetLastError()));
1028 strerror_from_system(zbx_socket_last_error()));
1039 strerror_from_system(zbx_socket_last_error()));
1050 strerror_from_system(zbx_socket_last_error()));
1194 strerror_from_system(GetLastError()));
[all …]
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/src/libs/zbxcomms/
H A Dcomms.c105 error_message = strerror_from_system(zbx_socket_last_error()); in zbx_socket_peer_ip_save()
309 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
315 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
431 strerror_from_system(zbx_socket_last_error())); in zbx_socket_connect()
613 ip, strerror_from_system(WSAGetLastError())); in zbx_socket_create()
1016 strerror_from_system(GetLastError()));
1028 strerror_from_system(zbx_socket_last_error()));
1039 strerror_from_system(zbx_socket_last_error()));
1050 strerror_from_system(zbx_socket_last_error()));
1194 strerror_from_system(GetLastError()));
[all …]
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/src/libs/zbxcomms/
H A Dcomms.c105 error_message = strerror_from_system(zbx_socket_last_error()); in zbx_socket_peer_ip_save()
309 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
315 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
431 strerror_from_system(zbx_socket_last_error())); in zbx_socket_connect()
613 ip, strerror_from_system(WSAGetLastError())); in zbx_socket_create()
1016 strerror_from_system(GetLastError()));
1028 strerror_from_system(zbx_socket_last_error()));
1039 strerror_from_system(zbx_socket_last_error()));
1050 strerror_from_system(zbx_socket_last_error()));
1194 strerror_from_system(GetLastError()));
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxcomms/
H A Dcomms.c343 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
349 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
464 strerror_from_system(zbx_socket_last_error())); in zbx_socket_connect()
654 ip, strerror_from_system(WSAGetLastError())); in zbx_socket_create()
1137 strerror_from_system(GetLastError()));
1292 strerror_from_system(zbx_socket_last_error()));
1298 strerror_from_system(zbx_socket_last_error()));
1308 strerror_from_system(zbx_socket_last_error()));
1322 strerror_from_system(GetLastError()));
1334 strerror_from_system(zbx_socket_last_error()));
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxcomms/
H A Dcomms.c343 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
349 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
464 strerror_from_system(zbx_socket_last_error())); in zbx_socket_connect()
654 ip, strerror_from_system(WSAGetLastError())); in zbx_socket_create()
1137 strerror_from_system(GetLastError()));
1292 strerror_from_system(zbx_socket_last_error()));
1298 strerror_from_system(zbx_socket_last_error()));
1308 strerror_from_system(zbx_socket_last_error()));
1322 strerror_from_system(GetLastError()));
1334 strerror_from_system(zbx_socket_last_error()));
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxcomms/
H A Dcomms.c343 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
349 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
464 strerror_from_system(zbx_socket_last_error())); in zbx_socket_connect()
654 ip, strerror_from_system(WSAGetLastError())); in zbx_socket_create()
1137 strerror_from_system(GetLastError()));
1292 strerror_from_system(zbx_socket_last_error()));
1298 strerror_from_system(zbx_socket_last_error()));
1308 strerror_from_system(zbx_socket_last_error()));
1322 strerror_from_system(GetLastError()));
1334 strerror_from_system(zbx_socket_last_error()));
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxcomms/
H A Dcomms.c343 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
349 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
464 strerror_from_system(zbx_socket_last_error())); in zbx_socket_connect()
654 ip, strerror_from_system(WSAGetLastError())); in zbx_socket_create()
1137 strerror_from_system(GetLastError()));
1292 strerror_from_system(zbx_socket_last_error()));
1298 strerror_from_system(zbx_socket_last_error()));
1308 strerror_from_system(zbx_socket_last_error()));
1322 strerror_from_system(GetLastError()));
1334 strerror_from_system(zbx_socket_last_error()));
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxcomms/
H A Dcomms.c343 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
349 strerror_from_system(zbx_socket_last_error())); in zbx_socket_timeout_set()
464 strerror_from_system(zbx_socket_last_error())); in zbx_socket_connect()
654 ip, strerror_from_system(WSAGetLastError())); in zbx_socket_create()
1137 strerror_from_system(GetLastError()));
1292 strerror_from_system(zbx_socket_last_error()));
1298 strerror_from_system(zbx_socket_last_error()));
1308 strerror_from_system(zbx_socket_last_error()));
1322 strerror_from_system(GetLastError()));
1334 strerror_from_system(zbx_socket_last_error()));
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxwin32/
H A Dservice.c138 zbx_error("StartServiceCtrlDispatcher() failed: %s", strerror_from_system(GetLastError())); in service_start()
147 zbx_error("ERROR: cannot connect to Service Manager: %s", strerror_from_system(GetLastError())); in svc_OpenSCManager()
162 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in svc_OpenService()
219 zbx_error("unable to create registry key: %s", strerror_from_system(GetLastError())); in svc_install_event_source()
255 …zbx_error("ERROR: cannot create service [%s]: %s", ZABBIX_SERVICE_NAME, strerror_from_system(code)… in ZabbixCreateService()
268 zbx_error("service description update failed: %s", strerror_from_system(GetLastError())); in ZabbixCreateService()
301 ZABBIX_EVENT_SOURCE, strerror_from_system(GetLastError())); in svc_RemoveEventSource()
325 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixRemoveService()
357 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStartService()
387 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStopService()
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxwin32/
H A Dservice.c138 zbx_error("StartServiceCtrlDispatcher() failed: %s", strerror_from_system(GetLastError())); in service_start()
147 zbx_error("ERROR: cannot connect to Service Manager: %s", strerror_from_system(GetLastError())); in svc_OpenSCManager()
162 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in svc_OpenService()
219 zbx_error("unable to create registry key: %s", strerror_from_system(GetLastError())); in svc_install_event_source()
255 …zbx_error("ERROR: cannot create service [%s]: %s", ZABBIX_SERVICE_NAME, strerror_from_system(code)… in ZabbixCreateService()
268 zbx_error("service description update failed: %s", strerror_from_system(GetLastError())); in ZabbixCreateService()
301 ZABBIX_EVENT_SOURCE, strerror_from_system(GetLastError())); in svc_RemoveEventSource()
325 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixRemoveService()
357 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStartService()
387 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStopService()
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxwin32/
H A Dservice.c138 zbx_error("StartServiceCtrlDispatcher() failed: %s", strerror_from_system(GetLastError())); in service_start()
147 zbx_error("ERROR: cannot connect to Service Manager: %s", strerror_from_system(GetLastError())); in svc_OpenSCManager()
162 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in svc_OpenService()
219 zbx_error("unable to create registry key: %s", strerror_from_system(GetLastError())); in svc_install_event_source()
255 …zbx_error("ERROR: cannot create service [%s]: %s", ZABBIX_SERVICE_NAME, strerror_from_system(code)… in ZabbixCreateService()
268 zbx_error("service description update failed: %s", strerror_from_system(GetLastError())); in ZabbixCreateService()
301 ZABBIX_EVENT_SOURCE, strerror_from_system(GetLastError())); in svc_RemoveEventSource()
325 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixRemoveService()
357 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStartService()
387 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStopService()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxwin32/
H A Dservice.c138 zbx_error("StartServiceCtrlDispatcher() failed: %s", strerror_from_system(GetLastError())); in service_start()
147 zbx_error("ERROR: cannot connect to Service Manager: %s", strerror_from_system(GetLastError())); in svc_OpenSCManager()
162 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in svc_OpenService()
219 zbx_error("unable to create registry key: %s", strerror_from_system(GetLastError())); in svc_install_event_source()
255 …zbx_error("ERROR: cannot create service [%s]: %s", ZABBIX_SERVICE_NAME, strerror_from_system(code)… in ZabbixCreateService()
268 zbx_error("service description update failed: %s", strerror_from_system(GetLastError())); in ZabbixCreateService()
301 ZABBIX_EVENT_SOURCE, strerror_from_system(GetLastError())); in svc_RemoveEventSource()
325 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixRemoveService()
357 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStartService()
387 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStopService()
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxwin32/
H A Dservice.c138 zbx_error("StartServiceCtrlDispatcher() failed: %s", strerror_from_system(GetLastError())); in service_start()
147 zbx_error("ERROR: cannot connect to Service Manager: %s", strerror_from_system(GetLastError())); in svc_OpenSCManager()
162 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in svc_OpenService()
219 zbx_error("unable to create registry key: %s", strerror_from_system(GetLastError())); in svc_install_event_source()
255 …zbx_error("ERROR: cannot create service [%s]: %s", ZABBIX_SERVICE_NAME, strerror_from_system(code)… in ZabbixCreateService()
268 zbx_error("service description update failed: %s", strerror_from_system(GetLastError())); in ZabbixCreateService()
301 ZABBIX_EVENT_SOURCE, strerror_from_system(GetLastError())); in svc_RemoveEventSource()
325 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixRemoveService()
357 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStartService()
387 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStopService()
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxwin32/
H A Dservice.c138 zbx_error("StartServiceCtrlDispatcher() failed: %s", strerror_from_system(GetLastError())); in service_start()
147 zbx_error("ERROR: cannot connect to Service Manager: %s", strerror_from_system(GetLastError())); in svc_OpenSCManager()
162 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in svc_OpenService()
219 zbx_error("unable to create registry key: %s", strerror_from_system(GetLastError())); in svc_install_event_source()
255 …zbx_error("ERROR: cannot create service [%s]: %s", ZABBIX_SERVICE_NAME, strerror_from_system(code)… in ZabbixCreateService()
268 zbx_error("service description update failed: %s", strerror_from_system(GetLastError())); in ZabbixCreateService()
301 ZABBIX_EVENT_SOURCE, strerror_from_system(GetLastError())); in svc_RemoveEventSource()
325 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixRemoveService()
357 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStartService()
387 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStopService()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxwin32/
H A Dservice.c138 zbx_error("StartServiceCtrlDispatcher() failed: %s", strerror_from_system(GetLastError())); in service_start()
147 zbx_error("ERROR: cannot connect to Service Manager: %s", strerror_from_system(GetLastError())); in svc_OpenSCManager()
162 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in svc_OpenService()
219 zbx_error("unable to create registry key: %s", strerror_from_system(GetLastError())); in svc_install_event_source()
255 …zbx_error("ERROR: cannot create service [%s]: %s", ZABBIX_SERVICE_NAME, strerror_from_system(code)… in ZabbixCreateService()
268 zbx_error("service description update failed: %s", strerror_from_system(GetLastError())); in ZabbixCreateService()
301 ZABBIX_EVENT_SOURCE, strerror_from_system(GetLastError())); in svc_RemoveEventSource()
325 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixRemoveService()
357 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStartService()
387 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStopService()
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxwin32/
H A Dservice.c138 zbx_error("StartServiceCtrlDispatcher() failed: %s", strerror_from_system(GetLastError())); in service_start()
147 zbx_error("ERROR: cannot connect to Service Manager: %s", strerror_from_system(GetLastError())); in svc_OpenSCManager()
162 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in svc_OpenService()
219 zbx_error("unable to create registry key: %s", strerror_from_system(GetLastError())); in svc_install_event_source()
255 …zbx_error("ERROR: cannot create service [%s]: %s", ZABBIX_SERVICE_NAME, strerror_from_system(code)… in ZabbixCreateService()
268 zbx_error("service description update failed: %s", strerror_from_system(GetLastError())); in ZabbixCreateService()
301 ZABBIX_EVENT_SOURCE, strerror_from_system(GetLastError())); in svc_RemoveEventSource()
325 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixRemoveService()
357 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStartService()
387 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStopService()
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxwin32/
H A Dservice.c138 zbx_error("StartServiceCtrlDispatcher() failed: %s", strerror_from_system(GetLastError())); in service_start()
147 zbx_error("ERROR: cannot connect to Service Manager: %s", strerror_from_system(GetLastError())); in svc_OpenSCManager()
162 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in svc_OpenService()
219 zbx_error("unable to create registry key: %s", strerror_from_system(GetLastError())); in svc_install_event_source()
255 …zbx_error("ERROR: cannot create service [%s]: %s", ZABBIX_SERVICE_NAME, strerror_from_system(code)… in ZabbixCreateService()
268 zbx_error("service description update failed: %s", strerror_from_system(GetLastError())); in ZabbixCreateService()
301 ZABBIX_EVENT_SOURCE, strerror_from_system(GetLastError())); in svc_RemoveEventSource()
325 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixRemoveService()
357 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStartService()
387 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStopService()
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxwin32/
H A Dservice.c138 zbx_error("StartServiceCtrlDispatcher() failed: %s", strerror_from_system(GetLastError())); in service_start()
147 zbx_error("ERROR: cannot connect to Service Manager: %s", strerror_from_system(GetLastError())); in svc_OpenSCManager()
162 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in svc_OpenService()
219 zbx_error("unable to create registry key: %s", strerror_from_system(GetLastError())); in svc_install_event_source()
255 …zbx_error("ERROR: cannot create service [%s]: %s", ZABBIX_SERVICE_NAME, strerror_from_system(code)… in ZabbixCreateService()
268 zbx_error("service description update failed: %s", strerror_from_system(GetLastError())); in ZabbixCreateService()
301 ZABBIX_EVENT_SOURCE, strerror_from_system(GetLastError())); in svc_RemoveEventSource()
325 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixRemoveService()
357 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStartService()
387 ZABBIX_SERVICE_NAME, strerror_from_system(GetLastError())); in ZabbixStopService()

12345678910>>...16