Searched defs:list_size (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dvlistctrl.c190 unsigned long target_pos, list_size; local
237 list_size = list_size_int;
243 *list_sizep = list_size;
/osnet-11/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c448 int list_size, nvdevs, num_nodes, i, rv; local
452 list_size = num_nodes * sizeof (mde_cookie_t);
453 vdev_nodes = malloc(list_size);
524 int list_size, npnodes, num_nodes, rv; local
527 list_size = num_nodes * sizeof (mde_cookie_t);
528 plat_nodes = malloc(list_size);
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c2578 int list_size = 0; local
2605 list_size = *ip;
2608 if (list_size > DEFAULT_NENTRIES) {
2618 (list_size % DEFAULT_NENTRIES);
2624 (list_size + slot_inc) * sizeof (int));
2627 list_size * sizeof (int));
2629 ch->h_cfgs[i].l_nentry = list_size;
2631 ip += list_size;
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c2648 unsigned long list_size = 0; local
2697 &target_posp, &list_size, &errCode);
2701 * and list_size
2703 if (target_posp != 0 && list_size != 0) {
2706 if (cookie->index > list_size)

Completed in 52 milliseconds