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

/freebsd-10.3-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.3-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.3-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.3-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.3-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.3-release/sys/amd64/linux/
H A Dlinux_ipc64.h125 l_ulong shm_nattch; /* no. of current attaches */ member in struct:l_shmid64_ds
/freebsd-10.3-release/sys/kern/
H A Dsysv_shm.c266 if ((--shmseg->u.shm_nattch <= 0) &&
402 shmseg->u.shm_nattch++;
517 if (shmseg->u.shm_nattch <= 0) {
701 shmseg->u.shm_lpid = shmseg->u.shm_nattch = 0;
764 shmsegs[IPCID_TO_IX(shmmap_s->shmid)].u.shm_nattch++;
951 short shm_nattch; /* no. of current attaches */ member in struct:oshmid_ds
1000 outbuf.shm_nattch = shmseg->u.shm_nattch;
1120 CP(u32.shmid_ds32, u.shmid_ds, shm_nattch);
1161 CP(u.shmid_ds, u32.shmid_ds32, shm_nattch);
[all...]
/freebsd-10.3-release/sys/compat/svr4/
H A Dsvr4_ipc.h123 u_long shm_nattch; member in struct:svr4_shmid_ds
H A Dsvr4_ipc.c524 sds->shm_nattch = bds->shm_nattch;
540 bds->shm_nattch = sds->shm_nattch;
/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_ipc.c190 l_short shm_nattch; member in struct:l_shmid_ds
226 bsp->shm_nattch = lsp->shm_nattch;
243 if (bsp->shm_nattch > SHRT_MAX)
244 lsp->shm_nattch = SHRT_MAX;
246 lsp->shm_nattch = bsp->shm_nattch;
429 * XXX: This is backwards and loses information in shm_nattch
449 linux_shmid64.shm_nattch = linux_shmid->shm_nattch;
[all...]
/freebsd-10.3-release/tools/regression/sysvshm/
H A Dshmtest.c236 sp->shm_nattch);
/freebsd-10.3-release/usr.bin/ipcs/
H A Dipcs.c452 kshmptr->u.shm_nattch);
/freebsd-10.3-release/contrib/netbsd-tests/kernel/
H A Dt_sysv.c806 sp->shm_nattch);

Completed in 163 milliseconds