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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dx11grab.c72 XShmSegmentInfo shminfo; /**< When using XShm, keeps track of XShm infos */ member in struct:x11_grab
136 &x11grab->shminfo,
138 x11grab->shminfo.shmid = shmget(IPC_PRIVATE,
141 if (x11grab->shminfo.shmid == -1) {
145 x11grab->shminfo.shmaddr = image->data = shmat(x11grab->shminfo.shmid, 0, 0);
146 x11grab->shminfo.readOnly = False;
148 if (!XShmAttach(dpy, &x11grab->shminfo)) {
502 XShmDetach(x11grab->dpy, &x11grab->shminfo);
503 shmdt(x11grab->shminfo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dshm.h58 struct shminfo { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dipcs.c127 struct shminfo shminfo; local
140 if ((shmctl(0, IPC_INFO, (struct shmid_ds *) (void *) &shminfo)) < 0)
143 of struct shminfo; glibc 2.1.91 has unsigned long; ach */
148 (unsigned long) shminfo.shmmni,
149 (unsigned long) (shminfo.shmmax >> 10),
150 (unsigned long) shminfo.shmall,
151 (unsigned long) shminfo.shmmin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dshm.c530 struct shminfo out;
598 struct shminfo64 shminfo; local
604 memset(&shminfo,0,sizeof(shminfo));
605 shminfo.shmmni = shminfo.shmseg = ns->shm_ctlmni;
606 shminfo.shmmax = ns->shm_ctlmax;
607 shminfo.shmall = ns->shm_ctlall;
609 shminfo.shmmin = SHMMIN;
610 if(copy_shminfo_to_user (buf, &shminfo, versio
[all...]
H A Dcompat.c556 struct shminfo __user *up)

Completed in 116 milliseconds