Home
last modified time | relevance | path

Searched refs:fqdn (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/ui/
H A Dspice-app.c77 const char *fqdn = NULL; in vc_chr_open() local
80 fqdn = "org.qemu.console.serial.0"; in vc_chr_open()
82 fqdn = "org.qemu.console.parallel.0"; in vc_chr_open()
84 fqdn = "org.qemu.monitor.hmp.0"; in vc_chr_open()
88 be->u.spiceport.data->fqdn = fqdn ? in vc_chr_open()
89 g_strdup(fqdn) : g_strdup_printf("org.qemu.console.%s", chr->label); in vc_chr_open()
198 be->u.spiceport.data->fqdn = g_strdup("org.qemu.monitor.qmp.0"); in spice_app_display_init()
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-ip-from-ra.sh.in32 local fqdn="$host-n$hextet.$domain"
33 [ "$fqdn" != "$old_fqdn" ] || return
34 old_fqdn="$fqdn"
36 echo "Found hostname $fqdn" >&2
37 hostnamectl set-hostname "$fqdn" || true
/openbmc/webui-vue/src/views/Settings/Network/
H A DNetworkInterfaceSettings.vue28 {{ $t('pageNetwork.fqdn') }}
31 {{ dataFormatter(fqdn) }}
84 fqdn: '',
109 this.fqdn = this.ethernetData[this.selectedInterface].FQDN;
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-dhcp.sh64 echo "Using hostname $fqdn" >&2
65 hostnamectl set-hostname "$fqdn" || true
H A Dgbmc-br-dhcp.service11 ExecStart=/usr/bin/udhcpc6 -f -q -O fqdn -O bootfile_url -O bootfile_param -i gbmcbr -s /usr/libexe…
/openbmc/qemu/docs/
H A Dspice-port-fqdn.txt4 Thanks to the associated reverse fully qualified domain name (fqdn),
7 The following fqdn names are reserved by the QEMU project:
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp1298 if (fqdn.length() > 255) in handleFqdnPatch()
1304 size_t pos = fqdn.find('.'); in handleFqdnPatch()
1313 domainname = (fqdn).substr(pos + 1); in handleFqdnPatch()
1314 hostname = (fqdn).substr(0, pos); in handleFqdnPatch()
1885 std::string fqdn = ethData.hostName; in parseInterfaceData() local
1888 fqdn += "." + ethData.domainnames[0]; in parseInterfaceData()
1890 jsonResponse["FQDN"] = fqdn; in parseInterfaceData()
2275 std::optional<std::string> fqdn; in requestEthernetInterfacesRoutes() local
2303 "FQDN", fqdn, in requestEthernetInterfacesRoutes()
2326 fqdn = std::move(fqdn), macAddress = std::move(macAddress), in requestEthernetInterfacesRoutes()
[all …]
H A Dnetwork_protocol.hpp215 std::string fqdn = hostName; in getNetworkData() local
218 fqdn += "."; in getNetworkData()
219 fqdn += domainNames[0]; in getNetworkData()
221 asyncResp->res.jsonValue["FQDN"] = std::move(fqdn); in getNetworkData()
/openbmc/qemu/qapi/
H A Dchar.json357 # @fqdn: name of the channel (see docs/spice-port-fqdn.txt)
362 'data': { 'fqdn': 'str' },
371 # @name: name of the channel (following docs/spice-port-fqdn.txt)
/openbmc/qemu/chardev/
H A Dspice.c296 const char *name = spiceport->fqdn; in qemu_chr_open_spice_port()
347 spiceport->fqdn = g_strdup(name); in qemu_chr_parse_spice_port()
/openbmc/qemu/
H A DMAINTAINERS3009 F: docs/spice-port-fqdn.txt
H A Dqemu-options.hx3825 traffic identified by a name (preferably a fqdn).