Searched defs:memory (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/ |
H A D | mmap.c | 19 #include <grub/memory.h> 27 grub_ieee1275_phandle_t memory; local 44 /* Load `/memory/available'. */ 45 if (grub_ieee1275_finddevice ("/memory", &memory)) 47 "couldn't find /memory node"); 48 if (grub_ieee1275_get_integer_property (memory, "available", available, 51 "couldn't examine /memory/available property");
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | printf-parse.c | 94 /* Out of memory. */ 107 argument *memory; \ 114 /* Overflow, would lead to out of memory. */ \ 116 memory = (argument *) (a->arg \ 119 if (memory == NULL) \ 120 /* Out of memory. */ \ 122 a->arg = memory; \ 169 /* n too large, would lead to out of memory later. */ 239 /* n too large, would lead to out of memory later. */ 296 /* n too large, would lead to out of memory 577 DIRECTIVE *memory; local [all...] |
H A D | vasnprintf.c | 1 /* vsprintf with automatic memory allocation. 339 Return the allocated memory in case of success, NULL in case of memory 411 Return the allocated memory in case of success, NULL in case of memory 462 The room for q[j] can be allocated at the memory location of r[n+j]. 812 Return the allocated memory - containing the decimal digits in low-to-high 814 of memory allocation failure. */ 867 Return the allocated memory in case of success, NULL in case of memory 1042 scale10_round_decimal_decoded(int e, mpn_t m, void *memory, int n) argument 1268 void *memory = decode_long_double (x, &e, &m); local 1286 void *memory = decode_double (x, &e, &m); local 5514 DCHAR_T *memory; local [all...] |
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | setupterm.c | 128 _Mprint(int n, char *memory) /* FOR DEBUG ONLY */ argument 132 while (ch = *memory++, n-- > 0)
|
/osnet-11/usr/src/lib/libstmf/common/ |
H A D | stmf.c | 4250 * Purpose: Free memory allocated by this library 4252 * memory - previously allocated pointer of memory managed by library 4255 stmfFreeMemory(void *memory) argument 4257 free(memory); 5752 /* Required memory allocation */ 7685 /* allocate memory for ioctl */ 7799 /* allocate memory for ioctl */
|
Completed in 46 milliseconds