Home
last modified time | relevance | path

Searched refs:msg_lspid (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/sys/
H A Dmsg.h71 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 Dfreebsd32_ipc.h74 pid_t msg_lspid; member
159 pid_t msg_lspid; member
/freebsd/sys/compat/linux/
H A Dlinux_ipc.c167 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 Dlinux_ipc64.h85 l_pid_t msg_lspid; /* pid of last msgsnd */ member
/freebsd/sys/kern/
H A Dsysv_msg.c734 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 Dmsgtest.c270 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgget.c171 ATF_CHECK(msgds.msg_lspid == 0); in ATF_TC_BODY()
H A Dt_msgctl.c220 if (pid != msgds.msg_lspid) in ATF_TC_BODY()
/freebsd/usr.bin/ipcs/
H A Dipcs.c366 kmsqptr->u.msg_lspid, in print_kmsqptr()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_sysv.c322 mp->msg_qnum, (u_long)mp->msg_qbytes, mp->msg_lspid, in print_msqid_ds()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c2120 msqids[id].u.msg_lspid, in linprocfs_dosysvipc_msg()