Searched refs:shmem (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/IOGraphics-485/tools/
H A Dfbshared.c26 StdFBShmem_t * shmem[16]; local
77 shmem[index] = (StdFBShmem_t *) mapAddr;
79 // bzero( shmem, shmemSize); // make sure its read only!
82 shmem[index]->screenBounds.minx, shmem[index]->screenBounds.miny,
83 shmem[index]->screenBounds.maxx, shmem[index]->screenBounds.maxy);
86 shmem[index]->cursorSize[0].width, shmem[index]->cursorSize[0].height);
88 if (shmem[inde
[all...]
/macosx-10.10/apr-32/apr/apr/
H A Dbuild.conf17 shmem support threadproc time user atomic
H A Dbuild-outputs.mk97 shmem/unix/shm.lo: shmem/unix/shm.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_user.h include/apr_want.h
99 OBJECTS_shmem_unix = shmem/unix/shm.lo
156 shmem/beos/shm.lo: shmem/beos/shm.c .make.dirs include/apr_allocator.h include/apr_dso.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_global_mutex.h include/apr_inherit.h include/apr_lib.h include/apr_network_io.h include/apr_pools.h include/apr_portable.h include/apr_proc_mutex.h include/apr_shm.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_thread_proc.h include/apr_time.h include/apr_user.h include/apr_want.h
158 OBJECTS_shmem_beos = shmem/beos/shm.lo
220 shmem/os2/shm.lo: shmem/os2/shm.c .make.dirs include/apr_allocator.h include/apr_dso.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_global_mutex.h include/apr_inherit.h include/apr_lib.h include/apr_network_io.h include/apr_pools.h include/apr_portable.h include/apr_proc_mutex.h include/apr_shm.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_thread_proc.h include/apr_time.h include/apr_user.h include/apr_want.h
222 OBJECTS_shmem_os2 = shmem/os2/shm.lo
288 shmem/win3
[all...]
H A DNWGNUmakefile409 vpath %.c poll/unix:shmem/unix:support/unix:random/unix
H A Dapr.mak1605 SOURCE=.\shmem\win32\shm.c
H A Dlibapr.mak1737 SOURCE=.\shmem\win32\shm.c
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOCursorBlits.h56 StdFBShmem_t *shmem,
72 cursPtr = (volatile unsigned short *) inst->__private->cursorImages[ shmem->frame ];
136 StdFBShmem_t *shmem,
156 cursPtr = (volatile unsigned char *) inst->__private->cursorImages[ shmem->frame ];
157 maskPtr = (volatile unsigned char *) inst->__private->cursorMasks[ shmem->frame ];
186 StdFBShmem_t *shmem,
201 cursPtr = (volatile unsigned char *) inst->__private->cursorImages[ shmem->frame ];
202 maskPtr = (volatile unsigned char *) inst->__private->cursorMasks[ shmem->frame ];
227 StdFBShmem_t *shmem,
242 cursPtr = (volatile unsigned int *) inst->__private->cursorImages[ shmem
54 StdFBDisplayCursor555( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned short *vramPtr, unsigned int cursStart, unsigned int vramRow, unsigned int cursRow, int width, int height ) argument
134 StdFBDisplayCursor8P( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned char *vramPtr, unsigned int cursStart, unsigned int vramRow, unsigned int cursRow, int width, int height ) argument
184 StdFBDisplayCursor8G( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned char *vramPtr, unsigned int cursStart, unsigned int vramRow, unsigned int cursRow, int width, int height ) argument
225 StdFBDisplayCursor30Axxx( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned int *vramPtr, unsigned int cursStart, unsigned int vramRow, unsigned int cursRow, int width, int height ) argument
274 StdFBDisplayCursor32Axxx( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned int *vramPtr, unsigned int cursStart, unsigned int vramRow, unsigned int cursRow, int width, int height ) argument
322 StdFBRemoveCursor16( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned short *vramPtr, unsigned int vramRow, int width, int height ) argument
342 StdFBRemoveCursor8( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned char *vramPtr, unsigned int vramRow, int width, int height ) argument
362 StdFBRemoveCursor32( IOFramebuffer * inst, StdFBShmem_t *shmem, volatile unsigned int *vramPtr, unsigned int vramRow, int width, int height ) argument
[all...]
H A DIOFramebuffer.cpp440 #define CLEARSEMA(shmem, inst) \
444 OSSpinLockUnlock(&shmem->cursorSema)
446 #define SETSEMA(shmem) \
447 if (!OSSpinLockTry(&shmem->cursorSema)) return;
744 StdFBShmem_t *shmem = GetShmem(fb); \
746 SETSEMA(shmem); \
760 StdFBShmem_t *shmem = GetShmem(fb); \
761 SETSEMA(shmem); \
768 CLEARSEMA(shmem, fb);
872 StdFBShmem_t *shmem; local
922 StdFBShmem_t *shmem; local
963 StdFBShmem_t * shmem = GetShmem(inst); local
984 StdFBShmem_t * shmem = GetShmem(inst); local
1016 StdFBShmem_t *shmem; local
1030 StdFBShmem_t * shmem = GetShmem(inst); local
1161 StdFBShmem_t * shmem = GetShmem(this); local
2083 StdFBShmem_t *shmem = GetShmem(this); local
2149 StdFBShmem_t * shmem; local
2442 StdFBShmem_t * shmem; local
2892 StdFBShmem_t * shmem = GetShmem(inst); local
2953 StdFBShmem_t * shmem = GetShmem(inst); local
2991 StdFBShmem_t * shmem = GetShmem(this); local
3038 StdFBShmem_t *shmem = GetShmem(this); local
3059 transformLocation(StdFBShmem_t * shmem, IOGPoint * cursorLoc, IOGPoint * transformLoc) argument
3191 StdFBShmem_t * shmem = GetShmem(this); local
3214 StdFBShmem_t * shmem = GetShmem(inst); local
3276 StdFBShmem_t * shmem; local
3292 StdFBShmem_t *shmem; local
3309 StdFBShmem_t *shmem; local
3359 StdFBShmem_t * shmem; local
3394 transformCursor( StdFBShmem_t * shmem, IOIndex frame ) argument
3488 StdFBShmem_t * shmem; local
3537 StdFBShmem_t * shmem = GetShmem(this); local
5591 StdFBShmem_t * shmem = GetShmem(this); local
7334 StdFBShmem_t * shmem = GetShmem(this); local
[all...]
/macosx-10.10/IOKitUser-1050.1.21/
H A DTests.c122 IOGraphicsEngineContext * shmem; local
147 shmem = (IOGraphicsEngineContext *) vars[ 3 ];
148 srandom( shmem->reserved[0] );
154 shmem->reserved[0] = tself;
217 vm_address_t shmem, vram; local
285 &shmem, &shmemSize, TRUE)
288 fbshmem = (StdFBShmem_t *)shmem;
392 &shmem, &shmemSize, TRUE)
396 (shmem + ((EvOffsets *)shmem)
[all...]
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DWSTests.c122 IOGraphicsEngineContext * shmem; local
148 shmem = (IOGraphicsEngineContext *) vars[ 3 ];
149 srandom( shmem->reserved[0] );
155 shmem->reserved[0] = tself;
268 vm_address_t shmem, vram; local
357 &shmem, &shmemSize, TRUE)
360 fbshmem = (StdFBShmem_t *)shmem;
485 &shmem, &shmemSize, TRUE)
489 (shmem + ((EvOffsets *)shmem)
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h47 StdFBShmem_t *shmem,
57 StdFBShmem_t *shmem,
67 StdFBShmem_t *shmem,
77 StdFBShmem_t *shmem,
87 StdFBShmem_t *shmem,
97 StdFBShmem_t *shmem,
104 StdFBShmem_t *shmem,
112 StdFBShmem_t *shmem,
222 void transformLocation(StdFBShmem_t * shmem, IOGPoint * cursorLoc, IOGPoint * transformLoc);
223 void transformCursor(StdFBShmem_t * shmem, IOInde
[all...]
H A DIOFramebuffer.h37 void * shmem,
47 void * shmem,
/macosx-10.10/libmalloc-53.1.1/src/
H A Dstack_logging_disk.c174 stack_buffer_shared_memory *shmem; // shared memory member in struct:__anon9586
1326 cache->shmem = map_shared_memory_from_task(descriptors->remote_task, descriptors->remote_stack_buffer_shared_memory_address, sizeof(stack_buffer_shared_memory));
1327 if (! cache->shmem) {
1348 // correct delta_indecies for the pre-scanned amount and read the new data from disk and shmem.
1351 if (delta_indecies && cache->shmem) {
1356 } else if (cache->shmem) {
1363 if (cache->shmem && !update_snapshot) {
1364 update_snapshot = (cache->shmem->next_free_index_buffer_offset != cache->snapshot.next_free_index_buffer_offset);
1374 memcpy(&cache->snapshot, cache->shmem, sizeof(stack_buffer_shared_memory));
1379 if ((err = mach_vm_read(descriptors->remote_task, cache->shmem
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_oncore.c289 u_char *shmem; member in struct:instance
433 int shmem; member in struct:msg_desc
939 * shmem (so we won't lose our almanac if we need it).
959 oncore_log(instance, LOG_WARNING, "ONCORE: Can't open shmem");
970 mp->shmem = n;
998 l = mp->shmem;
1023 /* we now walk thru the two buffers (shmem_old and buf, soon to become shmem)
1047 oncore_log(instance, LOG_ERR, "ONCORE: error writing shmem");
1052 instance->shmem = (u_char *) mmap(0, shmem_length,
1059 if (instance->shmem
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtestutils.tcl1277 # in /dev/shmem that is zero-length, the envremove will
1279 # remove the zero-length entry from /dev/shmem. Remove it
1284 set region_files [glob -nocomplain /dev/shmem/$dir*]

Completed in 148 milliseconds