Searched refs:shmmax (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/kern/ |
H A D | sysv_shm.c | 172 .shmmax = SHMMAX, 182 SYSCTL_ULONG(_kern_ipc, OID_AUTO, shmmax, CTLFLAG_RWTUN, &shminfo.shmmax, 0, 691 if (size < shminfo.shmmin || size > shminfo.shmmax) in shmget_allocate_segment() 965 if (shminfo.shmmax == SHMMAX) { in shminit() 968 shminfo.shmmax = shminfo.shmall * i; in shminit() 969 if ((shminfo.shmmax / shminfo.shmall) == (u_long)i) in shminit() 1522 CP(u.shminfo, u32.shminfo32, shmmax); in freebsd7_freebsd32_shmctl() 1608 CP(u.shminfo, u32.shminfo32, shmmax); in freebsd32_shmctl()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ipc.c | 79 l_int shmmax; member 110 lpp->shmmax = bpp->shmmax; in bsd_to_linux_shminfo() 475 linux_shminfo.shmmax = linux_shminfo64->shmmax; in linux_shminfo_pushdown()
|
H A D | linux_ipc64.h | 149 l_ulong shmmax; member
|
/freebsd/sys/sys/ |
H A D | shm.h | 119 u_long shmmax; /* max shared memory segment size (bytes) */ member
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_ipc.h | 122 uint32_t shmmax; member
|
/freebsd/usr.bin/ipcs/ |
H A D | ipc.c | 68 #define SHMINFO_XVEC X(shmmax, sizeof(u_long)) \
|
H A D | ipcs.c | 384 local_shminfo.shmmax); in print_kshmtotal()
|
/freebsd/sys/compat/linprocfs/ |
H A D | linprocfs.c | 1717 sbuf_printf(sb, "%lu\n", shminfo.shmmax); in linprocfs_doshmmax()
|