Searched refs:msg_lspid (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/sys/ |
H A D | msg.h | 71 pid_t msg_lspid; /* pid of last msgsnd() */ member 96 pid_t msg_lspid; /* pid of last msgsnd() */ member
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_ipc.h | 74 pid_t msg_lspid; member 159 pid_t msg_lspid; member
|
/freebsd/sys/compat/linux/ |
H A D | linux_ipc.c | 167 l_pid_t msg_lspid; /* pid of last msgsnd */ member 252 bsp->msg_lspid = lsp->msg_lspid; in linux_to_bsd_msqid_ds() 267 lsp->msg_lspid = bsp->msg_lspid; in bsd_to_linux_msqid_ds() 352 linux_msqid.msg_lspid = linux_msqid64->msg_lspid; in linux_msqid_pushdown()
|
H A D | linux_ipc64.h | 85 l_pid_t msg_lspid; /* pid of last msgsnd */ member
|
/freebsd/sys/kern/ |
H A D | sysv_msg.c | 734 msqkptr->u.msg_lspid = 0; in sys_msgget() 1088 msqkptr->u.msg_lspid = td->td_proc->p_pid; in kern_msgsnd() 1448 CP(tmsqk, tmsqk32, u.msg_lspid); in sysctl_msqids() 1751 CP(msqbuf32, msqbuf, msg_lspid); in freebsd7_freebsd32_msgctl() 1768 CP(msqbuf, msqbuf32, msg_lspid); in freebsd7_freebsd32_msgctl() 1796 CP(msqbuf32, msqbuf, msg_lspid); in freebsd32_msgctl() 1812 CP(msqbuf, msqbuf32, msg_lspid); in freebsd32_msgctl() 1921 CP(msqold, msqbuf, msg_lspid); in freebsd7_msgctl() 1938 CP(msqbuf, msqold, msg_lspid); in freebsd7_msgctl()
|
/freebsd/tools/regression/sysvmsg/ |
H A D | msgtest.c | 270 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_msgget.c | 171 ATF_CHECK(msgds.msg_lspid == 0); in ATF_TC_BODY()
|
H A D | t_msgctl.c | 220 if (pid != msgds.msg_lspid) in ATF_TC_BODY()
|
/freebsd/usr.bin/ipcs/ |
H A D | ipcs.c | 366 kmsqptr->u.msg_lspid, in print_kmsqptr()
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_sysv.c | 322 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()
|
/freebsd/sys/compat/linprocfs/ |
H A D | linprocfs.c | 2120 msqids[id].u.msg_lspid, in linprocfs_dosysvipc_msg()
|