Home
last modified time | relevance | path

Searched refs:h_name (Results 1 – 14 of 14) sorted by relevance

/kernel/liteos_a/testsuites/unittest/net/netdb/full/
Dnet_netdb_test_019.cpp58 ICUNIT_ASSERT_STRING_EQUAL(se1->h_name, "localhost", -1); in GetHostEntTest()
67 ICUNIT_ASSERT_STRING_EQUAL(se1->h_name, se2->h_name, -1); in GetHostEntTest()
74 ICUNIT_ASSERT_STRING_EQUAL(se1->h_name, se3->h_name, -1); in GetHostEntTest()
81 ICUNIT_ASSERT_STRING_EQUAL(se3->h_name, "ip6-localhost", -1); in GetHostEntTest()
88 ICUNIT_ASSERT_STRING_EQUAL(se3->h_name, "example", -1); in GetHostEntTest()
Dnet_netdb_test_006.cpp49 ICUNIT_ASSERT_EQUAL(strcmp(addr->h_name, "localhost"), 0, -1); in GetHostByNameTest()
55 ICUNIT_ASSERT_EQUAL(strcmp(addr->h_name, "127.0.0.1"), 0, -1); in GetHostByNameTest()
Dnet_netdb_test_008.cpp50 ICUNIT_ASSERT_EQUAL(strcmp(addr->h_name, "localhost"), 0, -1); in GetHostByName2Test()
56 ICUNIT_ASSERT_EQUAL(strcmp(addr->h_name, "127.0.0.1"), 0, -1); in GetHostByName2Test()
Dnet_netdb_test_004.cpp54 ICUNIT_ASSERT_STRING_EQUAL(addr->h_name, "localhost", -1); in GetHostByAddrTest()
61 ICUNIT_ASSERT_STRING_EQUAL(addr->h_name, "example.com", -1); in GetHostByAddrTest()
Dnet_netdb_test_007.cpp56 ICUNIT_ASSERT_EQUAL(strcmp(result->h_name, "localhost"), 0, -1); in GetHostByNameRTest()
63 ICUNIT_ASSERT_EQUAL(strcmp(result->h_name, "127.0.0.1"), 0, -1); in GetHostByNameRTest()
Dnet_netdb_test_009.cpp55 ICUNIT_ASSERT_EQUAL(strcmp(result->h_name, "localhost"), 0, -1); in GetHostByName2RTest()
62 ICUNIT_ASSERT_EQUAL(strcmp(result->h_name, "127.0.0.1"), 0, -1); in GetHostByName2RTest()
Dnet_netdb_test_005.cpp48 ICUNIT_ASSERT_STRING_EQUAL(result->h_name, "localhost", -1); in GetHostByAddrRTest()
/kernel/linux/linux-5.10/fs/lockd/
Dhost.c143 host->h_name = nsm->sm_name; in nlm_alloc_host()
183 dprintk("lockd: destroy host %s\n", host->h_name); in nlm_destroy_host_locked()
266 host->h_name, host->h_addrbuf); in nlmclnt_lookup_host()
279 host->h_name, host->h_addrbuf); in nlmclnt_lookup_host()
296 dprintk("lockd: release client host %s\n", host->h_name); in nlmclnt_release_host()
383 __func__, host->h_name, host->h_addrbuf); in nlmsvc_lookup_host()
400 __func__, host->h_name, host->h_addrbuf); in nlmsvc_lookup_host()
418 dprintk("lockd: release server host %s\n", host->h_name); in nlmsvc_release_host()
433 host->h_name, host->h_addrbuf); in nlm_bind_host()
457 .servername = host->h_name, in nlm_bind_host()
[all …]
Dclntlock.c220 task = kthread_run(reclaimer, host, "%s-reclaim", host->h_name); in nlmclnt_recovery()
224 "(%ld)\n", host->h_name, PTR_ERR(task)); in nlmclnt_recovery()
247 dprintk("lockd: reclaiming locks for host %s\n", host->h_name); in reclaimer()
282 dprintk("NLM: done reclaiming locks for host %s\n", host->h_name); in reclaimer()
Dsvcsubs.c390 host->h_name); in nlmsvc_free_host_resources()
Dclntproc.c275 (int)proc, host->h_name); in nlmclnt_call()
351 (int)proc, host->h_name); in __nlm_async_call()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dpowerpc-hcalls.py165 h_name = hcall_table_lookup(opcode)
171 print(print_ptrn % (h_name, cnt, min_t, max_t, time//cnt))
/kernel/liteos_m/kal/libc/newlib/porting/include/
Dnetdb.h116 char *h_name; member
/kernel/linux/linux-5.10/include/linux/lockd/
Dlockd.h48 char *h_name; /* remote hostname */ member