HomeSort by relevance Sort by last modified time
    Searched defs:memory (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
javelin.c 128 * This function displays memory configurations specific to Tazmo/Javelin.
130 * Some of the information obtained is memory interleave factor,
137 Prom_node *memory; local
155 log_printf(dgettext(TEXT_DOMAIN, " Memory "), 0);
160 memory = dev_find_node(bnode->nodes, "memory");
161 preg = (uint_t *)(get_prop_val(find_prop(memory, "interleave")));
164 log_printf("Memory Interleave Factor = %d-way\n\n", interlv, 0);
330 (strstr(type, "memory-module"))) {
941 (strcmp(name, "memory") == 0) |
    [all...]
  /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
tazmo.c 131 * This function displays memory configurations specific to Tazmo/Javelin.
133 * Some of the information obtained is memory interleave factor,
140 Prom_node *memory; local
158 log_printf(dgettext(TEXT_DOMAIN, " Memory "), 0);
163 memory = dev_find_node(bnode->nodes, "memory");
164 preg = (uint_t *)(get_prop_val(find_prop(memory, "interleave")));
167 log_printf("Memory Interleave Factor = %d-way\n\n", interlv, 0);
335 (strstr(type, "memory-module"))) {
904 (strcmp(name, "memory") == 0) |
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
dmu_tx.c 470 * Add in memory requirements of higher-level indirects.
864 uint64_t memory, asize, fsize, usize; local
947 /* calculate memory footprint estimate */
948 memory = towrite + tooverwrite + tohold;
952 * Add in 'tohold' to account for our dirty holds on this memory
964 int err = dsl_dir_tempreserve_space(tx->tx_dir, memory,
  /onnv/onnv-gate/usr/src/cmd/pcmciad/
pcmciad.c 84 /* memory card support headers */
155 static void memory(char *, char *, int, int, void *);
179 {"pcmem", "memory", DRV_NOT_INIT, memory, meminit, NULL},
1288 * Common define for the memory() and disk() function handler
1298 /* code for the memory() function handler */
1310 * memory(driver, class, event, socket data)
1311 * this is the default memory card handler
1330 memory(char *driver, char *class, int event, int socket, void *data) function
1341 (void) printf("memory(%x, %x, %x)\n"
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
fakebop.c 84 struct xboot_info *xbootp; /* boot info from "glue" code in low memory */
108 static char *curr_page = NULL; /* ptr to avail bprop memory */
109 static int curr_space = 0; /* amount of memory at curr_page */
155 * System Locality Information Table (SLIT) are mapped into virtual memory
162 * Allocate aligned physical memory at boot time. This allocator allocates
163 * from the highest possible addresses. This avoids exhausting memory that
175 * Be careful if high memory usage is limited in startup.c
184 * find the lowest or highest available memory in physinstalled
193 * find the highest available memory in physinstalled
210 * Early allocations need to use low memory, sinc
2120 } memory; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drmP.h 437 drm_agp_mem_t *memory; member in struct:drm_agp_head
457 size_t real_sz; /* real size of memory */
467 drm_dma_handle_t *dmah_gart; /* Handle to PCI memory */
476 drm_map_type_t type; /* Type of memory mapped */
687 drm_sg_mem_t *sg; /* Scatter gather memory */
707 /* Memory management support (drm_memory.c) */
  /onnv/onnv-gate/usr/src/uts/common/sys/
videodev2.h 63 #define VID_TYPE_FRAMERAM 64 /* Uses the frame buffer memory */
508 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
536 /* memory location */
537 enum v4l2_memory memory; member in struct:v4l2_buffer
561 * FIXME: in theory we should pass something like PCI device + memory
    [all...]

Completed in 790 milliseconds