Home
last modified time | relevance | path

Searched refs:mem_array (Results 1 – 25 of 105) sorted by relevance

12345

/dports/net-mgmt/observium/observium/includes/polling/
H A Ducd-mib.inc.php159 $mem_array = array(); variable
172 $mem_array[$ds] = ($snmpdata[$oid] < 0) ? 0 : $snmpdata[$oid];
177 print_debug_vars($mem_array);
181 …if (is_numeric($mem_array['totalreal']) && is_numeric($mem_array['availreal']) && is_numeric($mem_…
185 rrdtool_update_ng($device, 'ucd_memory', $mem_array);
188 $device_state['ucd_mem']['swap_total'] = $mem_array['totalswap']; //$memTotalSwap;
189 $device_state['ucd_mem']['swap_avail'] = $mem_array['availswap']; //$memAvailSwap;
191 $device_state['ucd_mem']['mem_total'] = $mem_array['totalreal']; //$memTotalReal;
193 $device_state['ucd_mem']['mem_shared'] = $mem_array['shared']; //$memShared;
194 $device_state['ucd_mem']['mem_buffer'] = $mem_array['buffered']; //$memBuffer;
[all …]
/dports/math/eprover/eprover-E-2.0/development_tools/
H A Dverify_alloc.awk23 if(mem_array[$2])
30 mem_array[$2] = $5+1;
35 if(!mem_array[$2])
42 if(mem_array[$2] != ($5+1))
44 print $0 " freed with wrong size " mem_array[$2]-1;
47 delete mem_array[$2];
88 for(i in mem_array)
90 print "Remaining: " i " " mem_array[i]-1;
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/mti-malta/
H A Dmalta-dtshim.c77 mem_array[0] = cpu_to_be32(PHYS_OFFSET); in gen_fdt_mem_array()
85 mem_array[1] = cpu_to_be32(size); in gen_fdt_mem_array()
90 mem_array[1] = cpu_to_be32(size_preio); in gen_fdt_mem_array()
109 mem_array[2] = cpu_to_be32(PHYS_OFFSET + SZ_512M); in gen_fdt_mem_array()
110 mem_array[3] = cpu_to_be32(size); in gen_fdt_mem_array()
122 mem_array[2] = cpu_to_be32(PHYS_OFFSET + SZ_2G + SZ_256M); in gen_fdt_mem_array()
123 mem_array[3] = cpu_to_be32(size); in gen_fdt_mem_array()
133 __be32 mem_array[2 * MAX_MEM_ARRAY_ENTRIES]; in append_memory() local
215 err = fdt_setprop(fdt, mem_off, "reg", mem_array, in append_memory()
216 mem_entries * 2 * sizeof(mem_array[0])); in append_memory()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/mti-malta/
H A Dmalta-dtshim.c77 mem_array[0] = cpu_to_be32(PHYS_OFFSET); in gen_fdt_mem_array()
85 mem_array[1] = cpu_to_be32(size); in gen_fdt_mem_array()
90 mem_array[1] = cpu_to_be32(size_preio); in gen_fdt_mem_array()
109 mem_array[2] = cpu_to_be32(PHYS_OFFSET + SZ_512M); in gen_fdt_mem_array()
110 mem_array[3] = cpu_to_be32(size); in gen_fdt_mem_array()
122 mem_array[2] = cpu_to_be32(PHYS_OFFSET + SZ_2G + SZ_256M); in gen_fdt_mem_array()
123 mem_array[3] = cpu_to_be32(size); in gen_fdt_mem_array()
133 __be32 mem_array[2 * MAX_MEM_ARRAY_ENTRIES]; in append_memory() local
215 err = fdt_setprop(fdt, mem_off, "reg", mem_array, in append_memory()
216 mem_entries * 2 * sizeof(mem_array[0])); in append_memory()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/mti-malta/
H A Dmalta-dtshim.c77 mem_array[0] = cpu_to_be32(PHYS_OFFSET); in gen_fdt_mem_array()
85 mem_array[1] = cpu_to_be32(size); in gen_fdt_mem_array()
90 mem_array[1] = cpu_to_be32(size_preio); in gen_fdt_mem_array()
109 mem_array[2] = cpu_to_be32(PHYS_OFFSET + SZ_512M); in gen_fdt_mem_array()
110 mem_array[3] = cpu_to_be32(size); in gen_fdt_mem_array()
122 mem_array[2] = cpu_to_be32(PHYS_OFFSET + SZ_2G + SZ_256M); in gen_fdt_mem_array()
123 mem_array[3] = cpu_to_be32(size); in gen_fdt_mem_array()
133 __be32 mem_array[2 * MAX_MEM_ARRAY_ENTRIES]; in append_memory() local
215 err = fdt_setprop(fdt, mem_off, "reg", mem_array, in append_memory()
216 mem_entries * 2 * sizeof(mem_array[0])); in append_memory()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/generic/
H A Dyamon-dt.c45 __be32 *mem_array, in gen_fdt_mem_array() argument
65 *(mem_array++) = cpu_to_be32(mr->start); in gen_fdt_mem_array()
66 *(mem_array++) = cpu_to_be32(size); in gen_fdt_mem_array()
79 __be32 mem_array[2 * MAX_MEM_ARRAY_ENTRIES]; in yamon_dt_append_memory() local
136 mem_entries = gen_fdt_mem_array(regions, mem_array, in yamon_dt_append_memory()
139 mem_array, mem_entries * 2 * sizeof(mem_array[0])); in yamon_dt_append_memory()
145 mem_entries = gen_fdt_mem_array(regions, mem_array, in yamon_dt_append_memory()
148 mem_array, mem_entries * 2 * sizeof(mem_array[0])); in yamon_dt_append_memory()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/generic/
H A Dyamon-dt.c45 __be32 *mem_array, in gen_fdt_mem_array() argument
65 *(mem_array++) = cpu_to_be32(mr->start); in gen_fdt_mem_array()
66 *(mem_array++) = cpu_to_be32(size); in gen_fdt_mem_array()
79 __be32 mem_array[2 * MAX_MEM_ARRAY_ENTRIES]; in yamon_dt_append_memory() local
136 mem_entries = gen_fdt_mem_array(regions, mem_array, in yamon_dt_append_memory()
139 mem_array, mem_entries * 2 * sizeof(mem_array[0])); in yamon_dt_append_memory()
145 mem_entries = gen_fdt_mem_array(regions, mem_array, in yamon_dt_append_memory()
148 mem_array, mem_entries * 2 * sizeof(mem_array[0])); in yamon_dt_append_memory()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/generic/
H A Dyamon-dt.c45 __be32 *mem_array, in gen_fdt_mem_array() argument
65 *(mem_array++) = cpu_to_be32(mr->start); in gen_fdt_mem_array()
66 *(mem_array++) = cpu_to_be32(size); in gen_fdt_mem_array()
79 __be32 mem_array[2 * MAX_MEM_ARRAY_ENTRIES]; in yamon_dt_append_memory() local
136 mem_entries = gen_fdt_mem_array(regions, mem_array, in yamon_dt_append_memory()
139 mem_array, mem_entries * 2 * sizeof(mem_array[0])); in yamon_dt_append_memory()
145 mem_entries = gen_fdt_mem_array(regions, mem_array, in yamon_dt_append_memory()
148 mem_array, mem_entries * 2 * sizeof(mem_array[0])); in yamon_dt_append_memory()
/dports/emulators/qemu42/qemu-4.2.1/hw/i386/
H A Dfw_cfg.c51 struct smbios_phys_mem_area *mem_array; in fw_cfg_build_smbios() local
65 mem_array = g_malloc0(sizeof(*mem_array) * e820_get_num_entries()); in fw_cfg_build_smbios()
70 mem_array[array_count].address = addr; in fw_cfg_build_smbios()
71 mem_array[array_count].length = len; in fw_cfg_build_smbios()
75 smbios_get_tables(ms, mem_array, array_count, in fw_cfg_build_smbios()
78 g_free(mem_array); in fw_cfg_build_smbios()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/i386/
H A Dfw_cfg.c51 struct smbios_phys_mem_area *mem_array; in fw_cfg_build_smbios() local
65 mem_array = g_malloc0(sizeof(*mem_array) * e820_get_num_entries()); in fw_cfg_build_smbios()
70 mem_array[array_count].address = addr; in fw_cfg_build_smbios()
71 mem_array[array_count].length = len; in fw_cfg_build_smbios()
75 smbios_get_tables(ms, mem_array, array_count, in fw_cfg_build_smbios()
78 g_free(mem_array); in fw_cfg_build_smbios()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/i386/
H A Dfw_cfg.c54 struct smbios_phys_mem_area *mem_array;
68 mem_array = g_malloc0(sizeof(*mem_array) * e820_get_num_entries());
73 mem_array[array_count].address = addr;
74 mem_array[array_count].length = len;
78 smbios_get_tables(ms, mem_array, array_count,
81 g_free(mem_array);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/i386/
H A Dfw_cfg.c54 struct smbios_phys_mem_area *mem_array; in fw_cfg_build_smbios() local
68 mem_array = g_malloc0(sizeof(*mem_array) * e820_get_num_entries()); in fw_cfg_build_smbios()
73 mem_array[array_count].address = addr; in fw_cfg_build_smbios()
74 mem_array[array_count].length = len; in fw_cfg_build_smbios()
78 smbios_get_tables(ms, mem_array, array_count, in fw_cfg_build_smbios()
81 g_free(mem_array); in fw_cfg_build_smbios()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/tests/
H A Drawsave.c35 void* mem_array = vips_image_write_to_memory( image, &array_sz ); in main() local
36 printf("test buffer saved (mem_array=%p, array_sz=%d).\n",mem_array,(int)array_sz); in main()
37 if( mem_array ) free(mem_array); in main()
/dports/emulators/qemu60/qemu-6.0.0/hw/i386/
H A Dfw_cfg.c55 struct smbios_phys_mem_area *mem_array; in fw_cfg_build_smbios() local
69 mem_array = g_malloc0(sizeof(*mem_array) * e820_get_num_entries()); in fw_cfg_build_smbios()
74 mem_array[array_count].address = addr; in fw_cfg_build_smbios()
75 mem_array[array_count].length = len; in fw_cfg_build_smbios()
79 smbios_get_tables(ms, mem_array, array_count, in fw_cfg_build_smbios()
82 g_free(mem_array); in fw_cfg_build_smbios()
/dports/emulators/qemu5/qemu-5.2.0/hw/i386/
H A Dfw_cfg.c55 struct smbios_phys_mem_area *mem_array; in fw_cfg_build_smbios() local
69 mem_array = g_malloc0(sizeof(*mem_array) * e820_get_num_entries()); in fw_cfg_build_smbios()
74 mem_array[array_count].address = addr; in fw_cfg_build_smbios()
75 mem_array[array_count].length = len; in fw_cfg_build_smbios()
79 smbios_get_tables(ms, mem_array, array_count, in fw_cfg_build_smbios()
82 g_free(mem_array); in fw_cfg_build_smbios()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/i386/
H A Dfw_cfg.c56 struct smbios_phys_mem_area *mem_array; in fw_cfg_build_smbios() local
70 mem_array = g_malloc0(sizeof(*mem_array) * e820_get_num_entries()); in fw_cfg_build_smbios()
75 mem_array[array_count].address = addr; in fw_cfg_build_smbios()
76 mem_array[array_count].length = len; in fw_cfg_build_smbios()
80 smbios_get_tables(ms, mem_array, array_count, in fw_cfg_build_smbios()
84 g_free(mem_array); in fw_cfg_build_smbios()
/dports/emulators/qemu/qemu-6.2.0/hw/i386/
H A Dfw_cfg.c56 struct smbios_phys_mem_area *mem_array; in fw_cfg_build_smbios() local
70 mem_array = g_malloc0(sizeof(*mem_array) * e820_get_num_entries()); in fw_cfg_build_smbios()
75 mem_array[array_count].address = addr; in fw_cfg_build_smbios()
76 mem_array[array_count].length = len; in fw_cfg_build_smbios()
80 smbios_get_tables(ms, mem_array, array_count, in fw_cfg_build_smbios()
84 g_free(mem_array); in fw_cfg_build_smbios()
/dports/benchmarks/nbench/nbench-byte-2.2.3/
H A Dsysspec.c382 mem_array[0][mem_array_ents]=true_addr; in AddMemArray()
383 mem_array[1][mem_array_ents]=adj_addr; in AddMemArray()
402 if(mem_array[1][i]==adj_addr) in RemoveMemArray()
404 *true_addr=mem_array[0][i]; in RemoveMemArray()
407 { mem_array[0][j]=mem_array[0][j+1]; in RemoveMemArray()
408 mem_array[1][j]=mem_array[1][j+1]; in RemoveMemArray()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/acpi/
H A Dacpi_srat.c57 static struct acpisrat_mem *mem_array; variable
357 mem_array = kmem_zalloc(nmems * sizeof(struct acpisrat_mem), in acpisrat_refresh()
359 if (mem_array == NULL) in acpisrat_refresh()
371 memcpy(&mem_array[i], &miter->mem, sizeof(struct acpisrat_mem)); in acpisrat_refresh()
394 if (mem_array[j].nodeid != i) in acpisrat_refresh()
396 node_array[i].mem[k] = &mem_array[j]; in acpisrat_refresh()
437 if (mem_array) in acpisrat_exit()
438 kmem_free(mem_array, nmems * sizeof(struct acpisrat_mem)); in acpisrat_exit()
439 mem_array = NULL; in acpisrat_exit()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/
H A Dtc1713.vhd35 subtype mem_array is word (0 to 7);
40 signal mem : mem_array;
42 TESTING: PROCESS(mem_array'(others => '1'))
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/be2iscsi/
H A Dbe_main.c2492 mem_descr->mem_array = NULL; in beiscsi_alloc_mem()
2531 if (!mem_descr->mem_array) in beiscsi_alloc_mem()
2549 mem_array[j - 1]. in beiscsi_alloc_mem()
2554 kfree(mem_descr->mem_array); in beiscsi_alloc_mem()
2755 mem_descr->mem_array[0]. in hwi_init_async_pdu_ctx()
2861 mem_descr->mem_array[idx]. in hwi_init_async_pdu_ctx()
3239 struct mem_array *pm_arr; in beiscsi_post_template_hdr()
3273 struct mem_array *pm_arr; in beiscsi_post_pages()
3280 pm_arr = mem_descr->mem_array; in beiscsi_post_pages()
3340 struct mem_array *pwrb_arr; in beiscsi_create_wrb_rings()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/be2iscsi/
H A Dbe_main.c2492 mem_descr->mem_array = NULL; in beiscsi_alloc_mem()
2531 if (!mem_descr->mem_array) in beiscsi_alloc_mem()
2549 mem_array[j - 1]. in beiscsi_alloc_mem()
2554 kfree(mem_descr->mem_array); in beiscsi_alloc_mem()
2755 mem_descr->mem_array[0]. in hwi_init_async_pdu_ctx()
2861 mem_descr->mem_array[idx]. in hwi_init_async_pdu_ctx()
3239 struct mem_array *pm_arr; in beiscsi_post_template_hdr()
3273 struct mem_array *pm_arr; in beiscsi_post_pages()
3280 pm_arr = mem_descr->mem_array; in beiscsi_post_pages()
3340 struct mem_array *pwrb_arr; in beiscsi_create_wrb_rings()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/be2iscsi/
H A Dbe_main.c2492 mem_descr->mem_array = NULL; in beiscsi_alloc_mem()
2531 if (!mem_descr->mem_array) in beiscsi_alloc_mem()
2549 mem_array[j - 1]. in beiscsi_alloc_mem()
2554 kfree(mem_descr->mem_array); in beiscsi_alloc_mem()
2755 mem_descr->mem_array[0]. in hwi_init_async_pdu_ctx()
2861 mem_descr->mem_array[idx]. in hwi_init_async_pdu_ctx()
3239 struct mem_array *pm_arr; in beiscsi_post_template_hdr()
3273 struct mem_array *pm_arr; in beiscsi_post_pages()
3280 pm_arr = mem_descr->mem_array; in beiscsi_post_pages()
3340 struct mem_array *pwrb_arr; in beiscsi_create_wrb_rings()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/gil/
H A Dpoint.hpp94 return this->*mem_array[i]; in operator []()
99 return this->*mem_array[i]; in operator []()
108 static T point<T>::* const mem_array[num_dimensions]; member in boost::gil::point
120 T point<T>::* const point<T>::mem_array[point<T>::num_dimensions] = member in boost::gil::point<T>
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/
H A Dpoint.hpp94 return this->*mem_array[i]; in operator []()
99 return this->*mem_array[i]; in operator []()
108 static T point<T>::* const mem_array[num_dimensions]; member in boost::gil::point
120 T point<T>::* const point<T>::mem_array[point<T>::num_dimensions] = member in boost::gil::point<T>

12345