Home
last modified time | relevance | path

Searched refs:host_name (Results 1 – 20 of 20) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38471-1.patch28 int avahi_server_set_host_name(AvahiServer *s, const char *host_name) {
37 …AVAHI_CHECK_VALIDITY(s, !host_name || avahi_is_valid_host_name(host_name), AVAHI_ERR_INVALID_HOST_…
38 @@ -1305,17 +1309,28 @@ int avahi_server_set_host_name(AvahiServer *s, const char *host_name) {
40 hn = avahi_normalize_name_strdup(host_name);
56 - if (avahi_domain_equal(s->host_name, hn) && s->state != AVAHI_SERVER_COLLISION) {
58 + if (avahi_domain_equal(s->host_name, label_escaped) && s->state != AVAHI_SERVER_COLLISION)
64 avahi_free(s->host_name);
65 - s->host_name = hn;
66 + s->host_name = avahi_strdup(label_escaped);
67 + if (!s->host_name)
H A DCVE-2023-38471-2.patch22 hn = avahi_normalize_name_strdup(host_name);
42 if (avahi_domain_equal(s->host_name, label_escaped) && s->state != AVAHI_SERVER_COLLISION)
45 avahi_free(s->host_name);
46 s->host_name = avahi_strdup(label_escaped);
47 if (!s->host_name)
H A Dlocal-ping.patch127 …b = avahi_s_host_name_resolver_prepare(server, interface, protocol, host_name, aprotocol, flags, c…
/openbmc/openbmc-test-automation/lib/
H A Dhost.tcl29 lassign [split $out_buf " "] host_name fill1 fill2 ip_address
35 lassign [split $out_buf " "] fill0 fill1 fill2 fill3 host_name
36 set host_name [string trimright $host_name {.}]
39 lassign [split $host_name "."] short_host_name
41 return [list ${host_name} ${short_host_name} ${ip_address}]
H A Dgen_misc.py452 host_name = socket.getfqdn(host)
465 host_short_name = host_name.split(".")[0]
466 return host_name, host_ip, host_short_name
468 return host_name, host_ip
H A Dprint.tcl799 set host_name [get_var ::env(HOSTNAME) 0]
809 append buffer [sprint_var host_name $indent $width]
H A Dobmc_boot_test.py534 global host_name
537 host_name, host_ip = gm.get_host_name_ip(host)
849 host_name,
H A Dbmc_network_utils.robot246 ${host_name} ${ip_addr}= Get Host Name IP ${host}
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/
H A Drsyslog_%.bbappend19 host_name="host${host}"
20 conf=${D}${sysconfdir}/rsyslog.d/${host_name}.conf
22 sed -i "s/__OOB_CONSOLE_HOST__/${host_name}/g;" ${conf}
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_redfish_bmc_code_update.robot177 host_name 1
353 # If host_name then change hostname,
366 Run Keyword If '${operation}' == 'host_name'
401 # operation host_name to change Hostname, kernel_panic to perform kernel panic.
438 ELSE IF '${operation}' == 'host_name'
/openbmc/linux/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");
970 if (host_name) in bfad_start_ops()
971 strscpy(driver_info.host_machine_name, host_name, in bfad_start_ops()
H A Dbfad_drv.h328 extern char *host_name;
H A Dbfa_fcs.h657 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 strscpy(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()
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_ldap_sub_menu.robot375 ${host_name}= Redfish.Get Attribute ${REDFISH_NW_PROTOCOL_URI} HostName
376 Textfield Value Should Be ${xpath_hostname_input} ${host_name}
/openbmc/openbmc-test-automation/
H A DCONTRIBUTING.md253 ${host_name}
270 ${host_name}
667 ${host_name}
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_network_configuration.robot225 ${host_name} ${ip_address}= Get Host Name IP host=${OPENBMC_HOST}
/openbmc/qemu/qga/
H A Dcommands.c573 result->host_name = g_steal_pointer(&hostname); in qmp_guest_get_host_name()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_gs.c1929 eiter->a.host_name, sizeof(eiter->a.host_name), in qla2x00_port_attributes()
1936 "HOSTNAME = %s.\n", eiter->a.host_name); in qla2x00_port_attributes()
H A Dqla_def.h2980 uint8_t host_name[256]; member