Searched refs:host_name (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/rknn-toolkit2/rknn_toolkit_lite2/examples/inference_with_lite/ |
| H A D | test.py | 60 host_name = get_host() variable 61 if host_name == 'RK3566_RK3568': 63 elif host_name == 'RK3562': 65 elif host_name == 'RK3588': 68 print("This demo cannot run on the current platform: {}".format(host_name)) 87 if host_name == 'RK3588':
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/rtc/ |
| H A D | datetimewidget.cpp | 161 const char* host_name = "ntp.aliyun.com"; // NTP server host-name. in NTPGetTimeBeijingMSeconds() local 210 server = gethostbyname( host_name ); // Convert URL to IP. in NTPGetTimeBeijingMSeconds()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/ |
| H A D | internet | 1613 host_name(const _Allocator& __a = _Allocator()) const 1633 && __a.host_name() == __b.host_name() 2047 host_name(const _Allocator& __a, error_code& __ec) 2063 host_name(const _Allocator& __a) 2064 { return host_name(__a, __throw_on_error{"host_name"}); } 2067 host_name(error_code& __ec) 2068 { return host_name(std::allocator<char>{}, __ec); } 2071 host_name() 2072 { return host_name(std::allocator<char>{}, __throw_on_error{"host_name"}); }
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/ |
| H A D | internet | 1613 host_name(const _Allocator& __a = _Allocator()) const 1633 && __a.host_name() == __b.host_name() 2047 host_name(const _Allocator& __a, error_code& __ec) 2063 host_name(const _Allocator& __a) 2064 { return host_name(__a, __throw_on_error{"host_name"}); } 2067 host_name(error_code& __ec) 2068 { return host_name(std::allocator<char>{}, __ec); } 2071 host_name() 2072 { return host_name(std::allocator<char>{}, __throw_on_error{"host_name"}); }
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfad.c | 38 char *host_name, *os_name, *os_patch; variable 86 module_param(host_name, charp, S_IRUGO | S_IWUSR); 87 MODULE_PARM_DESC(host_name, "Hostname of the hba host machine"); 978 if (host_name) in bfad_start_ops() 979 strlcpy(driver_info.host_machine_name, host_name, in bfad_start_ops()
|
| H A D | bfad_drv.h | 329 extern char *host_name;
|
| H A D | bfa_fcs.h | 660 u8 host_name[256]; /* host name */ member
|
| H A D | bfa_fcs_lport.c | 2339 if (fcs_port_attr.host_name[0] != '\0') { in bfa_fcs_lport_fdmi_build_portattr_block() 2342 templen = (u16) strlen(fcs_port_attr.host_name); in bfa_fcs_lport_fdmi_build_portattr_block() 2343 memcpy(attr->value, fcs_port_attr.host_name, templen); in bfa_fcs_lport_fdmi_build_portattr_block() 2745 strlcpy(port_attr->host_name, driver_info->host_machine_name, in bfa_fcs_fdmi_get_portattr() 2746 sizeof(port_attr->host_name)); in bfa_fcs_fdmi_get_portattr()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/avahi/files/ |
| H A D | local-ping.patch | 127 …b = avahi_s_host_name_resolver_prepare(server, interface, protocol, host_name, aprotocol, flags, c…
|
| /OK3568_Linux_fs/buildroot/package/avahi/ |
| H A D | 0001-Fix-NULL-pointer-crashes-from-175.patch | 126 …b = avahi_s_host_name_resolver_prepare(server, interface, protocol, host_name, aprotocol, flags, c…
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_gs.c | 1927 eiter->a.host_name, sizeof(eiter->a.host_name), in qla2x00_port_attributes() 1934 "HOSTNAME = %s.\n", eiter->a.host_name); in qla2x00_port_attributes()
|
| H A D | qla_def.h | 2819 uint8_t host_name[256]; member
|