Searched defs:msg (Results 1 - 25 of 190) sorted by relevance

12345678

/barrelfish-2018-10-04/lib/libc/sys/
H A Drecvmsg.c45 recvmsg(int s, struct msghdr *msg, int flags) argument
H A Dsendmsg.c45 sendmsg(int s, const struct msghdr *msg, int flags) argument
H A Dsendto.c45 sendto(int s, const void *msg, size_t len, int flags, argument
/barrelfish-2018-10-04/lib/tommath/
H A Dbn_error.c20 const char *msg; member in struct:__anon1397
/barrelfish-2018-10-04/lib/libc/net/
H A Dsend.c43 send(int s, const void *msg, size_t len, int flags) argument
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dstdexcept.cpp34 logic_error::logic_error(const string& msg) : __imp_(msg.c_str()) argument
38 logic_error::logic_error(const char* msg) : __imp_(msg) argument
67 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) argument
71 runtime_error::runtime_error(const char* msg) : __imp_(msg) argument
/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dnetifapi.c44 void do_netifapi_netif_add(struct netifapi_msg_msg *msg) argument
62 do_netifapi_netif_common(struct netifapi_msg_msg *msg) argument
88 struct netifapi_msg msg; local
113 struct netifapi_msg msg; local
[all...]
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dexchange_1.c16 char msg[200]; local
/barrelfish-2018-10-04/usr/drivers/rtc/
H A Dmain.c20 static struct chips_msg *handler(void *st, struct chips_msg *msg) argument
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/
H A Dusb_manager_service.c60 usb_manager_service_msg_t msg; local
/barrelfish-2018-10-04/include/barrelfish/
H A Dump_endpoint.h55 ump_endpoint_recv(struct ump_endpoint *ep, volatile struct ump_message **msg) argument
/barrelfish-2018-10-04/lib/libc/secure/
H A Dstack_protector.c80 __fail(const char *msg) argument
/barrelfish-2018-10-04/include/security/
H A Dpam_types.h52 char *msg; member in struct:pam_message
/barrelfish-2018-10-04/kernel/arch/arm/
H A Dirq.c104 uintptr_t msg[] = { 1 }; local
/barrelfish-2018-10-04/kernel/
H A Dlogging.c45 void panic(const char *msg, ...) argument
69 void printk(int level, const char *msg, ...) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ts/
H A Dts_verify_ctx.c115 ASN1_OCTET_STRING *msg; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ms/
H A Duplink.c17 static TCHAR msg[128]; variable
/barrelfish-2018-10-04/usr/bench/ump_bench/
H A Dlatency.c36 volatile struct ump_message *msg; local
H A Dlatency_cache.c41 volatile struct ump_message *msg; local
H A Dreceive.c35 volatile struct ump_message *msg; local
H A Dsend.c35 volatile struct ump_message *msg; local
H A Dthroughput.c35 volatile struct ump_message *msg; local
/barrelfish-2018-10-04/usr/bench/xeon_phi_ump/
H A Dbenchmark.c43 volatile struct ump_message *msg; local
85 volatile struct ump_message *msg; local
[all...]
/barrelfish-2018-10-04/include/lwip/arch/
H A Dsys_arch.h25 void *msg; member in struct:bf_sys_mbox
/barrelfish-2018-10-04/usr/proc_mgmt/
H A Dspawnd_state.c176 spawnd_state_enqueue_send(struct spawnd_state *spawnd, struct msg_queue_elem *msg) argument

Completed in 285 milliseconds

12345678