Home
last modified time | relevance | path

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

12345678910>>...58

/freebsd/contrib/wpa/src/wps/
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key()
117 int wps_build_config_methods(struct wpabuf *msg, u16 methods) in wps_build_config_methods()
127 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) in wps_build_uuid_e()
139 int wps_build_dev_password_id(struct wpabuf *msg, u16 id) in wps_build_dev_password_id()
149 int wps_build_config_error(struct wpabuf *msg, u16 err) in wps_build_config_error()
191 int wps_build_version(struct wpabuf *msg) in wps_build_version()
208 int wps_build_wfa_ext(struct wpabuf *msg, int req_to_enroll, in wps_build_wfa_ext()
423 int wps_build_oob_dev_pw(struct wpabuf *msg, u16 dev_pw_id, in wps_build_oob_dev_pw()
495 int wps_build_mac_addr(struct wpabuf *msg, const u8 *addr) in wps_build_mac_addr()
506 int wps_build_rf_bands_attr(struct wpabuf *msg, u8 rf_bands) in wps_build_rf_bands_attr()
[all …]
H A Dwps_enrollee.c106 struct wpabuf *msg; in wps_build_m1() local
172 struct wpabuf *msg; in wps_build_m3() local
210 struct wpabuf *msg, *plain; in wps_build_m5() local
379 struct wpabuf *msg, *plain; in wps_build_m7() local
425 struct wpabuf *msg; in wps_build_wsc_done() local
455 struct wpabuf *msg; in wps_enrollee_get_msg() local
708 struct wpabuf msg; in wps_process_cred_e() local
962 const struct wpabuf *msg, in wps_process_m2()
1280 const struct wpabuf *msg) in wps_process_wsc_msg()
1365 const struct wpabuf *msg) in wps_process_wsc_ack()
[all …]
H A Dwps_dev_attr.c16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_manufacturer()
40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_name()
64 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_number()
88 int wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_serial_number()
123 struct wpabuf *msg) in wps_build_secondary_dev_type()
138 int wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg, in wps_build_req_dev_type()
158 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_dev_name()
182 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_device_attrs()
195 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_os_version()
219 int wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg, in wps_build_rf_bands()
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.c99 msg_run_add(struct msg *msg) in msg_run_add()
140 msg_attack_assign(struct msg *msg, in msg_attack_assign()
390 msg_complete(struct msg *msg) in msg_complete()
410 struct msg *msg) in evtag_unmarshal_msg()
432 const struct msg *msg) in evtag_marshal_msg()
687 kill_complete(struct kill *msg) in kill_complete()
698 struct kill *msg) in evtag_unmarshal_kill()
720 const struct kill *msg) in evtag_marshal_kill()
1177 run_complete(struct run *msg) in run_complete()
1188 struct run *msg) in evtag_unmarshal_run()
[all …]
/freebsd/contrib/libevent/test/
H A Dregress.gen.c99 msg_run_add(struct msg *msg) in msg_run_add()
140 msg_attack_assign(struct msg *msg, in msg_attack_assign()
390 msg_complete(struct msg *msg) in msg_complete()
410 struct msg *msg) in evtag_unmarshal_msg()
432 const struct msg *msg) in evtag_marshal_msg()
687 kill_complete(struct kill *msg) in kill_complete()
698 struct kill *msg) in evtag_unmarshal_kill()
720 const struct kill *msg) in evtag_marshal_kill()
1177 run_complete(struct run *msg) in run_complete()
1188 struct run *msg) in evtag_unmarshal_run()
[all …]
/freebsd/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp27 static StringRef getSeparator(const Twine &msg) { in getSeparator()
56 void lld::error(const Twine &msg) { errorHandler().error(msg); } in error()
61 void lld::log(const Twine &msg) { errorHandler().log(msg); } in log()
62 void lld::message(const Twine &msg, llvm::raw_ostream &s) { in message()
65 void lld::warn(const Twine &msg) { errorHandler().warn(msg); } in warn()
170 std::string ErrorHandler::getLocation(const Twine &msg) { in getLocation()
224 void ErrorHandler::log(const Twine &msg) { in log()
239 void ErrorHandler::warn(const Twine &msg) { in warn()
253 void ErrorHandler::error(const Twine &msg) { in error()
289 void ErrorHandler::error(const Twine &msg, ErrorTag tag, in error()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp10 static void message(const char *msg) { ubsan_message(msg); } in message()
12 static void message(const char *msg) { in message()
69 static void abort_with_message(const char *msg) { in abort_with_message()
94 #define MSG_TMPL(msg) "ubsan: " msg " by 0x" argument
95 #define MSG_TMPL_END(buf, msg) (buf + sizeof(MSG_TMPL(msg)) - 1) argument
97 #define MSG_BUF_LEN(msg) (sizeof(MSG_TMPL(msg)) + kAddrBuf + 1) argument
99 #define HANDLER_RECOVER(name, msg) \ argument
108 #define HANDLER_NORECOVER(name, msg) \ argument
116 #define HANDLER(name, msg) \ argument
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c166 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_con_rsp() local
340 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_encryption_change() local
392 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_con_rsp_rsp() local
432 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_con_ind() local
583 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_cfg_rsp() local
743 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_cfg_rsp_rsp() local
796 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_cfg_ind() local
937 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_write_rsp() local
1183 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_qos_ind() local
1331 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_discon_rsp() local
[all …]
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_msg.c25 OSSL_CMP_MSG *msg = NULL; in OSSL_CMP_MSG_new() local
163 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_msg_create() local
380 OSSL_CMP_MSG *msg; in ossl_cmp_certreq_new() local
451 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_certrep_new() local
521 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_rr_new() local
578 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_rp_new() local
621 OSSL_CMP_MSG *msg; in ossl_cmp_pkiconf_new() local
683 OSSL_CMP_MSG *msg = NULL; in gen_new() local
722 OSSL_CMP_MSG *msg = NULL; in ossl_cmp_error_new() local
886 OSSL_CMP_MSG *msg; in ossl_cmp_pollRep_new() local
[all …]
H A Dcmp_vfy.c26 const OSSL_CMP_MSG *msg, X509 *cert) in verify_signature()
77 static int verify_PBMAC(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg) in verify_PBMAC()
229 const OSSL_CMP_MSG *msg) in cert_acceptable()
303 const OSSL_CMP_MSG *msg, X509 *scrt) in check_cert_path_3gpp()
345 const OSSL_CMP_MSG *msg) in check_msg_given_cert()
362 const OSSL_CMP_MSG *msg, int mode_3gpp) in check_msg_with_certs()
404 static int check_msg_all_certs(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg, in check_msg_all_certs()
440 OSSL_CMP_severity level, const char *msg) in no_log_cb()
550 int OSSL_CMP_validate_msg(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg) in OSSL_CMP_validate_msg()
665 int ossl_cmp_msg_check_update(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg, in ossl_cmp_msg_check_update()
[all …]
/freebsd/contrib/lib9p/
H A Dpack.c73 l9p_iov_io(struct l9p_message *msg, void *buffer, size_t len) in l9p_iov_io()
130 l9p_pu8(struct l9p_message *msg, uint8_t *val) in l9p_pu8()
142 l9p_pu16(struct l9p_message *msg, uint16_t *val) in l9p_pu16()
172 l9p_pu32(struct l9p_message *msg, uint32_t *val) in l9p_pu32()
196 l9p_pu64(struct l9p_message *msg, uint64_t *val) in l9p_pu64()
228 l9p_pustring(struct l9p_message *msg, char **s) in l9p_pustring()
275 l9p_pustrings(struct l9p_message *msg, uint16_t *num, char **strings, in l9p_pustrings()
314 l9p_puqid(struct l9p_message *msg, struct l9p_qid *qid) in l9p_puqid()
370 l9p_pustat(struct l9p_message *msg, struct l9p_stat *stat, in l9p_pustat()
415 l9p_pudirent(struct l9p_message *msg, struct l9p_dirent *de) in l9p_pudirent()
[all …]
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_parse.c37 struct p2p_message *msg) in p2p_parse_attribute()
420 int p2p_parse_p2p_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_p2p_ie()
456 static int p2p_parse_wps_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_wps_ie()
525 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse_ies()
579 int p2p_parse(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse()
595 size_t p2p_len, struct p2p_message *msg) in p2p_parse_ies_separate()
625 void p2p_parse_free(struct p2p_message *msg) in p2p_parse_free()
785 struct p2p_message msg; in p2p_attr_text() local
848 struct p2p_message msg; in p2p_get_cross_connect_disallowed() local
863 struct p2p_message msg; in p2p_get_group_capab() local
[all …]
/freebsd/contrib/wpa/src/radius/
H A Dradius.c52 struct radius_hdr * radius_msg_get_hdr(struct radius_msg *msg) in radius_msg_get_hdr()
58 struct wpabuf * radius_msg_get_buf(struct radius_msg *msg) in radius_msg_get_buf()
65 radius_get_attr_hdr(struct radius_msg *msg, int idx) in radius_get_attr_hdr()
79 static int radius_msg_initialize(struct radius_msg *msg) in radius_msg_initialize()
104 struct radius_msg *msg; in radius_msg_new() local
127 void radius_msg_free(struct radius_msg *msg) in radius_msg_free()
352 void radius_msg_dump(struct radius_msg *msg) in radius_msg_dump()
677 struct radius_msg *msg; in radius_msg_parse() local
910 int radius_msg_make_authenticator(struct radius_msg *msg) in radius_msg_make_authenticator()
1186 int radius_msg_add_mppe_keys(struct radius_msg *msg, in radius_msg_add_mppe_keys()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorHandling.h143 #define llvm_unreachable(msg) \ argument
146 #define llvm_unreachable(msg) ::llvm::llvm_unreachable_internal() argument
148 #define llvm_unreachable(msg) LLVM_BUILTIN_UNREACHABLE argument
150 #define llvm_unreachable(msg) \ argument
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Drpc_compat.h48 #define EVTAG_ASSIGN(msg, member, args...) \ argument
50 #define EVTAG_GET(msg, member, args...) \ argument
52 #define EVTAG_ADD(msg, member, args...) \ argument
55 #define EVTAG_LEN(msg, member) ((msg)->member##_length) argument
H A Drpc.h80 #define EVTAG_HAS(msg, member) \ argument
92 #define EVTAG_ASSIGN(msg, member, value) \ argument
102 #define EVTAG_ASSIGN_WITH_LEN(msg, member, value, len) \ argument
112 #define EVTAG_GET(msg, member, pvalue) \ argument
123 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \ argument
131 #define EVTAG_ARRAY_ADD_VALUE(msg, member, value) \ argument
136 #define EVTAG_ARRAY_ADD(msg, member) \ argument
141 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ argument
146 #define EVTAG_ARRAY_LEN(msg, member) ((msg)->member##_length) argument
/freebsd/contrib/libevent/include/event2/
H A Drpc_compat.h48 #define EVTAG_ASSIGN(msg, member, args...) \ argument
50 #define EVTAG_GET(msg, member, args...) \ argument
52 #define EVTAG_ADD(msg, member, args...) \ argument
55 #define EVTAG_LEN(msg, member) ((msg)->member##_length) argument
H A Drpc.h80 #define EVTAG_HAS(msg, member) \ argument
92 #define EVTAG_ASSIGN(msg, member, value) \ argument
102 #define EVTAG_ASSIGN_WITH_LEN(msg, member, value, len) \ argument
112 #define EVTAG_GET(msg, member, pvalue) \ argument
123 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \ argument
131 #define EVTAG_ARRAY_ADD_VALUE(msg, member, value) \ argument
136 #define EVTAG_ARRAY_ADD(msg, member) \ argument
141 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ argument
146 #define EVTAG_ARRAY_LEN(msg, member) ((msg)->member##_length) argument
/freebsd/contrib/netbsd-tests/net/net/
H A Dt_pktinfo.c48 #define ERR(msg) err(EXIT_FAILURE, msg) argument
49 #define ERRX(msg, a) errx(EXIT_FAILURE, msg, a) argument
50 #define ERRX2(msg, a1, a2) errx(EXIT_FAILURE, msg, a1, a2) argument
53 #define ERR(msg) ATF_REQUIRE_MSG(0, "%s: %s", msg, strerror(errno)) argument
54 #define ERRX(msg, a) ATF_REQUIRE_MSG(0, msg, a) argument
55 #define ERRX2(msg, a1, a2) ATF_REQUIRE_MSG(0, msg, a1, a2) argument
101 struct msghdr msg; in receive() local
/freebsd/bin/sh/
H A Derror.c122 vwarning(const char *msg, va_list ap) in vwarning()
134 warning(const char *msg, ...) in warning()
149 verrorwithstatus(int status, const char *msg, va_list ap) in verrorwithstatus()
178 error(const char *msg, ...) in error()
188 errorwithstatus(int status, const char *msg, ...) in errorwithstatus()
/freebsd/contrib/llvm-project/libunwind/src/
H A Dconfig.h150 #define _LIBUNWIND_ABORT(msg) \ argument
155 #define _LIBUNWIND_ABORT(msg) \ argument
164 #define _LIBUNWIND_LOG0(msg) argument
165 #define _LIBUNWIND_LOG(msg, ...) argument
167 #define _LIBUNWIND_LOG0(msg) do { \ argument
171 #define _LIBUNWIND_LOG(msg, ...) do { \ argument
190 #define _LIBUNWIND_DEBUG_LOG(msg, ...) argument
191 #define _LIBUNWIND_TRACE_API(msg, ...) argument
194 #define _LIBUNWIND_TRACE_UNWINDING(msg, ...) argument
206 #define _LIBUNWIND_DEBUG_LOG(msg, ...) _LIBUNWIND_LOG(msg, __VA_ARGS__) argument
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_disk.c37 static void create(struct archive_entry *ae, const char *msg) in create()
63 static void create_reg_file(struct archive_entry *ae, const char *msg) in create_reg_file()
105 static void create_reg_file2(struct archive_entry *ae, const char *msg) in create_reg_file2()
139 static void create_reg_file3(struct archive_entry *ae, const char *msg) in create_reg_file3()
166 static void create_reg_file4(struct archive_entry *ae, const char *msg) in create_reg_file4()
193 static void create_reg_file_win(struct archive_entry *ae, const char *msg) in create_reg_file_win()
/freebsd/sys/dev/mpt/
H A Dmpt_debug.c361 mpt_print_reply_hdr(MSG_DEFAULT_REPLY *msg) in mpt_print_reply_hdr()
373 mpt_print_init_reply(MSG_IOC_INIT_REPLY *msg) in mpt_print_init_reply()
383 mpt_print_ioc_facts(MSG_IOC_FACTS_REPLY *msg) in mpt_print_ioc_facts()
409 mpt_print_enable_reply(MSG_PORT_ENABLE_REPLY *msg) in mpt_print_enable_reply()
417 mpt_print_scsi_io_reply(MSG_SCSI_IO_REPLY *msg) in mpt_print_scsi_io_reply()
432 mpt_print_event_notice(MSG_EVENT_NOTIFY_REPLY *msg) in mpt_print_event_notice()
490 MSG_DEFAULT_REPLY *msg = vmsg; in mpt_print_reply() local
531 MSG_SCSI_IO_REQUEST local, *msg = &local; in mpt_print_scsi_io_request() local
584 mpt_print_scsi_tmf_request(MSG_SCSI_TASK_MGMT *msg) in mpt_print_scsi_tmf_request()
594 mpt_print_scsi_target_assist_request(PTR_MSG_TARGET_ASSIST_REQUEST msg) in mpt_print_scsi_target_assist_request()
[all …]
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c81 struct nl_msg *msg; in nl80211_get_noise_for_scan_results() local
93 struct nl_msg *msg; in nl80211_abort_scan() local
111 struct nl_msg *msg; in nl80211_abort_vendor_scan() local
183 struct nl_msg *msg; in nl80211_scan_common() local
326 struct nl_msg *msg = NULL; in wpa_driver_nl80211_scan() local
424 struct nl_msg *msg, in nl80211_sched_scan_add_scan_plans()
502 struct nl_msg *msg; in wpa_driver_nl80211_sched_scan() local
651 struct nl_msg *msg; in wpa_driver_nl80211_stop_sched_scan() local
930 struct nl_msg *msg; in nl80211_get_scan_results() local
1024 struct nl_msg *msg; in nl80211_dump_scan() local
[all …]
/freebsd/sys/sys/
H A Dkassert.h72 #define VNASSERT(exp, vp, msg) do { \ argument
79 #define MPASSERT(exp, mp, msg) do { \ argument
100 #define VNASSERT(exp, vp, msg) do { \ argument
102 #define MPASSERT(exp, mp, msg) do { \ argument
149 #define KASSERT(exp,msg) do { \ argument
154 #define KASSERT(exp,msg) do { \ argument
179 #define ASSERT_ATOMIC_LOAD_PTR(var, msg) \ argument

12345678910>>...58