Searched refs:g_malloc0_n (Results 1 – 4 of 4) sorted by relevance
| /openbmc/skeleton/libopenbmc_intf/ |
| H A D | gpio_configs.c | 82 g_malloc0_n(gpios->power_gpio.num_power_up_outs, sizeof(GPIO)); in read_power_gpios() 84 g_malloc0_n(gpios->power_gpio.num_power_up_outs, sizeof(gboolean)); in read_power_gpios() 116 g_malloc0_n(gpios->power_gpio.num_reset_outs, sizeof(GPIO)); in read_power_gpios() 118 g_malloc0_n(gpios->power_gpio.num_reset_outs, sizeof(gboolean)); in read_power_gpios() 153 g_malloc0_n(gpios->power_gpio.num_pci_reset_outs, sizeof(GPIO)); in read_power_gpios() 155 g_malloc0_n(gpios->power_gpio.num_pci_reset_outs, sizeof(gboolean)); in read_power_gpios() 157 g_malloc0_n(gpios->power_gpio.num_pci_reset_outs, sizeof(gboolean)); in read_power_gpios()
|
| /openbmc/qemu/scripts/coverity-scan/ |
| H A D | model.c | 106 void *g_malloc0_n(size_t nmemb, size_t size) in g_malloc0_n() function 167 return g_malloc0_n(nmemb, size); in g_try_malloc0_n()
|
| /openbmc/qemu/tests/bench/ |
| H A D | atomic64-bench.c | 98 counts = g_malloc0_n(range, sizeof(*counts)); in create_threads()
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | gpex.c | 98 s->irq = g_malloc0_n(s->num_irqs, sizeof(*s->irq)); in gpex_host_realize()
|