Home
last modified time | relevance | path

Searched +defs:msg +defs:result (Results 1 – 25 of 206) sorted by relevance

123456789

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/crypto/
H A Daes_gcm_test.json69 "msg" : "001d0c231287c1182784554ca3a21908", string
72 "result" : "valid" string
83 "msg" : "001d0c231287c1182784554ca3a21908", string
86 "result" : "valid" string
97 "msg" : "2035af313d1346ab00154fea78322105", string
100 "result" : "valid" string
111 "msg" : "", string
114 "result" : "valid" string
125 "msg" : "35", string
128 "result" : "valid" string
[all …]
H A Daes_ccm_test.json63 "msg" : "", string
66 "result" : "valid" string
77 "msg" : "35", string
80 "result" : "valid" string
91 "msg" : "d10989f2c52e94ad", string
94 "result" : "valid" string
105 "msg" : "25b12e28ac0ef6ead0226a3b2288c800", string
108 "result" : "valid" string
119 "msg" : "fee62fde973fe025ad6b322dcdf3c63fc7", string
122 "result" : "valid" string
[all …]
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c64 ng_l2cap_l2ca_con_req(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_l2ca_con_req()
162 ng_l2cap_l2ca_con_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result, in ng_l2cap_l2ca_con_rsp()
166 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_con_rsp() local
223 ng_l2cap_l2ca_con_rsp_req(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_l2ca_con_rsp_req()
337 int ng_l2cap_l2ca_encryption_change(ng_l2cap_chan_p ch, uint16_t result) in ng_l2cap_l2ca_encryption_change()
340 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_encryption_change() local
389 ng_l2cap_l2ca_con_rsp_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result) in ng_l2cap_l2ca_con_rsp_rsp()
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
471 ng_l2cap_l2ca_cfg_req(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_l2ca_cfg_req()
[all …]
/freebsd/contrib/ofed/libibcm/
H A Dcm.c71 #define CM_CREATE_MSG_CMD_RESP(msg, cmd, resp, type, size) \ argument
91 #define CM_CREATE_MSG_CMD(msg, cmd, type, size) \ argument
252 void *msg; in ib_cm_create_id() local
253 int result; in ib_cm_create_id() local
282 void *msg; in ib_cm_destroy_id() local
283 int result; in ib_cm_destroy_id() local
310 void *msg; in ib_cm_attr_id() local
311 int result; in ib_cm_attr_id() local
339 void *msg; in ib_cm_init_qp_attr() local
340 int result; in ib_cm_init_qp_attr() local
[all …]
/freebsd/contrib/pf/pflogd/
H A Dprivsep_fdpass.c52 struct msghdr msg; in send_fd() local
59 int result = 0; in send_fd() local
91 struct msghdr msg; in receive_fd() local
99 int result; in receive_fd() local
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_basic.c10 verify_files(const char *msg) in verify_files()
114 const char *msg; in DEFINE_TEST() local
115 char result[1024]; in DEFINE_TEST() local
/freebsd/share/examples/sunrpc/msg/
H A Dmsg_proc.c13 printmessage_1(msg) in printmessage_1() argument
16 static int result; /* must be static! */ local
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_assert_by_exception_test.cc41 void OnTestPartResult(const testing::TestPartResult& result) override { in OnTestPartResult()
52 void Fail(const char* msg) { in Fail()
102 int result = RUN_ALL_TESTS(); in main() local
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dformat_string.h32 inline _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 1, 0) string vformat_string(const char* msg, va_list ap) { in vformat_string() argument
40 string result; in vformat_string() local
55 inline _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 1, 2) string format_string(const char* msg, ...) { in format_string() argument
[all...]
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_driver.c140 struct vmci_resources_query_msg *msg; in vmci_util_check_host_capabilities() local
142 int result; in vmci_util_check_host_capabilities() local
191 bool result; in vmci_check_host_capabilities() local
272 int result; in vmci_read_datagrams_from_port() local
390 uint32_t result; in vmci_get_context_id() local
421 int result; in vmci_components_init() local
/freebsd/crypto/openssh/openbsd-compat/
H A Dport-aix.c179 char *authmsg = NULL, *msg = NULL, *name = ctxt->pw->pw_name; in sys_auth_passwd() local
180 int r, authsuccess = 0, expired, reenter, result; in sys_auth_passwd() local
243 char *msg = NULL; in sys_auth_allowed_user() local
244 int r, result, permitted = 0; in sys_auth_allowed_user() local
286 char *msg = NULL; in sys_auth_record_login() local
305 char *msg = lastlogin_msg; in sys_auth_get_lastlogin_msg() local
/freebsd/crypto/krb5/src/tests/
H A Dt_localauth.py10 def test_an2ln(env, aname, result, msg): argument
15 def test_an2ln_err(env, aname, err, msg): argument
19 def test_userok(env, aname, lname, ok, msg): argument
/freebsd/crypto/libecc/src/wycheproof_tests/
H A Dlibecc_wycheproof.h41 const unsigned char *msg; member
47 int result; member
69 const unsigned char *msg; member
75 int result; member
101 int result; member
128 int result; member
142 const unsigned char *msg; member
148 int result; member
/freebsd/sys/arm/ti/am335x/
H A Dtda19988.c255 int result; in tda19988_set_page() local
256 struct iic_msg msg[] = { in tda19988_set_page() local
275 int result; in tda19988_cec_read() local
276 struct iic_msg msg[] = { in tda19988_cec_read() local
291 int result; in tda19988_cec_write() local
292 struct iic_msg msg[] = { in tda19988_cec_write() local
309 int result; in tda19988_block_read() local
310 struct iic_msg msg[] = { in tda19988_block_read() local
330 int result; in tda19988_reg_read() local
331 struct iic_msg msg[] = { in tda19988_reg_read() local
[all …]
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c348 struct ng_mesg *msg = NGI_MSG(item); /* item still has message */ in ng_btsocket_l2cap_node_rcvmsg() local
413 ng_btsocket_l2cap_process_l2ca_con_req_rsp(struct ng_mesg *msg, in ng_btsocket_l2cap_process_l2ca_con_req_rsp()
521 ng_btsocket_l2cap_process_l2ca_con_rsp_rsp(struct ng_mesg *msg, in ng_btsocket_l2cap_process_l2ca_con_rsp_rsp()
588 ng_btsocket_l2cap_process_l2ca_con_ind(struct ng_mesg *msg, in ng_btsocket_l2cap_process_l2ca_con_ind()
595 u_int16_t result = 0; in ng_btsocket_l2cap_process_l2ca_con_ind() local
691 static int ng_btsocket_l2cap_process_l2ca_enc_change(struct ng_mesg *msg, ng_btsocket_l2cap_rtentry… in ng_btsocket_l2cap_process_l2ca_enc_change()
738 ng_btsocket_l2cap_process_l2ca_cfg_req_rsp(struct ng_mesg *msg, in ng_btsocket_l2cap_process_l2ca_cfg_req_rsp()
855 ng_btsocket_l2cap_process_l2ca_cfg_rsp_rsp(struct ng_mesg *msg, in ng_btsocket_l2cap_process_l2ca_cfg_rsp_rsp()
950 ng_btsocket_l2cap_process_l2ca_cfg_ind(struct ng_mesg *msg, in ng_btsocket_l2cap_process_l2ca_cfg_ind()
1035 ng_btsocket_l2cap_process_l2ca_discon_rsp(struct ng_mesg *msg, in ng_btsocket_l2cap_process_l2ca_discon_rsp()
[all …]
/freebsd/lib/libc/resolv/
H A Dres_debug.c269 res_pquery(const res_state statp, const u_char *msg, int len, FILE *file) { in res_pquery()
341 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) { in p_cdnname()
355 p_cdname(const u_char *cp, const u_char *msg, FILE *file) { in p_cdname()
364 p_fqnname(const u_char *cp, const u_char *msg, int msglen, char *name, in p_fqnname()
384 p_fqname(const u_char *cp, const u_char *msg, FILE *file) { in p_fqname()
602 const char *result; in p_type() local
638 const char *result; in p_class() local
1171 unsigned long result; in res_nametoclass() local
1194 unsigned long result; in res_nametotype() local
/freebsd/crypto/heimdal/lib/krb5/
H A Drd_error.c38 const krb5_data *msg, in krb5_rd_error()
39 KRB_ERROR *result) in krb5_rd_error()
/freebsd/contrib/openbsm/bin/auditd/
H A Dauditd_darwin.c239 launch_data_t msg, msd, ld, cdict, to; in lookup_machport() local
411 boolean_t result; in auditd_combined_server() local
429 kern_return_t result; in auditd_wait_for_events() local
474 mach_msg_empty_send_t msg; in auditd_relay_signal() local
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dlog.c271 isc_result_t result; in isc_log_create() local
334 isc_result_t result = ISC_R_SUCCESS; in isc_logconfig_create() local
434 isc_result_t result; in isc_logconfig_use() local
794 isc_result_t result = ISC_R_SUCCESS; in isc_log_usechannel() local
889 isc_msgcat_t *msgcat, int msgset, int msg, in isc_log_iwrite()
907 isc_msgcat_t *msgcat, int msgset, int msg, in isc_log_ivwrite()
920 isc_msgcat_t *msgcat, int msgset, int msg, in isc_log_iwrite1()
938 isc_msgcat_t *msgcat, int msgset, int msg, in isc_log_ivwrite1()
1061 isc_result_t result; in assignchannel() local
1151 isc_result_t result; in greatest_version() local
[all …]
/freebsd/lib/libipsec/
H A Dtest-policy.c53 int result; /* expected result; 0:ok 1:ng */ member
108 int result; in test1() local
322 struct sadb_msg *msg; local
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c626 struct xs_stored_msg *msg; in xs_process_msg() local
737 xs_read_reply(enum xsd_sockmsg_type *type, u_int *len, void **result) in xs_read_reply()
739 struct xs_stored_msg *msg; in xs_read_reply() local
784 xs_dev_request_and_reply(struct xsd_sockmsg *msg, void **result) in xs_dev_request_and_reply()
814 const struct iovec *iovec, u_int num_vecs, u_int *len, void **result) in xs_talkv()
816 struct xsd_sockmsg msg; in xs_talkv() local
885 const char *body, u_int *len, void **result) in xs_single()
968 struct xs_stored_msg *msg; in xenwatch_thread() local
1271 u_int *num, const char ***result) in xs_directory()
1305 u_int *len, void **result) in xs_read()
[all …]
/freebsd/usr.sbin/rpc.lockd/
H A Dkern.c125 LOCKD_MSG msg; in client_request() local
267 test_request(LOCKD_MSG *msg) in test_request()
336 lock_request(LOCKD_MSG *msg) in lock_request()
409 unlock_request(LOCKD_MSG *msg) in unlock_request()
470 lock_answer(int pid, netobj *netcookie, int result, int *pid_p, int version) in lock_answer()
/freebsd/contrib/ncurses/progs/
H A Dtabs.c79 bool result = FALSE; in ansi_clear_tabs() local
125 int *result = typeCalloc(int, strlen(tab_list) + (unsigned) max_cols); in decode_tabs() local
252 char *result = strdup(source); in trimmed_tab_list() local
281 bool result = FALSE; in comma_is_needed() local
303 char *result = *append; in add_to_tab_list() local
344 bool result = FALSE; in do_set_margin() local
403 bool result = TRUE; in legal_tab_list() local
446 static const char msg[] = in usage() local
/freebsd/stand/ficl/amd64/
H A Dsysdep.c41 UNSQR result; in ficlLongDiv() local
54 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut()
/freebsd/stand/ficl/arm/
H A Dsysdep.c39 UNSQR result; in ficlLongDiv() local
52 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut()

123456789