/openbsd-src/lib/libc/net/ |
H A D | res_comp.c | 437 _getshort(const u_char *msgp) in _getshort() 447 _getlong(const u_char *msgp) in _getlong() 457 __putshort(u_int16_t s, u_char *msgp) in __putshort() 463 __putlong(u_int32_t l, u_char *msgp) in __putlong()
|
/openbsd-src/lib/libc/sys/ |
H A D | w_msgsnd.c | 22 msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in msgsnd()
|
H A D | w_msgrcv.c | 22 msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in msgrcv()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_linux.cpp | 351 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { in ExtractRecvmsgFDs()
|
/openbsd-src/sys/kern/ |
H A D | sysv_msg.c | 314 char *msgp = SCARG(uap, msgp); in sys_msgrcv() local
|
/openbsd-src/usr.bin/rusers/ |
H A D | rusers.c | 407 get_reply(int sock, in_port_t port, u_long xid, struct rpc_msg *msgp, in get_reply()
|
/openbsd-src/usr.bin/dig/lib/dns/ |
H A D | message.c | 608 dns_message_create(unsigned int intent, dns_message_t **msgp) in dns_message_create() argument 673 dns_message_destroy(dns_message_t **msgp) { in dns_message_destroy() argument
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | syscall_emulator.c | 1109 const void * msgp = (const void *)va_arg(args, long); in syscall_emulator() local 1117 void * msgp = (void *)va_arg(args, long); in syscall_emulator() local
|
/openbsd-src/sys/dev/pci/ |
H A D | if_de.c | 3564 const char * const *msgp = tulip_status_bits; in tulip_print_abnormal_interrupt() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/ |
H A D | gdb_c_test.c | 3030 msgcmp (char **msgp, char *str) in msgcmp()
|
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1294 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument 1297 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument 1300 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1304 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
|
H A D | netbsd_syscall_hooks.h | 1180 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument 1183 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument 1187 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1191 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
|