Home
last modified time | relevance | path

Searched refs:list_count (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/tools/ctf/cvt/
H A Dhash.c235 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 Dmerge.c1058 assert(list_count(*mcd->md_iitba) == 0 && in merge_types()
1064 if (list_count(*mcd->md_tdtbr) != 0) in merge_types()
H A Dctf.c641 debug(2, "CTF wrote %d types\n", list_count(iiburst->iib_types)); in ctf_gen()
/titanic_44/usr/src/tools/ctf/common/
H A Dlist.h49 int list_count(list_t *);
H A Dlist.c144 list_count(list_t *list) in list_count() function
/titanic_44/usr/src/common/iscsit/
H A Discsit_common.c1355 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 Discsit_common.h445 it_portal_t **portallist, uint32_t *list_count);
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c2453 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 Dfth_struct.c456 if (list_count(fth_str_curmems) == 0) { in fth_struct_trailer()