Searched refs:shm_lpid (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_ipc.h78 u_short shm_lpid; member in struct:ibcs2_shmid_ds
H A Dibcs2_ipc.c417 ibp->shm_lpid = bp->shm_lpid;
437 bp->shm_lpid = ibp->shm_lpid;
/freebsd-10.0-release/sys/sys/
H A Dshm.h83 pid_t shm_lpid; /* process ID of last shared memory op */ member in struct:shmid_ds_old
96 pid_t shm_lpid; /* process ID of last shared memory op */ member in struct:shmid_ds
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h73 pid_t shm_lpid; member in struct:shmid_ds32
142 pid_t shm_lpid; member in struct:shmid_ds32_old
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_ipc64.h127 l_pid_t shm_lpid; /* pid of last operator */ member in struct:l_shmid64_ds
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_ipc64.h127 l_pid_t shm_lpid; /* pid of last operator */ member in struct:l_shmid64_ds
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_ipc.h121 svr4_pid_t shm_lpid; member in struct:svr4_shmid_ds
H A Dsvr4_ipc.c528 sds->shm_lpid = bds->shm_lpid;
545 bds->shm_lpid = sds->shm_lpid;
/freebsd-10.0-release/sys/kern/
H A Dsysv_shm.c426 shmseg->u.shm_lpid = p->p_pid;
724 shmseg->u.shm_lpid = shmseg->u.shm_nattch = 0;
975 u_short shm_lpid; /* pid, last operation */ member in struct:oshmid_ds
1018 outbuf.shm_lpid = shmseg->u.shm_lpid;
1147 CP(u32.shmid_ds32, u.shmid_ds, shm_lpid);
1188 CP(u.shmid_ds, u32.shmid_ds32, shm_lpid);
1232 CP(u32.shmid_ds32, u.shmid_ds, shm_lpid);
1273 CP(u.shmid_ds, u32.shmid_ds32, shm_lpid);
1332 CP(old, buf, shm_lpid);
[all...]
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_ipc.c199 l_ushort shm_lpid; member in struct:l_shmid_ds
234 bsp->shm_lpid = lsp->shm_lpid;
251 lsp->shm_lpid = bsp->shm_lpid;
458 linux_shmid64.shm_lpid = linux_shmid->shm_lpid;
/freebsd-10.0-release/tools/regression/sysvshm/
H A Dshmtest.c244 (u_long)sp->shm_segsz, sp->shm_lpid, sp->shm_cpid,
/freebsd-10.0-release/usr.bin/ipcs/
H A Dipcs.c461 kshmptr->u.shm_lpid);

Completed in 226 milliseconds