Searched refs:msgp (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/include/
H A Dadjtime.h45 struct msgbuf msgp; member in union:__anon4750
/freebsd-11-stable/contrib/ntp/libntp/
H A Dadjtime.c217 register MsgBuf *msgp = &msg; local
226 msgp->msgb.mtype = CLIENT;
227 msgp->msgb.tv = *delta;
229 msgp->msgb.code = DELTA2;
231 msgp->msgb.code = DELTA1;
237 if (msgsnd(mqid, &msgp->msgp, MSGSIZE, 0) == -1)
240 if (msgrcv(mqid, &msgp->msgp, MSGSIZE, SERVER, 0) == -1)
242 *olddelta = msgp
[all...]
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dpam_vprompt.c65 const struct pam_message *msgp; local
83 msgp = &msg;
85 r = (conv->conv)(1, &msgp, &rsp, conv->appdata_ptr);
/freebsd-11-stable/contrib/openpam/modules/pam_unix/
H A Dpam_unix.c72 const struct pam_message *msgp; local
96 msgp = &msg;
104 pam_err = (*conv->conv)(1, &msgp, &resp, conv->appdata_ptr);
/freebsd-11-stable/sys/kern/
H A Dsysv_msg.c750 const void *msgp; /* XXX msgp is actually mtext. */ member in struct:msgsnd_args
756 kern_msgsnd(struct thread *td, int msqid, const void *msgp, argument
1007 if ((error = copyin(msgp, &msgpool[next * msginfo.msgssz],
1019 msgp = (const char *)msgp + tlen;
1101 DPRINTF(("call to msgsnd(%d, %p, %zu, %d)\n", uap->msqid, uap->msgp,
1104 if ((error = copyin(uap->msgp, &mtype, sizeof(mtype))) != 0) {
1109 (const char *)uap->msgp + sizeof(mtype),
1116 void *msgp; member in struct:msgrcv_args
1124 kern_msgrcv(struct thread *td, int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg, long *mtype) argument
1775 const void *msgp; local
1792 void *msgp; local
[all...]
H A Dsystrace_args.c1157 uarg[1] = (intptr_t) p->msgp; /* const void * */
1167 uarg[1] = (intptr_t) p->msgp; /* void * */
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c118 _getshort(msgp)
119 register const u_char *msgp;
123 GETSHORT(u, msgp);
132 _getlong(msgp)
133 register const u_char *msgp;
137 GETLONG(u, msgp);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ipc.c653 const void *msgp; local
660 msgp = PTRIN(args->msgp);
661 if ((error = copyin(msgp, &lmtype, sizeof(lmtype))) != 0)
665 (const char *)msgp + sizeof(lmtype),
672 void *msgp; local
679 msgp = PTRIN(args->msgp);
681 (char *)msgp + sizeof(lmtype), args->msgsz,
685 return (copyout(&lmtype, msgp, sizeo
[all...]
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ipc.c162 void *msgp; member in struct:ibcs2_msgrcv_args
175 ap.msgp = uap->msgp;
185 void *msgp; member in struct:ibcs2_msgsnd_args
197 ap.msgp = uap->msgp;
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_ipc.c360 void * msgp; member in struct:svr4_sys_msgsnd_args
374 ap.msgp = uap->msgp;
384 void * msgp; member in struct:svr4_sys_msgrcv_args
399 ap.msgp = uap->msgp;
/freebsd-11-stable/contrib/ntp/adjtimed/
H A Dadjtimed.c219 if (msgrcv(mqid, &msg.msgp, MSGSIZE, CLIENT, 0) == -1) {
235 while (msgsnd(mqid, &msg.msgp, MSGSIZE, 0) == -1) {
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c245 l_uintptr_t msgp; member in struct:l_ipc_kludge
286 a.msgp = PTRIN(args->ptr);
306 a.msgp = PTRIN(tmp.msgp);
309 a.msgp = PTRIN(args->ptr);
H A Dlinux32_systrace_args.c2805 uarg[1] = (intptr_t) p->msgp; /* struct l_msgbuf * */
2815 uarg[1] = (intptr_t) p->msgp; /* struct l_msgbuf * */
H A Dlinux32_proto.h1419 char msgp_l_[PADL_(struct l_msgbuf *)]; struct l_msgbuf * msgp; char msgp_r_[PADR_(struct l_msgbuf *)]; member in struct:linux_msgsnd_args
1425 char msgp_l_[PADL_(struct l_msgbuf *)]; struct l_msgbuf * msgp; char msgp_r_[PADR_(struct l_msgbuf *)]; member in struct:linux_msgrcv_args
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_machdep.c123 struct l_msgbuf *msgp; member in struct:l_ipc_kludge
164 a.msgp = PTRIN(args->ptr);
184 a.msgp = PTRIN(tmp.msgp);
187 a.msgp = PTRIN(args->ptr);
H A Dlinux_systrace_args.c2881 uarg[1] = (intptr_t) p->msgp; /* struct l_msgbuf * */
2891 uarg[1] = (intptr_t) p->msgp; /* struct l_msgbuf * */
H A Dlinux_proto.h1437 char msgp_l_[PADL_(struct l_msgbuf *)]; struct l_msgbuf * msgp; char msgp_r_[PADR_(struct l_msgbuf *)]; member in struct:linux_msgsnd_args
1443 char msgp_l_[PADL_(struct l_msgbuf *)]; struct l_msgbuf * msgp; char msgp_r_[PADR_(struct l_msgbuf *)]; member in struct:linux_msgrcv_args
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp333 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { argument
335 msghdr *msg = (msghdr*)msgp;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1285 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \
1286 __sanitizer_syscall_pre_impl_msgsnd((long)(msqid), (long)(msgp), \
1288 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \
1289 __sanitizer_syscall_post_impl_msgsnd(res, (long)(msqid), (long)(msgp), \
1291 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \
1292 __sanitizer_syscall_pre_impl_msgrcv((long)(msqid), (long)(msgp), \
1295 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \
1297 __sanitizer_syscall_post_impl_msgrcv(res, (long)(msqid), (long)(msgp), \
2731 void __sanitizer_syscall_pre_impl_msgsnd(long msqid, long msgp, long msgsz,
2733 void __sanitizer_syscall_post_impl_msgsnd(long res, long msqid, long msgp,
[all...]
H A Dnetbsd_syscall_hooks.h1153 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \
1154 __sanitizer_syscall_pre_impl_msgsnd((long long)(msqid), (long long)(msgp), \
1156 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \
1158 (long long)(msgp), (long long)(msgsz), \
1160 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \
1161 __sanitizer_syscall_pre_impl_msgrcv((long long)(msqid), (long long)(msgp), \
1164 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \
1167 res, (long long)(msqid), (long long)(msgp), (long long)(msgsz), \
3621 void __sanitizer_syscall_pre_impl_msgsnd(long long msqid, long long msgp,
3624 long long msgp, lon
[all...]
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_proto.h196 char msgp_l_[PADL_(void *)]; void * msgp; char msgp_r_[PADR_(void *)]; member in struct:freebsd32_msgsnd_args
202 char msgp_l_[PADL_(void *)]; void * msgp; char msgp_r_[PADR_(void *)]; member in struct:freebsd32_msgrcv_args
H A Dfreebsd32_systrace_args.c1127 uarg[1] = (intptr_t) p->msgp; /* void * */
1137 uarg[1] = (intptr_t) p->msgp; /* void * */
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c617 uarg[1] = (intptr_t) p->msgp; /* struct l_msgbuf * */
627 uarg[1] = (intptr_t) p->msgp; /* struct l_msgbuf * */
H A Dlinux_proto.h324 char msgp_l_[PADL_(struct l_msgbuf *)]; struct l_msgbuf * msgp; char msgp_r_[PADR_(struct l_msgbuf *)]; member in struct:linux_msgsnd_args
330 char msgp_l_[PADL_(struct l_msgbuf *)]; struct l_msgbuf * msgp; char msgp_r_[PADR_(struct l_msgbuf *)]; member in struct:linux_msgrcv_args
/freebsd-11-stable/sys/dev/de/
H A Dif_de.c3741 const char * const *msgp = tulip_status_bits; local
3749 for (sep = " ", mask = 1; mask <= csr; mask <<= 1, msgp++) {
3750 if ((csr & mask) && *msgp != NULL) {
3751 printf("%s%s", sep, *msgp);

Completed in 540 milliseconds

12