HomeSort by: relevance | last modified time | path
    Searched refs:shm_nattch (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/compat/sys/
shm.h 48 short shm_nattch; /* number of current attaches */ member in struct:shmid_ds14
60 shmatt_t shm_nattch; /* number of current attaches */ member in struct:shmid_ds13
81 uint32_t shm_nattch; member in struct:shmid_ds_sysctl50
103 CVT(shm_nattch);
122 CVT(shm_nattch);
140 CVT(shm_nattch);
159 CVT(shm_nattch);
  /src/sys/sys/
shm.h 104 shmatt_t shm_nattch; /* number of current attaches */ member in struct:shmid_ds
153 uint32_t shm_nattch; member in struct:shmid_ds_sysctl
194 (dst).shm_nattch = (src).shm_nattch; \
  /src/sys/kern/
sysv_shm.c 218 if ((--shmseg->shm_nattch <= 0) &&
445 shmseg->shm_nattch++;
541 shmbuf->shm_nattch = shmseg->shm_nattch;
561 if (shmseg->shm_nattch <= 0) {
753 shmseg->shm_lpid = shmseg->shm_nattch = 0;
789 shmsegs[IPCID_TO_IX(shmmap_se->shmid)].shm_nattch++;
813 shmsegs[IPCID_TO_IX(shmmap_se->shmid)].shm_nattch--;
  /src/sys/compat/linux/common/
linux_ipc.c 507 bsp->shm_nattch = lsp->l_shm_nattch;
521 bsp->shm_nattch = lsp->l_shm_nattch;
536 lsp->l_shm_nattch = bsp->shm_nattch;
551 lsp->l_shm_nattch = bsp->shm_nattch;
  /src/sys/compat/netbsd32/
netbsd32_compat_14_sysv.c 174 CVT(shm_nattch);
192 CVT(shm_nattch);
netbsd32_conv.h 691 dsp->shm_nattch = ds32p->shm_nattch;
707 dsp->shm_nattch = ds32p->shm_nattch;
723 ds32p->shm_nattch = dsp->shm_nattch;
739 ds32p->shm_nattch = dsp->shm_nattch;
netbsd32.h 653 shmatt_t shm_nattch; /* number of current attaches */ member in struct:netbsd32_shmid_ds
666 shmatt_t shm_nattch; /* number of current attaches */ member in struct:netbsd32_shmid_ds50
679 short shm_nattch; /* number of current attaches */ member in struct:netbsd32_shmid_ds14
  /src/sys/compat/linux32/common/
linux32_ipccall.c 564 lsp->l_shm_nattch = bsp->shm_nattch;
578 bsp->shm_nattch = lsp->l_shm_nattch;
593 lsp->l_shm_nattch = bsp->shm_nattch;
607 bsp->shm_nattch = lsp->l_shm_nattch;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.h 106 short shm_nattch; member in struct:__sanitizer::__sanitizer_shmid_ds
sanitizer_platform_limits_solaris.h 81 unsigned long shm_nattch; // shmatt_t member in struct:__sanitizer::__sanitizer_shmid_ds
sanitizer_platform_limits_freebsd.h 123 int shm_nattch; member in struct:__sanitizer::__sanitizer_shmid_ds
sanitizer_platform_limits_openbsd.cc 246 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_nattch);
sanitizer_platform_limits_posix.h 257 unsigned long shm_nattch; member in struct:__sanitizer::__sanitizer_shmid_ds
290 u64 shm_nattch; member in struct:__sanitizer::__sanitizer_shmid_ds
294 uptr shm_nattch; member in struct:__sanitizer::__sanitizer_shmid_ds
sanitizer_platform_limits_solaris.cc 311 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_nattch);
sanitizer_platform_limits_freebsd.cc 473 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_nattch);
sanitizer_platform_limits_posix.cc 1145 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_nattch);
sanitizer_platform_limits_netbsd.h 132 unsigned int shm_nattch; member in struct:__sanitizer::__sanitizer_shmid_ds
sanitizer_platform_limits_netbsd.cc 2469 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_nattch);
  /src/tests/kernel/
t_sysv.c 725 sp->shm_nattch);
  /src/usr.bin/ipcs/
ipcs.c 588 shmptr->shm_nattch,
  /src/sys/miscfs/procfs/
procfs_linux.c 892 shmsegs[id].shm_nattch,

Completed in 38 milliseconds