Home
last modified time | relevance | path

Searched refs:device_host_name (Results 1 – 15 of 15) sorted by relevance

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dinterface.h106 char device_host_name[MAX_DEVICE_HOSTNM+1]; /* device host name for network */ member
154 char device_host_name[MAX_DEVICE_HOSTNM+1]; /* device host name for network */ member
H A Ddb_gis.c741 …anIface->device_host_name, anIface->database_username, anIface->device_host_pswd, anIface->databas… in openConnection()
773 fprintf(stderr,"Connected to Postgresql database on %s\n",anIface->device_host_name); in openConnection()
785 … fprintf(stderr,"Failed to connect to Postgresql database on %s\n",anIface->device_host_name); in openConnection()
810 fprintf(stderr,"Opening connection to %s.\n",anIface->device_host_name); in openConnection()
812 …mysql_real_connect(&connection->mhandle, anIface->device_host_name, anIface->database_username, an… in openConnection()
818 fprintf(stderr,"Failed to connect to MySQL database on %s\n",anIface->device_host_name); in openConnection()
872 …mysql_real_connect(&connection->mhandle, anIface->device_host_name, anIface->database_username, an… in openConnection()
875 …ion to MySQL database\nHost: %s Schema: %s Username: %s\n",anIface->device_host_name, anIface->dat… in openConnection()
877 …n. Host: %s Username: %s Password: %s Schema %s Port: %d", anIface->device_host_name, anIface->dat… in openConnection()
878 fprintf(stderr,"Failed to connect to MySQL database on %s\n",anIface->device_host_name); in openConnection()
[all …]
H A Dinterface.c5499 port_data[port].device_host_name[0] = '\0'; in clear_port_data()
5991 xastir_snprintf(port_data[port_avail].device_host_name, in add_device_by_ioparam()
5994 device->device_host_name); in add_device_by_ioparam()
6240 xastir_snprintf(port_data[port_avail].device_host_name, in add_device()
6329 xastir_snprintf(port_data[port_avail].device_host_name, in add_device()
6364 xastir_snprintf(port_data[port_avail].device_host_name, in add_device()
6695 devices[i].device_host_name, in startup_all_or_defined_port()
6710 devices[i].device_host_name, in startup_all_or_defined_port()
6725 devices[i].device_host_name, in startup_all_or_defined_port()
6740 devices[i].device_host_name, in startup_all_or_defined_port()
[all …]
H A Dinterface_gui.c3561 xastir_snprintf(devices[NWX_port].device_host_name, in Config_NWX_change_data()
3608 devices[NWX_port].device_host_name, in Config_NWX_change_data()
4136 xastir_snprintf(devices[NGPS_port].device_host_name, in Config_NGPS_change_data()
4189 devices[NGPS_port].device_host_name, in Config_NGPS_change_data()
5332 xastir_snprintf(devices[Inet_port].device_host_name, in Inet_change_data()
5405 devices[Inet_port].device_host_name, in Inet_change_data()
5884 xastir_snprintf(devices[Database_port].device_host_name, in Database_change_data()
7619 xastir_snprintf(devices[AGWPE_port].device_host_name, in AGWPE_change_data()
7758 devices[AGWPE_port].device_host_name, in AGWPE_change_data()
8645 devices[i].device_host_name, in modify_device_list()
[all …]
H A Dxa_config.c843 store_string (fout, name, devices[i].device_host_name); in save_data()
2014 if (!get_string (name, devices[i].device_host_name, sizeof(devices[i].device_host_name))) in load_data_or_default()
2016 devices[i].device_host_name[0] = '\0'; in load_data_or_default()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/enterprise_reporting_private/
H A Ddevice_info_fetcher.cc34 device_info.device_host_name = "midnightshift"; in Fetch()
H A Ddevice_info_fetcher_linux.cc126 device_info.device_host_name = GetDeviceHostName(); in Fetch()
H A Ddevice_info_fetcher_mac.mm92 device_info.device_host_name = GetDeviceHostName();
H A Ddevice_info_fetcher_win.cc225 device_info.device_host_name = net::GetHostName(); in Fetch()
H A Denterprise_reporting_private_unittest.cc364 EXPECT_EQ("midnightshift", info.device_host_name); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/enterprise_reporting_private/
H A Ddevice_info_fetcher.cc33 device_info.device_host_name = "midnightshift"; in Fetch()
H A Ddevice_info_fetcher_linux.cc189 device_info.device_host_name = GetDeviceHostName(); in Fetch()
H A Ddevice_info_fetcher_mac.mm122 device_info.device_host_name = GetDeviceHostName();
H A Ddevice_info_fetcher_win.cc275 device_info.device_host_name = GetComputerName(); in Fetch()
H A Denterprise_reporting_private_unittest.cc295 EXPECT_EQ("midnightshift", info.device_host_name); in TEST_F()