Searched refs:shminfo (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/bits/
H A Dshm.h78 struct shminfo struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dshm.h57 struct shminfo { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/bits/
H A Dshm.h78 struct shminfo struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/bits/
H A Dshm.h78 struct shminfo struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dshm.h57 struct shminfo { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dshm.h57 struct shminfo { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavdevice/
H A Dx11grab.c69 XShmSegmentInfo shminfo; /**< When using XShm, keeps track of XShm infos */ member in struct:x11_grab
134 &x11grab->shminfo,
136 x11grab->shminfo.shmid = shmget(IPC_PRIVATE,
139 if (x11grab->shminfo.shmid == -1) {
143 x11grab->shminfo.shmaddr = image->data = shmat(x11grab->shminfo.shmid, 0, 0);
144 x11grab->shminfo.readOnly = False;
146 if (!XShmAttach(dpy, &x11grab->shminfo)) {
413 XShmDetach(x11grab->dpy, &x11grab->shminfo);
414 shmdt(x11grab->shminfo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavdevice/
H A Dx11grab.c69 XShmSegmentInfo shminfo; /**< When using XShm, keeps track of XShm infos */ member in struct:x11_grab
134 &x11grab->shminfo,
136 x11grab->shminfo.shmid = shmget(IPC_PRIVATE,
139 if (x11grab->shminfo.shmid == -1) {
143 x11grab->shminfo.shmaddr = image->data = shmat(x11grab->shminfo.shmid, 0, 0);
144 x11grab->shminfo.readOnly = False;
146 if (!XShmAttach(dpy, &x11grab->shminfo)) {
413 XShmDetach(x11grab->dpy, &x11grab->shminfo);
414 shmdt(x11grab->shminfo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavdevice/
H A Dx11grab.c69 XShmSegmentInfo shminfo; /**< When using XShm, keeps track of XShm infos */ member in struct:x11_grab
134 &x11grab->shminfo,
136 x11grab->shminfo.shmid = shmget(IPC_PRIVATE,
139 if (x11grab->shminfo.shmid == -1) {
143 x11grab->shminfo.shmaddr = image->data = shmat(x11grab->shminfo.shmid, 0, 0);
144 x11grab->shminfo.readOnly = False;
146 if (!XShmAttach(dpy, &x11grab->shminfo)) {
413 XShmDetach(x11grab->dpy, &x11grab->shminfo);
414 shmdt(x11grab->shminfo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dshm.h68 struct shminfo { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dshm.h68 struct shminfo { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/
H A Dipcs.c123 struct shminfo shminfo; local
136 if ((shmctl(0, IPC_INFO, (struct shmid_ds *) (void *) &shminfo)) < 0)
139 of struct shminfo; glibc 2.1.91 has unsigned long; ach */
144 (unsigned long) shminfo.shmmni,
145 (unsigned long) (shminfo.shmmax >> 10),
146 (unsigned long) shminfo.shmall,
147 (unsigned long) shminfo.shmmin);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/
H A Dipcs.c123 struct shminfo shminfo; local
136 if ((shmctl(0, IPC_INFO, (struct shmid_ds *) (void *) &shminfo)) < 0)
139 of struct shminfo; glibc 2.1.91 has unsigned long; ach */
144 (unsigned long) shminfo.shmmni,
145 (unsigned long) (shminfo.shmmax >> 10),
146 (unsigned long) shminfo.shmall,
147 (unsigned long) shminfo.shmmin);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/
H A Dipcs.c123 struct shminfo shminfo; local
136 if ((shmctl(0, IPC_INFO, (struct shmid_ds *) (void *) &shminfo)) < 0)
139 of struct shminfo; glibc 2.1.91 has unsigned long; ach */
144 (unsigned long) shminfo.shmmni,
145 (unsigned long) (shminfo.shmmax >> 10),
146 (unsigned long) shminfo.shmall,
147 (unsigned long) shminfo.shmmin);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/ipc/
H A Dshm.c526 struct shminfo out;
653 struct shminfo64 shminfo; local
659 memset(&shminfo, 0, sizeof(shminfo));
660 shminfo.shmmni = shminfo.shmseg = ns->shm_ctlmni;
661 shminfo.shmmax = ns->shm_ctlmax;
662 shminfo.shmall = ns->shm_ctlall;
664 shminfo.shmmin = SHMMIN;
665 if(copy_shminfo_to_user (buf, &shminfo, versio
[all...]
H A Dcompat.c559 struct shminfo __user *up)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/ipc/
H A Dshm.c526 struct shminfo out;
653 struct shminfo64 shminfo; local
659 memset(&shminfo, 0, sizeof(shminfo));
660 shminfo.shmmni = shminfo.shmseg = ns->shm_ctlmni;
661 shminfo.shmmax = ns->shm_ctlmax;
662 shminfo.shmall = ns->shm_ctlall;
664 shminfo.shmmin = SHMMIN;
665 if(copy_shminfo_to_user (buf, &shminfo, versio
[all...]
H A Dcompat.c559 struct shminfo __user *up)

Completed in 111 milliseconds