Searched refs:h_name (Results 1 – 14 of 14) sorted by relevance
/kernel/liteos_a/testsuites/unittest/net/netdb/full/ |
D | net_netdb_test_019.cpp | 58 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()
|
D | net_netdb_test_006.cpp | 49 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()
|
D | net_netdb_test_008.cpp | 50 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()
|
D | net_netdb_test_004.cpp | 54 ICUNIT_ASSERT_STRING_EQUAL(addr->h_name, "localhost", -1); in GetHostByAddrTest() 61 ICUNIT_ASSERT_STRING_EQUAL(addr->h_name, "example.com", -1); in GetHostByAddrTest()
|
D | net_netdb_test_007.cpp | 56 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()
|
D | net_netdb_test_009.cpp | 55 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()
|
D | net_netdb_test_005.cpp | 48 ICUNIT_ASSERT_STRING_EQUAL(result->h_name, "localhost", -1); in GetHostByAddrRTest()
|
/kernel/linux/linux-5.10/fs/lockd/ |
D | host.c | 143 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 …]
|
D | clntlock.c | 220 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()
|
D | svcsubs.c | 390 host->h_name); in nlmsvc_free_host_resources()
|
D | clntproc.c | 275 (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/ |
D | powerpc-hcalls.py | 165 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/ |
D | netdb.h | 116 char *h_name; member
|
/kernel/linux/linux-5.10/include/linux/lockd/ |
D | lockd.h | 48 char *h_name; /* remote hostname */ member
|