Searched refs:shm_nattch (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_ipc.h80 u_short shm_nattch; member in struct:ibcs2_shmid_ds
H A Dibcs2_ipc.c419 if (bp->shm_nattch > SHRT_MAX)
420 ibp->shm_nattch = SHRT_MAX;
422 ibp->shm_nattch = bp->shm_nattch;
439 bp->shm_nattch = ibp->shm_nattch;
/freebsd-10.0-release/sys/sys/
H A Dshm.h85 short shm_nattch; /* number of current attaches */ member in struct:shmid_ds_old
98 int shm_nattch; /* number of current attaches */ member in struct:shmid_ds
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h75 int shm_nattch; member in struct:shmid_ds32
144 int16_t shm_nattch; member in struct:shmid_ds32_old
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_ipc64.h128 l_ulong shm_nattch; /* no. of current attaches */ member in struct:l_shmid64_ds
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_ipc64.h128 l_ulong shm_nattch; /* no. of current attaches */ member in struct:l_shmid64_ds
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_ipc.h123 u_long shm_nattch; member in struct:svr4_shmid_ds
H A Dsvr4_ipc.c531 sds->shm_nattch = bds->shm_nattch;
547 bds->shm_nattch = sds->shm_nattch;
/freebsd-10.0-release/sys/kern/
H A Dsysv_shm.c274 if ((--shmseg->u.shm_nattch <= 0) &&
428 shmseg->u.shm_nattch++;
535 if (shmseg->u.shm_nattch <= 0) {
724 shmseg->u.shm_lpid = shmseg->u.shm_nattch = 0;
798 shmsegs[IPCID_TO_IX(shmmap_s->shmid)].u.shm_nattch++;
976 short shm_nattch; /* no. of current attaches */ member in struct:oshmid_ds
1019 outbuf.shm_nattch = shmseg->u.shm_nattch;
1149 CP(u32.shmid_ds32, u.shmid_ds, shm_nattch);
1190 CP(u.shmid_ds, u32.shmid_ds32, shm_nattch);
[all...]
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_ipc.c200 l_short shm_nattch; member in struct:l_shmid_ds
236 bsp->shm_nattch = lsp->shm_nattch;
253 if (bsp->shm_nattch > SHRT_MAX)
254 lsp->shm_nattch = SHRT_MAX;
256 lsp->shm_nattch = bsp->shm_nattch;
439 * XXX: This is backwards and loses information in shm_nattch
459 linux_shmid64.shm_nattch = linux_shmid->shm_nattch;
[all...]
/freebsd-10.0-release/tools/regression/sysvshm/
H A Dshmtest.c245 sp->shm_nattch);
/freebsd-10.0-release/usr.bin/ipcs/
H A Dipcs.c452 kshmptr->u.shm_nattch);

Completed in 269 milliseconds