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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsci_simple_list.h91 (anchor)->list_count = 0; \
124 #define sci_simple_list_get_count(anchor) ((anchor)->list_count)
153 U32 list_count; member in struct:SCI_SIMPLE_LIST
187 anchor->list_count++;
217 anchor->list_count++;
247 anchor->list_count--;
306 dest_anchor->list_count += source_anchor->list_count;
343 dest_anchor->list_count += source_anchor->list_count;
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.h49 int list_count(list_t *);
H A Dlist.c144 list_count(list_t *list) function
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c239 num += list_count(hash->h_buckets[i]);
261 int min = list_count(hash->h_buckets[0]);
272 count = list_count(hash->h_buckets[i]);
H A Dmerge.c1052 assert(list_count(*mcd->md_iitba) == 0 &&
1058 if (list_count(*mcd->md_tdtbr) != 0)
H A Dctf.c732 debug(2, "CTF wrote %d types\n", list_count(iiburst->iib_types));
/freebsd-13-stable/sys/dev/hptiop/
H A Dhptiop.c795 if (hba->u.mvfrey.outlist_rptr == hba->u.mvfrey.list_count) {
880 if (index == hba->u.mvfrey.list_count) {
1337 if (index == hba->u.mvfrey.list_count) {
1617 u_int32_t list_count = BUS_SPACE_RD4_MVFREY2(inbound_conf_ctl); local
1619 list_count >>= 16;
1621 if (list_count == 0) {
1625 hba->u.mvfrey.list_count = list_count;
1627 + list_count * sizeof(struct mvfrey_inlist_entry)
1628 + list_count * sizeo
2679 u_int32_t list_count = hba->u.mvfrey.list_count; local
[all...]
H A Dhptiop.h357 int list_count; member in struct:hpt_iop_hba::__anon12168::__anon12171
/freebsd-13-stable/contrib/ldns/
H A Dresolver.c561 size_t list_count; local
567 list_count = ldns_resolver_searchlist_count(r);
570 searchlist = LDNS_XREALLOC(searchlist, ldns_rdf *, (list_count + 1));
574 searchlist[list_count] = ldns_rdf_clone(d);
575 ldns_resolver_set_searchlist_count(r, list_count + 1);

Completed in 146 milliseconds