Searched refs:shmmax (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/sys/kern/ |
| HD | sysv_shm.c | 171 .shmmax = SHMMAX, 181 SYSCTL_ULONG(_kern_ipc, OID_AUTO, shmmax, CTLFLAG_RWTUN, &shminfo.shmmax, 0, 690 if (size < shminfo.shmmin || size > shminfo.shmmax) in shmget_allocate_segment() 937 if (shminfo.shmmax == SHMMAX) { in shminit() 940 shminfo.shmmax = shminfo.shmall * i; in shminit() 941 if ((shminfo.shmmax / shminfo.shmall) == (u_long)i) in shminit() 1492 CP(u.shminfo, u32.shminfo32, shmmax); in freebsd7_freebsd32_shmctl() 1578 CP(u.shminfo, u32.shminfo32, shmmax); in freebsd32_shmctl()
|
| /freebsd-13-stable/sys/compat/linux/ |
| HD | linux_ipc64.h | 145 l_ulong shmmax; member
|
| HD | linux_ipc.c | 80 l_int shmmax; member 111 lpp->shmmax = bpp->shmmax; in bsd_to_linux_shminfo() 476 linux_shminfo.shmmax = linux_shminfo64->shmmax; in linux_shminfo_pushdown()
|
| /freebsd-13-stable/sys/sys/ |
| HD | shm.h | 119 u_long shmmax; /* max shared memory segment size (bytes) */ member
|
| /freebsd-13-stable/sys/compat/freebsd32/ |
| HD | freebsd32_ipc.h | 122 uint32_t shmmax; member
|
| /freebsd-13-stable/usr.bin/ipcs/ |
| HD | ipc.c | 69 #define SHMINFO_XVEC X(shmmax, sizeof(u_long)) \
|
| HD | ipcs.c | 385 local_shminfo.shmmax); in print_kshmtotal()
|
| /freebsd-13-stable/sys/compat/linprocfs/ |
| HD | linprocfs.c | 1722 sbuf_printf(sb, "%lu\n", shminfo.shmmax); in linprocfs_doshmmax()
|