/netbsd-src/sys/arch/arm/arm/ |
H A D | disksubr_acorn.c | 181 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 D | disksubr_mbr.c | 88 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 D | pam_vprompt.c | 68 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 D | pam_unix.c | 72 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 D | getrrsetbyname.c | 120 _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 D | freebsd_ipc.c | 226 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 D | msg.d | 205 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 D | adjtime.h | 47 struct msgbuf msgp; member
|
/netbsd-src/sys/compat/common/ |
H A D | kern_ipc_10.c | 244 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 D | linux_ipccall.c | 211 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 D | netbsd32_compat_10_sysv.c | 228 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 D | netbsd32_ipc.c | 301 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 D | pthread_cancelstub.c | 360 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 D | adjtimed.c | 221 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 D | tsan_platform_linux.cc | 319 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 D | tsan_platform_linux.cc | 321 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 D | tsan_platform_linux.cpp | 351 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 D | linux_syscall_hooks.h | 1284 #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 D | netbsd_syscall_hooks.h | 1180 #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 D | linux_syscall_hooks.h | 1286 #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 D | netbsd_syscall_hooks.h | 1154 #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 D | linux_syscall_hooks.h | 1294 #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 D | netbsd_syscall_hooks.h | 1180 #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 D | linux32_ipccall.c | 385 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 D | message.h | 301 dns_message_create(isc_mem_t *mctx, unsigned int intent, dns_message_t **msgp);
|