| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | list_impl.h | 44 size_t list_size; member in struct:list
|
| /illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
| H A D | vlistctrl.c | 190 unsigned long target_pos, list_size; local 237 list_size = list_size_int; 243 *list_sizep = list_size;
|
| /illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
| H A D | oce_utils.c | 42 * list_size - number of entries in pa_list 46 struct phys_addr *pa_list, int list_size) 55 for (i = 0; i < list_size; i++) { 45 oce_page_list(oce_dma_buf_t *dbuf, struct phys_addr *pa_list, int list_size) argument
|
| /illumos-gate/usr/src/cmd/ldmad/ |
| H A D | ldma_system.c | 200 int list_size, ncomponents, num_nodes, i; local 218 list_size = num_nodes * sizeof (mde_cookie_t); 219 component_nodes = malloc(list_size);
|
| /illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/ |
| H A D | xgehal-fifo-fp.c | 130 xge_hal_fifo_txd_t *txdp, int list_size, int frags) 134 int invalid_frags = frags % list_size; 138 txdp, frags, list_size); 144 txdp, frags, list_size); 152 frags -= list_size; 160 frags, list_size); 129 __hal_fifo_txdl_free_many(xge_hal_channel_h channelh, xge_hal_fifo_txd_t *txdp, int list_size, int frags) argument
|
| /illumos-gate/usr/src/lib/libv12n/sparc/ |
| H A D | libv12n.c | 415 int list_size, nvdevs, num_nodes, i, rv; local 419 list_size = num_nodes * sizeof (mde_cookie_t); 420 vdev_nodes = malloc(list_size); 491 int list_size, npnodes, num_nodes, rv; local 494 list_size = num_nodes * sizeof (mde_cookie_t); 495 plat_nodes = malloc(list_size);
|
| /illumos-gate/usr/src/cmd/syseventadm/ |
| H A D | syseventadm.c | 437 int list_size = 0; local 486 &list_size, &list_alloc, fname);
|
| /illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
| H A D | ql_init.c | 3022 uint32_t list_size; local 3048 list_size = sizeof (ql_dev_id_list_t) * DEVICE_LIST_ENTRIES; 3049 list = (ql_dev_id_list_t *)kmem_zalloc(list_size, KM_SLEEP); 3052 ql_get_id_list(ha, (caddr_t)list, list_size, &mr) == 3088 kmem_free(list, list_size); 3248 uint32_t list_size; local 3255 list_size = sizeof (ql_dev_id_list_t) * DEVICE_LIST_ENTRIES; 3256 list = kmem_zalloc(list_size, KM_SLEEP); 3267 rval = ql_get_id_list(ha, (caddr_t)list, list_size, &mr); 3269 kmem_free(list, list_size); [all...] |
| H A D | ql_api.c | 5546 uint32_t list_size; local 5577 list_size = sizeof (ql_dev_id_list_t) * DEVICE_LIST_ENTRIES; 5578 list = (ql_dev_id_list_t *)kmem_zalloc(list_size, KM_SLEEP); 5581 ql_get_id_list(ha, (caddr_t)list, list_size, &mr) == 5604 kmem_free(list, list_size); 9251 uint32_t list_size; local 9258 list_size = sizeof (ql_dev_id_list_t) * DEVICE_LIST_ENTRIES; 9259 list = kmem_zalloc(list_size, KM_SLEEP); 9269 rval = ql_get_id_list(ha, (caddr_t)list, list_size, &mr); 9271 kmem_free(list, list_size); [all...] |
| /illumos-gate/usr/src/lib/libdscfg/common/ |
| H A D | cfg.c | 2578 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;
|
| /illumos-gate/usr/src/uts/common/avs/ns/dsw/ |
| H A D | dsw.h | 267 int list_size; /* number of elements in list */ member in struct:dsw_list_s 417 int list_size; member in struct:dsw_list32_s
|
| /illumos-gate/usr/src/lib/libsldap/common/ |
| H A D | ns_reads.c | 2037 unsigned long list_size = 0; local 2087 &target_posp, &list_size, &errCode); 2091 * and list_size 2093 if (target_posp != 0 && list_size != 0) { 2096 if (cookie->index > list_size)
|
| /illumos-gate/usr/src/uts/common/sys/nxge/ |
| H A D | nxge.h | 312 uint_t list_size; member in struct:_mc_bucket_t
|