Home
last modified time | relevance | path

Searched defs:msgp (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/lib/libc/net/
H A Dres_comp.c437 _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 Dw_msgsnd.c22 msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in msgsnd()
H A Dw_msgrcv.c22 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 Dtsan_platform_linux.cpp351 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { in ExtractRecvmsgFDs()
/openbsd-src/sys/kern/
H A Dsysv_msg.c314 char *msgp = SCARG(uap, msgp); in sys_msgrcv() local
/openbsd-src/usr.bin/rusers/
H A Drusers.c407 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 Dmessage.c608 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 Dsyscall_emulator.c1109 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 Dif_de.c3564 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 Dgdb_c_test.c3030 msgcmp (char **msgp, char *str) in msgcmp()
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1294 #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 Dnetbsd_syscall_hooks.h1180 #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