Searched refs:list_count (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | hash.c | 235 num += list_count(hash->h_buckets[i]); in hash_count() 257 int min = list_count(hash->h_buckets[0]); in hash_stats() 268 count = list_count(hash->h_buckets[i]); in hash_stats()
|
H A D | merge.c | 1058 assert(list_count(*mcd->md_iitba) == 0 && in merge_types() 1064 if (list_count(*mcd->md_tdtbr) != 0) in merge_types()
|
H A D | ctf.c | 641 debug(2, "CTF wrote %d types\n", list_count(iiburst->iib_types)); in ctf_gen()
|
/titanic_44/usr/src/tools/ctf/common/ |
H A D | list.h | 49 int list_count(list_t *);
|
H A D | list.c | 144 list_count(list_t *list) in list_count() function
|
/titanic_44/usr/src/common/iscsit/ |
H A D | iscsit_common.c | 1355 it_portal_t **portallist, uint32_t *list_count) in it_array_to_portallist() argument 1363 if (!arr || !portallist || !list_count) { in it_array_to_portallist() 1367 *list_count = 0; in it_array_to_portallist() 1416 (*list_count)++; in it_array_to_portallist()
|
/titanic_44/usr/src/uts/common/sys/iscsit/ |
H A D | iscsit_common.h | 445 it_portal_t **portallist, uint32_t *list_count);
|
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_util.c | 2453 uint_t list_count; in ehci_deallocate_high_speed_bandwidth() local 2487 list_count = EHCI_NUM_INTR_QH_LISTS/interval; in ehci_deallocate_high_speed_bandwidth() 2493 leftmost, list_count, smask); in ehci_deallocate_high_speed_bandwidth() 2499 leftmost, list_count, smask); in ehci_deallocate_high_speed_bandwidth() 2501 leftmost, list_count, cmask); in ehci_deallocate_high_speed_bandwidth() 2507 leftmost, list_count, smask); in ehci_deallocate_high_speed_bandwidth() 2510 list_count, cmask); in ehci_deallocate_high_speed_bandwidth() 2515 list_count, smask); in ehci_deallocate_high_speed_bandwidth()
|
/titanic_44/usr/src/tools/ctf/stabs/common/ |
H A D | fth_struct.c | 456 if (list_count(fth_str_curmems) == 0) { in fth_struct_trailer()
|