Searched refs:dstcnt (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | liboe.py | 100 dstcnt = len(os.listdir(dst)) 102 …self.assertEqual(dstcnt, len(testfiles), "Number of files in dst (%s) differs from number of files…
|
/openbmc/linux/net/tipc/ |
H A D | name_table.h | 122 struct list_head *dsts, int *dstcnt,
|
H A D | name_table.c | 629 struct list_head *dsts, int *dstcnt, in tipc_nametbl_lookup_group() argument 638 *dstcnt = 0; in tipc_nametbl_lookup_group() 657 (*dstcnt)++; in tipc_nametbl_lookup_group()
|
H A D | socket.c | 1017 int dstcnt, rc; in tipc_send_group_anycast() local 1031 if (!tipc_nametbl_lookup_group(net, ua, &dsts, &dstcnt, in tipc_send_group_anycast() 1168 u32 dstcnt, exclude; in tipc_send_group_mcast() local 1175 if (!tipc_nametbl_lookup_group(net, ua, &dsts, &dstcnt, exclude, true)) in tipc_send_group_mcast() 1178 if (dstcnt == 1) { in tipc_send_group_mcast()
|