Searched refs:msg_lrpid (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | msg.h | 73 pid_t msg_lrpid; /* pid of last msgrcv() */ member 98 pid_t msg_lrpid; /* pid of last msgrcv() */ member
|
| /freebsd-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_ipc.h | 77 pid_t msg_lrpid; member 162 pid_t msg_lrpid; member
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_ipc.c | 172 l_pid_t msg_lrpid; /* last receive pid */ member 257 bsp->msg_lrpid = lsp->msg_lrpid; in linux_to_bsd_msqid_ds() 272 lsp->msg_lrpid = bsp->msg_lrpid; in bsd_to_linux_msqid_ds() 360 linux_msqid.msg_lrpid = linux_msqid64->msg_lrpid; in linux_msqid_pushdown()
|
| H A D | linux_ipc64.h | 88 l_pid_t msg_lrpid; /* last receive pid */ member
|
| /freebsd-13.1/sys/kern/ |
| H A D | sysv_msg.c | 738 msqkptr->u.msg_lrpid = 0; in sys_msgget() 1338 msqkptr->u.msg_lrpid = td->td_proc->p_pid; in kern_msgrcv() 1452 CP(tmsqk, tmsqk32, u.msg_lrpid); in sysctl_msqids() 1721 CP(msqbuf32, msqbuf, msg_lrpid); in freebsd7_freebsd32_msgctl() 1738 CP(msqbuf, msqbuf32, msg_lrpid); in freebsd7_freebsd32_msgctl() 1766 CP(msqbuf32, msqbuf, msg_lrpid); in freebsd32_msgctl() 1782 CP(msqbuf, msqbuf32, msg_lrpid); in freebsd32_msgctl() 1891 CP(msqold, msqbuf, msg_lrpid); in freebsd7_msgctl() 1908 CP(msqbuf, msqold, msg_lrpid); in freebsd7_msgctl()
|
| /freebsd-13.1/tools/regression/sysvmsg/ |
| H A D | msgtest.c | 272 mp->msg_lrpid); in print_msqid_ds()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_msgget.c | 172 ATF_CHECK(msgds.msg_lrpid == 0); in ATF_TC_BODY()
|
| H A D | t_msgctl.c | 241 if (pid != msgds.msg_lrpid) in ATF_TC_BODY()
|
| /freebsd-13.1/usr.bin/ipcs/ |
| H A D | ipcs.c | 370 kmsqptr->u.msg_lrpid); in print_kmsqptr()
|
| /freebsd-13.1/contrib/netbsd-tests/kernel/ |
| H A D | t_sysv.c | 367 mp->msg_lrpid); in print_msqid_ds()
|