Searched refs:fqdn (Results 1 – 13 of 13) sorted by relevance
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/ |
H A D | gbmc-ra.sh | 59 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" 143 if [[ $fqdn != "$old_fqdn" ]]; then 144 echo "Got FQDN $fqdn from $rtr on $RA_IF" >&2 145 old_fqdn="$fqdn" [all …]
|
/openbmc/qemu/ui/ |
H A D | spice-app.c | 77 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 D | gbmc-br-dhcp.sh | 77 update-dhcp-status 'ONGOING' "Setting hostname ${fqdn} and ip ${ipv6}" 83 echo "Using hostname $fqdn" >&2 84 hostnamectl set-hostname "$fqdn" || true
|
H A D | gbmc-br-dhcp@.service | 11 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 D | NetworkInterfaceSettings.vue | 28 {{ $t('pageNetwork.fqdn') }} 31 {{ dataFormatter(fqdn) }} 86 fqdn: '', 111 this.fqdn = this.ethernetData[this.selectedInterface].FQDN;
|
/openbmc/qemu/docs/ |
H A D | spice-port-fqdn.txt | 4 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 D | ethernet.hpp | 1292 inline void handleFqdnPatch(const std::string& ifaceId, const std::string& fqdn, in handleFqdnPatch() argument 1296 if (fqdn.length() > 255) in handleFqdnPatch() 1298 messages::propertyValueFormatError(asyncResp->res, fqdn, "FQDN"); in handleFqdnPatch() 1302 size_t pos = fqdn.find('.'); in handleFqdnPatch() 1305 messages::propertyValueFormatError(asyncResp->res, fqdn, "FQDN"); in handleFqdnPatch() 1311 domainname = (fqdn).substr(pos + 1); in handleFqdnPatch() 1312 hostname = (fqdn).substr(0, pos); in handleFqdnPatch() 1316 messages::propertyValueFormatError(asyncResp->res, fqdn, "FQDN"); in handleFqdnPatch() 1927 std::string fqdn = ethData.hostName; in parseInterfaceData() local 1930 fqdn += "." + ethData.domainnames[0]; in parseInterfaceData() [all …]
|
H A D | network_protocol.hpp | 240 std::string fqdn = hostName; in getNetworkData() local 243 fqdn += "."; in getNetworkData() 244 fqdn += domainNames[0]; in getNetworkData() 246 asyncResp->res.jsonValue["FQDN"] = std::move(fqdn); in getNetworkData()
|
/openbmc/qemu/chardev/ |
H A D | spice.c | 296 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 D | char.json | 368 # @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 D | MAINTAINERS | 3063 F: docs/spice-port-fqdn.txt
|
H A D | qemu-options.hx | 3992 traffic identified by a name (preferably a fqdn).
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |