Home
last modified time | relevance | path

Searched refs:shm_lpid (Results 1 – 16 of 16) sorted by relevance

/freebsd-13-stable/sys/sys/
HDshm.h90 pid_t shm_lpid; /* process ID of last shared memory op */ member
105 pid_t shm_lpid; /* process ID of last shared memory op */ member
/freebsd-13-stable/sys/compat/linux/
HDlinux_ipc.c190 l_ushort shm_lpid; member
223 bsp->shm_lpid = lsp->shm_lpid; in linux_to_bsd_shmid_ds()
237 lsp->shm_lpid = bsp->shm_lpid; in bsd_to_linux_shmid_ds()
450 linux_shmid.shm_lpid = linux_shmid64->shm_lpid; in linux_shmid_pushdown()
459 linux_shmid.shm_lpid != linux_shmid64->shm_lpid || in linux_shmid_pushdown()
HDlinux_ipc64.h138 l_pid_t shm_lpid; /* pid of last operator */ member
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_ipc.h95 pid_t shm_lpid; member
173 pid_t shm_lpid; member
/freebsd-13-stable/sys/kern/
HDsysv_shm.c459 shmseg->u.shm_lpid = p->p_pid; in kern_shmat_locked()
755 shmseg->u.shm_lpid = shmseg->u.shm_nattch = 0; in shmget_allocate_segment()
1066 CP(tshmseg, tshmseg32, u.shm_lpid); in sysctl_shmsegs()
1310 u_short shm_lpid; /* pid, last operation */ member
1361 outbuf.shm_lpid = shmseg->u.shm_lpid; in oshmctl()
1477 CP(u32.shmid_ds32, u.shmid_ds, shm_lpid); in freebsd7_freebsd32_shmctl()
1519 CP(u.shmid_ds, u32.shmid_ds32, shm_lpid); in freebsd7_freebsd32_shmctl()
1563 CP(u32.shmid_ds32, u.shmid_ds, shm_lpid); in freebsd32_shmctl()
1604 CP(u.shmid_ds, u32.shmid_ds32, shm_lpid); in freebsd32_shmctl()
1657 CP(old, buf, shm_lpid); in freebsd7_shmctl()
[all …]
/freebsd-13-stable/tools/regression/sysvshm/
HDshmtest.c234 (u_long)sp->shm_segsz, sp->shm_lpid, sp->shm_cpid, in print_shmid_ds()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_solaris.h79 int shm_lpid; // pid_t member
HDsanitizer_platform_limits_posix.h262 int shm_lpid; member
294 int shm_lpid; member
HDsanitizer_platform_limits_solaris.cpp312 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_lpid);
HDsanitizer_platform_limits_freebsd.h139 unsigned int shm_lpid; member
HDsanitizer_platform_limits_freebsd.cpp519 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_lpid);
HDsanitizer_platform_limits_posix.cpp1226 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_lpid);
HDsanitizer_platform_limits_netbsd.h123 u32 shm_lpid; member
HDsanitizer_platform_limits_netbsd.cpp2654 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_lpid);
/freebsd-13-stable/usr.bin/ipcs/
HDipcs.c448 kshmptr->u.shm_lpid); in print_kshmptr()
/freebsd-13-stable/contrib/netbsd-tests/kernel/
HDt_sysv.c812 (u_long)sp->shm_segsz, sp->shm_lpid, sp->shm_cpid, in print_shmid_ds()