Searched defs:shmid (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/libXext-1.3.1/X11/extensions/
H A DXShm.h52 int shmid; /* kernel id */ member in struct:__anon3585
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dshmint.h65 int shmid; member in struct:_ShmDesc
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dshmint.h65 int shmid; member in struct:_ShmDesc
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dshmint.h65 int shmid; member in struct:_ShmDesc
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXShm.h67 int shmid; /* kernel id */ member in struct:__anon2604
/vbox/src/recompiler/tests/
H A Dlinux-test.c522 int shmid; local
524 shmid = chk_error(shmget(IPC_PRIVATE, SHM_SIZE, IPC_CREAT | 0777));
525 ptr = shmat(shmid, NULL, 0);
531 chk_error(shmctl(shmid, IPC_RMID, 0));

Completed in 36 milliseconds