Home
last modified time | relevance | path

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 Dtest.py60 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 Ddatetimewidget.cpp161 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 Dinternet1613 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 Dinternet1613 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 Dbfad.c38 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 Dbfad_drv.h329 extern char *host_name;
H A Dbfa_fcs.h660 u8 host_name[256]; /* host name */ member
H A Dbfa_fcs_lport.c2339 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 Dlocal-ping.patch127 …b = avahi_s_host_name_resolver_prepare(server, interface, protocol, host_name, aprotocol, flags, c…
/OK3568_Linux_fs/buildroot/package/avahi/
H A D0001-Fix-NULL-pointer-crashes-from-175.patch126 …b = avahi_s_host_name_resolver_prepare(server, interface, protocol, host_name, aprotocol, flags, c…
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_gs.c1927 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 Dqla_def.h2819 uint8_t host_name[256]; member