Home
last modified time | relevance | path

Searched refs:msgp (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/sys/arch/arm/arm/
H A Ddisksubr_acorn.c181 const char **msgp, in filecore_label_read() argument
213 *msgp = "filecore boot block I/O error"; in filecore_label_read()
273 *msgp = "disk label I/O error"; in filecore_label_read()
299 *msgp = "NetBSD partition identifier string not found."; in filecore_label_read()
303 *msgp = "Invalid partition format"; in filecore_label_read()
309 *msgp = NULL; in filecore_label_read()
H A Ddisksubr_mbr.c88 const char **msgp, in mbr_label_read() argument
116 *msgp = "dos partition I/O error"; in mbr_label_read()
201 *msgp = NULL; in mbr_label_read()
/netbsd-src/external/bsd/openpam/dist/lib/libpam/
H A Dpam_vprompt.c68 const struct pam_message *msgp; in pam_vprompt() local
86 msgp = &msg; in pam_vprompt()
88 r = (conv->conv)(1, &msgp, &rsp, conv->appdata_ptr); in pam_vprompt()
/netbsd-src/external/bsd/openpam/dist/modules/pam_unix/
H A Dpam_unix.c72 const struct pam_message *msgp; in pam_sm_authenticate() local
96 msgp = &msg; in pam_sm_authenticate()
104 pam_err = (*conv->conv)(1, &msgp, &resp, conv->appdata_ptr); in pam_sm_authenticate()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dgetrrsetbyname.c120 _getshort(msgp) in _getshort() argument
121 register const u_char *msgp; in _getshort()
125 GETSHORT(u, msgp);
134 _getlong(msgp) in _getlong() argument
135 register const u_char *msgp; in _getlong()
139 GETLONG(u, msgp);
/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_ipc.c226 SCARG(&msgsnd_args, msgp) = (void *)SCARG(uap, a3); in freebsd_sys_msgsys()
233 SCARG(&msgrcv_args, msgp) = (void *)SCARG(uap, a3); in freebsd_sys_msgsys()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dmsg.d205 ssize_t msgrcv(int msqid, void* msgp, size_t msgsz, c_long msgtyp, int msgflg);
206 int msgsnd(int msqid, msgbuf* msgp, int msgsz, int msgflg);
/netbsd-src/external/bsd/ntp/dist/include/
H A Dadjtime.h47 struct msgbuf msgp; member
/netbsd-src/sys/compat/common/
H A Dkern_ipc_10.c244 SCARG(&msgsnd_args, msgp) = in compat_10_sys_msgsys()
252 SCARG(&msgrcv_args, msgp) = in compat_10_sys_msgsys()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_ipccall.c211 SCARG(&bma, msgp) = SCARG(uap, ptr); in linux_msgsnd()
229 SCARG(&bma, msgp) = kluge.msg; in linux_msgrcv()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_compat_10_sysv.c228 SCARG(&msgsnd_args, msgp) = NETBSD32IPTR64(SCARG(uap, a3)); in compat_10_netbsd32_msgsys()
235 SCARG(&msgrcv_args, msgp) = NETBSD32IPTR64(SCARG(uap, a3)); in compat_10_netbsd32_msgsys()
H A Dnetbsd32_ipc.c301 SCARG_P32(uap, msgp), SCARG(uap, msgsz), in netbsd32_msgsnd()
330 SCARG_P32(uap, msgp), SCARG(uap, msgsz), in netbsd32_msgrcv()
/netbsd-src/lib/libpthread/
H A Dpthread_cancelstub.c360 msgrcv(int msgid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in msgrcv() argument
367 retval = _sys_msgrcv(msgid, msgp, msgsz, msgtyp, msgflg); in msgrcv()
374 msgsnd(int msgid, const void *msgp, size_t msgsz, int msgflg) in msgsnd() argument
381 retval = _sys_msgsnd(msgid, msgp, msgsz, msgflg); in msgsnd()
/netbsd-src/external/bsd/ntp/dist/adjtimed/
H A Dadjtimed.c221 if (msgrcv(mqid, &msg.msgp, MSGSIZE, CLIENT, 0) == -1) { in main()
237 while (msgsnd(mqid, &msg.msgp, MSGSIZE, 0) == -1) { in main()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_linux.cc319 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { in ExtractRecvmsgFDs() argument
321 msghdr *msg = (msghdr*)msgp; in ExtractRecvmsgFDs()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_linux.cc321 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { in ExtractRecvmsgFDs() argument
323 msghdr *msg = (msghdr*)msgp; in ExtractRecvmsgFDs()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_linux.cpp351 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { in ExtractRecvmsgFDs() argument
353 msghdr *msg = (msghdr*)msgp; in ExtractRecvmsgFDs()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h1284 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument
1285 __sanitizer_syscall_pre_impl_msgsnd((long)(msqid), (long)(msgp), \
1287 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument
1288 __sanitizer_syscall_post_impl_msgsnd(res, (long)(msqid), (long)(msgp), \
1290 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
1291 __sanitizer_syscall_pre_impl_msgrcv((long)(msqid), (long)(msgp), \
1294 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
1296 __sanitizer_syscall_post_impl_msgrcv(res, (long)(msqid), (long)(msgp), \
2730 void __sanitizer_syscall_pre_impl_msgsnd(long msqid, long msgp, long msgsz,
2732 void __sanitizer_syscall_post_impl_msgsnd(long res, long msqid, long msgp,
[all …]
H A Dnetbsd_syscall_hooks.h1180 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument
1181 __sanitizer_syscall_pre_impl_msgsnd((long long)(msqid), (long long)(msgp), \
1183 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument
1185 (long long)(msgp), (long long)(msgsz), \
1187 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
1188 __sanitizer_syscall_pre_impl_msgrcv((long long)(msqid), (long long)(msgp), \
1191 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
1194 res, (long long)(msqid), (long long)(msgp), (long long)(msgsz), \
3745 void __sanitizer_syscall_pre_impl_msgsnd(long long msqid, long long msgp,
3748 long long msgp, long long msgsz,
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dlinux_syscall_hooks.h1286 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument
1287 __sanitizer_syscall_pre_impl_msgsnd((long)(msqid), (long)(msgp), \
1289 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument
1290 __sanitizer_syscall_post_impl_msgsnd(res, (long)(msqid), (long)(msgp), \
1292 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
1293 __sanitizer_syscall_pre_impl_msgrcv((long)(msqid), (long)(msgp), \
1296 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
1298 __sanitizer_syscall_post_impl_msgrcv(res, (long)(msqid), (long)(msgp), \
2732 void __sanitizer_syscall_pre_impl_msgsnd(long msqid, long msgp, long msgsz,
2734 void __sanitizer_syscall_post_impl_msgsnd(long res, long msqid, long msgp,
[all …]
H A Dnetbsd_syscall_hooks.h1154 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument
1155 __sanitizer_syscall_pre_impl_msgsnd((long long)(msqid), (long long)(msgp), \
1157 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument
1159 (long long)(msgp), (long long)(msgsz), \
1161 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
1162 __sanitizer_syscall_pre_impl_msgrcv((long long)(msqid), (long long)(msgp), \
1165 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
1168 res, (long long)(msqid), (long long)(msgp), (long long)(msgsz), \
3573 void __sanitizer_syscall_pre_impl_msgsnd(long long msqid, long long msgp,
3576 long long msgp, long long msgsz,
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h1294 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument
1295 __sanitizer_syscall_pre_impl_msgsnd((long)(msqid), (long)(msgp), \
1297 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument
1298 __sanitizer_syscall_post_impl_msgsnd(res, (long)(msqid), (long)(msgp), \
1300 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
1301 __sanitizer_syscall_pre_impl_msgrcv((long)(msqid), (long)(msgp), \
1304 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
1306 __sanitizer_syscall_post_impl_msgrcv(res, (long)(msqid), (long)(msgp), \
2747 void __sanitizer_syscall_pre_impl_msgsnd(long msqid, long msgp, long msgsz,
2749 void __sanitizer_syscall_post_impl_msgsnd(long res, long msqid, long msgp,
[all …]
H A Dnetbsd_syscall_hooks.h1180 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument
1181 __sanitizer_syscall_pre_impl_msgsnd((long long)(msqid), (long long)(msgp), \
1183 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument
1185 (long long)(msgp), (long long)(msgsz), \
1187 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
1188 __sanitizer_syscall_pre_impl_msgrcv((long long)(msqid), (long long)(msgp), \
1191 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
1194 res, (long long)(msqid), (long long)(msgp), (long long)(msgsz), \
3745 void __sanitizer_syscall_pre_impl_msgsnd(long long msqid, long long msgp,
3748 long long msgp, long long msgsz,
[all …]
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_ipccall.c385 SCARG(&bma, msgp) = SCARG(uap, ptr); in linux32_msgsnd()
412 SCARG(&bma, msgp) = kluge.msg; in linux32_msgrcv()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dmessage.h301 dns_message_create(isc_mem_t *mctx, unsigned int intent, dns_message_t **msgp);

12