Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/
H A Dgbmc-ra.sh59 local fqdn="$1"
60 [ -z "$fqdn" ] && return
61 hostnamectl set-hostname "$fqdn" || true
62 echo "Set hostname $fqdn on $RA_IF" >&2
119 fqdn=
121 fqdn="$host-n$hextet.$domain"
123 rtrs["$rtr"]="$mac $dl $pfx $fqdn"
145 old_fqdn="$fqdn"
146 update_fqdn "$fqdn" || true
170 fqdn=${data[3]}
[all …]
/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/networking/gbmc-bridge/
H A Dgbmc-br-dhcp.sh71 update-dhcp-status 'ONGOING' "Setting hostname ${fqdn} and ip ${ipv6}"
77 echo "Using hostname $fqdn" >&2
78 hostnamectl set-hostname "$fqdn" || true
H A Dgbmc-br-dhcp@.service12 ExecStart=/usr/bin/udhcpc6 -f -q -O fqdn -O bootfile_url -O bootfile_param -i %I -s /usr/libexec/gb…
/openbmc/webui-vue/src/views/Settings/Network/
H A DNetworkInterfaceSettings.vue28 {{ $t('pageNetwork.fqdn') }}
31 {{ dataFormatter(fqdn) }}
86 fqdn: '',
111 this.fqdn = this.ethernetData[this.selectedInterface].FQDN;
/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.hpp1282 if (fqdn.length() > 255) in handleFqdnPatch()
1288 size_t pos = fqdn.find('.'); in handleFqdnPatch()
1297 domainname = (fqdn).substr(pos + 1); in handleFqdnPatch()
1298 hostname = (fqdn).substr(0, pos); in handleFqdnPatch()
1877 std::string fqdn = ethData.hostName; in parseInterfaceData() local
1880 fqdn += "." + ethData.domainnames[0]; in parseInterfaceData()
1882 jsonResponse["FQDN"] = fqdn; in parseInterfaceData()
2280 std::optional<std::string> fqdn; in requestEthernetInterfacesRoutes() local
2310 "FQDN", fqdn, // in requestEthernetInterfacesRoutes()
2334 fqdn = std::move(fqdn), macAddress = std::move(macAddress), in requestEthernetInterfacesRoutes()
[all …]
H A Dnetwork_protocol.hpp233 std::string fqdn = hostName; in getNetworkData() local
236 fqdn += "."; in getNetworkData()
237 fqdn += domainNames[0]; in getNetworkData()
239 asyncResp->res.jsonValue["FQDN"] = std::move(fqdn); in getNetworkData()
/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/qapi/
H A Dchar.json368 # @fqdn: name of the channel (see docs/spice-port-fqdn.txt)
373 'data': { 'fqdn': 'str' },
382 # @name: name of the channel (following docs/spice-port-fqdn.txt)
/openbmc/qemu/
H A DMAINTAINERS3063 F: docs/spice-port-fqdn.txt
H A Dqemu-options.hx3992 traffic identified by a name (preferably a fqdn).