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

/freebsd-9.3-release/contrib/ntp/include/
H A Dadjtime.h45 struct msgbuf msgp; member in union:__anon1
/freebsd-9.3-release/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-9.3-release/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-9.3-release/sys/compat/linux/
H A Dlinux_ipc.h61 struct l_msgbuf *msgp; member in struct:linux_msgrcv_args
70 struct l_msgbuf *msgp; member in struct:linux_msgsnd_args
H A Dlinux_ipc.c619 const void *msgp; local
626 msgp = PTRIN(args->msgp);
627 if ((error = copyin(msgp, &lmtype, sizeof(lmtype))) != 0)
631 (const char *)msgp + sizeof(lmtype),
638 void *msgp; local
645 msgp = PTRIN(args->msgp);
647 (char *)msgp + sizeof(lmtype), args->msgsz,
651 return (copyout(&lmtype, msgp, sizeo
[all...]
/freebsd-9.3-release/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-9.3-release/sys/kern/
H A Dsysv_msg.c674 const void *msgp; member in struct:msgsnd_args
680 kern_msgsnd(td, msqid, msgp, msgsz, msgflg, mtype)
683 const void *msgp; /* XXX msgp is actually mtext. */
927 if ((error = copyin(msgp, &msgpool[next * msginfo.msgssz],
939 msgp = (const char *)msgp + tlen;
1023 DPRINTF(("call to msgsnd(%d, %p, %zu, %d)\n", uap->msqid, uap->msgp,
1026 if ((error = copyin(uap->msgp, &mtype, sizeof(mtype))) != 0) {
1031 (const char *)uap->msgp
1038 void *msgp; member in struct:msgrcv_args
1462 const void *msgp; local
1479 void *msgp; local
[all...]
H A Dsystrace_args.c1225 uarg[1] = (intptr_t) p->msgp; /* const void * */
1235 uarg[1] = (intptr_t) p->msgp; /* void * */
/freebsd-9.3-release/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-9.3-release/sys/compat/svr4/
H A Dsvr4_ipc.c378 void * msgp; member in struct:svr4_sys_msgsnd_args
392 ap.msgp = uap->msgp;
402 void * msgp; member in struct:svr4_sys_msgrcv_args
417 ap.msgp = uap->msgp;
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmessage.h268 dns_message_create(isc_mem_t *mctx, unsigned int intent, dns_message_t **msgp);
279 *\li 'msgp' be non-null and '*msg' be NULL.
314 dns_message_destroy(dns_message_t **msgp);
320 *\li 'msgp' be valid.
323 *\li '*msgp' == NULL
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_machdep.c266 l_uintptr_t msgp; member in struct:l_ipc_kludge
307 a.msgp = args->ptr;
327 a.msgp = PTRIN(tmp.msgp);
330 a.msgp = args->ptr;
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_machdep.c157 struct l_msgbuf *msgp; member in struct:l_ipc_kludge
198 a.msgp = args->ptr;
218 a.msgp = tmp.msgp;
221 a.msgp = args->ptr;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c709 dns_message_create(isc_mem_t *mctx, unsigned int intent, dns_message_t **msgp) argument
717 REQUIRE(msgp != NULL);
718 REQUIRE(*msgp == NULL);
776 *msgp = m;
809 dns_message_destroy(dns_message_t **msgp) { argument
812 REQUIRE(msgp != NULL);
813 REQUIRE(DNS_MESSAGE_VALID(*msgp));
815 msg = *msgp;
816 *msgp = NULL;
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h188 char msgp_l_[PADL_(void *)]; void * msgp; char msgp_r_[PADR_(void *)]; member in struct:freebsd32_msgsnd_args
194 char msgp_l_[PADL_(void *)]; void * msgp; char msgp_r_[PADR_(void *)]; member in struct:freebsd32_msgrcv_args
H A Dfreebsd32_systrace_args.c1132 uarg[1] = (intptr_t) p->msgp; /* void * */
1142 uarg[1] = (intptr_t) p->msgp; /* void * */
/freebsd-9.3-release/sys/dev/de/
H A Dif_de.c3740 const char * const *msgp = tulip_status_bits; local
3748 for (sep = " ", mask = 1; mask <= csr; mask <<= 1, msgp++) {
3749 if ((csr & mask) && *msgp != NULL) {
3750 printf("%s%s", sep, *msgp);
/freebsd-9.3-release/sys/sys/
H A Dsysproto.h669 char msgp_l_[PADL_(const void *)]; const void * msgp; char msgp_r_[PADR_(const void *)]; member in struct:msgsnd_args
675 char msgp_l_[PADL_(void *)]; void * msgp; char msgp_r_[PADR_(void *)]; member in struct:msgrcv_args

Completed in 342 milliseconds