Searched refs:shmctl (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 493 #undef shmctl macro 494 #define shmctl(a,b,c) xf86shmctl(a,b,c) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 493 #undef shmctl macro 494 #define shmctl(a,b,c) xf86shmctl(a,b,c) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 499 #undef shmctl macro 500 #define shmctl(a,b,c) xf86shmctl(a,b,c) macro
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 449 #undef shmctl macro 450 #define shmctl(a,b,c) xf86shmctl(a,b,c) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 497 #undef shmctl macro 498 #define shmctl(a,b,c) xf86shmctl(a,b,c) macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | uxshm.c | 273 urc = shmctl( id, IPC_RMID, NULL ); 278 ("_MD_DeleteSharedMemory(): shmctl() failed on name: %s", ipcname ));
|
/vbox/src/recompiler/tests/ |
H A D | linux-test.c | 531 chk_error(shmctl(shmid, IPC_RMID, 0));
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | glx.c | 2148 shmctl(stub.xshmSI.shmid, IPC_RMID, 0); 2156 shmctl(stub.xshmSI.shmid, IPC_RMID, 0); 2170 shmctl(stub.xshmSI.shmid, IPC_RMID, 0);
|
H A D | load.c | 349 shmctl(stub.xshmSI.shmid, IPC_RMID, 0);
|
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | vms_x_fix.h | 1074 #define shmctl SHMCTL macro
|
Completed in 253 milliseconds