Searched refs:gethostname (Results 1 – 21 of 21) sorted by relevance
/openbmc/boost-dbus/test/ |
H A D | avahi.py | 10 from socket import gethostname 25 self.assertEqual(gethostname(), avahi.GetHostName())
|
H A D | avahi.cpp | 33 gethostname(c, 1024); in TEST()
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
H A D | fix_build_errors.patch | 32 AC_CHECK_FUNCS(gethostname gettimeofday mkfifo select socket strdup \
|
/openbmc/openbmc/poky/meta/recipes-support/nss-myhostname/ |
H A D | nss-myhostname_0.3.bb | 4 configured system hostname as returned by gethostname(2)."
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | main.cf | 6 #FQDN from gethostname
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_misc.py | 451 host = dft(host, socket.gethostname())
|
H A D | obmc_boot_test.py | 536 host = socket.gethostname()
|
H A D | gen_print.py | 1569 "host_name", socket.gethostname(), 0, indent, col1_width
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | network_protocol.hpp | 441 if (gethostname(hostNameCStr.data(), hostNameCStr.size()) == 0) in getHostName()
|
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
H A D | base.py | 96 self.hostname = socket.gethostname()
|
/openbmc/qemu/linux-user/alpha/ |
H A D | syscall.tbl | 96 87 common gethostname sys_gethostname
|
/openbmc/linux/arch/alpha/kernel/syscalls/ |
H A D | syscall.tbl | 96 87 common gethostname sys_gethostname
|
/openbmc/qemu/qga/ |
H A D | commands-posix.c | 1363 if (gethostname(hostname, len) < 0) { in qga_get_host_name()
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | icecc.bbclass | 230 hostname=socket.gethostname()
|
/openbmc/linux/tools/hv/ |
H A D | hv_kvp_daemon.c | 1512 gethostname(buffer, length); in kvp_get_domain_name()
|
/openbmc/phosphor-host-ipmid/ |
H A D | apphandler.cpp | 1354 if (gethostname(hostname, HOST_NAME_MAX) != 0) in sysInfoReadSystemName()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 1122 + if (gethostname(name, sz) != 0) {
|
/openbmc/linux/kernel/ |
H A D | sys.c | 1402 SYSCALL_DEFINE2(gethostname, char __user *, name, int, len) in SYSCALL_DEFINE2() argument
|
/openbmc/qemu/linux-user/ |
H A D | strace.list | 330 { TARGET_NR_gethostname, "gethostname" , NULL, NULL, NULL },
|
H A D | syscall.c | 13453 ret = get_errno(gethostname(name, arg2)); in _syscall2()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 1765 startup. This sets the name returned by gethostname. 1769 that a process may call gethostname before the hostname
|