Home
last modified time | relevance | path

Searched refs:memory_size (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
H A Dprintf-parse.c87 size_t memory_size; \ in PRINTF_PARSE()
93 memory_size = xtimes (a_allocated, sizeof (argument)); \ in PRINTF_PARSE()
94 if (size_overflow_p (memory_size)) \ in PRINTF_PARSE()
98 ? realloc (a->arg, memory_size) \ in PRINTF_PARSE()
99 : malloc (memory_size)); \ in PRINTF_PARSE()
503 size_t memory_size; in PRINTF_PARSE() local
507 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE()
508 if (size_overflow_p (memory_size)) in PRINTF_PARSE()
511 memory = realloc (d->dir, memory_size); in PRINTF_PARSE()
H A Dvasnprintf.c191 size_t memory_size; \ in VASNPRINTF()
197 memory_size = xtimes (allocated, sizeof (CHAR_T)); \ in VASNPRINTF()
198 if (size_overflow_p (memory_size)) \ in VASNPRINTF()
201 memory = (CHAR_T *) malloc (memory_size); \ in VASNPRINTF()
203 memory = (CHAR_T *) realloc (result, memory_size); \ in VASNPRINTF()
/dragonfly/contrib/diffutils/lib/
H A Dprintf-parse.c105 size_t memory_size; \ in PRINTF_PARSE()
111 memory_size = xtimes (a_allocated, sizeof (argument)); \ in PRINTF_PARSE()
112 if (size_overflow_p (memory_size)) \ in PRINTF_PARSE()
116 ? realloc (a->arg, memory_size) \ in PRINTF_PARSE()
117 : malloc (memory_size)); \ in PRINTF_PARSE()
584 size_t memory_size; in PRINTF_PARSE() local
588 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE()
589 if (size_overflow_p (memory_size)) in PRINTF_PARSE()
593 ? realloc (d->dir, memory_size) in PRINTF_PARSE()
594 : malloc (memory_size)); in PRINTF_PARSE()
H A Dvasnprintf.c1863 size_t memory_size; \ in VASNPRINTF()
1869 memory_size = xtimes (allocated, sizeof (DCHAR_T)); \ in VASNPRINTF()
1870 if (size_overflow_p (memory_size)) \ in VASNPRINTF()
1873 memory = (DCHAR_T *) malloc (memory_size); \ in VASNPRINTF()
1875 memory = (DCHAR_T *) realloc (result, memory_size); \ in VASNPRINTF()
/dragonfly/sys/platform/pc64/include/
H A Dmetadata.h40 uint64_t memory_size; member
/dragonfly/sbin/sysctl/
H A Dsysctl.c602 if (l2 != efisz + efihdr->memory_size) { in S_efi_map()
604 efihdr->memory_size); in S_efi_map()
607 ndesc = efihdr->memory_size / efihdr->descriptor_size; in S_efi_map()
/dragonfly/sys/bus/u4b/
H A Dusb_transfer.h184 usb_size_t memory_size; member
H A Dusb_transfer.c970 info->memory_size = parm->size[0]; in usbd_transfer_setup()
/dragonfly/stand/boot/efi/loader/
H A Dbootinfo.c320 efihdr->memory_size = sz; in bi_load_efi_data()
/dragonfly/sys/platform/pc64/x86_64/
H A Defirt.c415 if (!efi_create_1t1_map(map, efihdr->memory_size / in efi_init()
H A Dmachdep.c2061 ndesc = efihdrbase->memory_size / efihdrbase->descriptor_size; in add_efi_map_entries()
/dragonfly/usr.sbin/mfiutil/
H A Dmfi_show.c127 printf(" Onboard Memory: %uM\n", info.memory_size); in show_adapter()
/dragonfly/sys/dev/raid/mly/
H A Dmlyreg.h583 u_int16_t memory_size; member
H A Dmly.c2500 mi->memory_size); in mly_describe_controller()
2508 mi->memory_size, mi->memory_speed, mi->memory_width, in mly_describe_controller()
/dragonfly/sys/dev/raid/mfi/
H A Dmfireg.h836 uint16_t memory_size; member
/dragonfly/sys/dev/drm/amd/include/
H A Datomfirmware.h1615 …uint32_t memory_size; // Total memory size in unit of MB for CONFIG_MEMSIZE zer… member
/dragonfly/sys/dev/raid/mrsas/
H A Dmrsas.h1609 u_int16_t memory_size; member