Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 31) sorted by relevance

12

/third_party/uapp/mkfs-msdosfs/
A Dnewfs_msdos.c43 #define argto1(arg, lo, msg) argtou(arg, lo, 0xff, msg) argument
44 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg) argument
45 #define argto4(arg, lo, msg) argtou(arg, lo, 0xffffffff, msg) argument
46 #define argtox(arg, lo, msg) argtou(arg, lo, UINT_MAX, msg) argument
167 static unsigned int argtou(const char* arg, unsigned int lo, unsigned int hi, const char* msg) { in argtou()
181 static off_t argtooff(const char* arg, const char* msg) { in argtooff()
/third_party/uapp/dash/src/
A Derror.c114 exvwarning2(const char *msg, va_list ap) in exvwarning2()
143 exverror(int cond, const char *msg, va_list ap) in exverror()
166 sh_error(const char *msg, ...) in sh_error()
180 exerror(int cond, const char *msg, ...) in exerror()
A Dparser.c1475 char msg[64]; in synexpect() local
1489 synerror(const char *msg) in synerror()
A Dmknodes.c519 error(const char *msg, ...) in error()
A Dmkinit.c472 error(char *msg) in error()
/third_party/ulib/jemalloc/test/unit/
A Dmq.c15 mq_msg_t msg; in mq_gen() local
40 mq_msg_t *msg = mq_get(mq); in thd_receiver_start() local
54 mq_msg_t *msg; in thd_sender_start() local
/third_party/ulib/musl/src/locale/
A D__lctrans.c5 const char* __lctrans_cur(const char* msg) { in __lctrans_cur()
A Dlocale_map.c6 const char* __lctrans(const char* msg, const struct __locale_map* lm) { in __lctrans()
/third_party/ulib/musl/src/network/
A Dherror.c5 void herror(const char* msg) { in herror()
A Dres_send.c6 int __res_send(const unsigned char* msg, int msglen, unsigned char* answer, int anslen) { in __res_send()
A Dns_parse.c31 int ns_initparse(const unsigned char* msg, int msglen, ns_msg* handle) { in ns_initparse()
157 int ns_name_uncompress(const unsigned char* msg, const unsigned char* eom, const unsigned char* src, in ns_name_uncompress()
/third_party/ulib/musl/src/internal/
A Dlocale_impl.h28 #define LCTRANS(msg, lc, loc) __lctrans(msg, (loc)->cat[(lc)]) argument
29 #define LCTRANS_CUR(msg) __lctrans_cur(msg) argument
/third_party/dev/ethernet/e1000/
A De1000_mbx.c55 u32 E1000_UNUSEDARG *msg, in e1000_null_mbx_transact()
73 s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_read_mbx()
99 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_write_mbx()
247 s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_read_posted_mbx()
276 s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_write_posted_mbx()
458 static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_write_mbx_vf()
499 static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_read_mbx_vf()
680 static s32 e1000_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_write_mbx_pf()
723 static s32 e1000_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in e1000_read_mbx_pf()
A De1000_vf.c382 u32 *msg, u16 size) in e1000_write_msg_read_ack()
/third_party/ulib/musl/src/signal/
A Dpsiginfo.c5 void psiginfo(const siginfo_t* si, const char* msg) { in psiginfo()
A Dpsignal.c5 void psignal(int sig, const char* msg) { in psignal()
/third_party/ulib/uboringssl/include/openssl/
A Dtype_check.h68 #define OPENSSL_COMPILE_ASSERT(cond, msg) _Static_assert(cond, #msg) argument
/third_party/ulib/musl/src/stdio/
A Dperror.c6 void perror(const char* msg) { in perror()
/third_party/ulib/musl/src/string/
A Dstrerror_r.c6 char* msg = strerror(err); in strerror_r() local
/third_party/lib/acpica/source/common/
A Dgetopt.c59 #define ACPI_OPTION_ERROR(msg, badchar) \ argument
/third_party/ulib/musl/src/passwd/
A Dnscd_query.c20 struct msghdr msg = { in __nscd_query() local
/third_party/ulib/backtrace/
A Dprint.c69 error_callback (void *data, const char *msg, int errnum) in error_callback()
A Dbtest.c203 error_callback_one (void *vdata, const char *msg, int errnum) in error_callback_one()
237 error_callback_two (void *vdata, const char *msg, int errnum) in error_callback_two()
271 error_callback_three (void *vdata, const char *msg, int errnum) in error_callback_three()
696 error_callback_create (void *data ATTRIBUTE_UNUSED, const char *msg, in error_callback_create()
/third_party/ulib/musl/stubs/
A Dsocketstubs.c77 static ssize_t stub_sendmsg(int fd, const struct msghdr* msg, int flags) { in stub_sendmsg()
83 static ssize_t stub_recvmsg(int fd, struct msghdr* msg, int flags) { in stub_recvmsg()
/third_party/uapp/dash/src/bltin/
A Dtest.c243 syntax(const char *op, const char *msg) in syntax()

Completed in 34 milliseconds

12