Home
last modified time | relevance | path

Searched refs:msg_type (Results 1 - 25 of 67) sorted by relevance

123

/third_party/vulkan-loader/loader/
H A Dlog.c94 void loader_log(const struct loader_instance *inst, VkFlags msg_type, int32_t msg_code, const char *format, ...) { in loader_log() argument
112 if ((msg_type & VULKAN_LOADER_INFO_BIT) != 0) { in loader_log()
114 } else if ((msg_type & VULKAN_LOADER_WARN_BIT) != 0) { in loader_log()
116 } else if ((msg_type & VULKAN_LOADER_ERROR_BIT) != 0) { in loader_log()
118 } else if ((msg_type & VULKAN_LOADER_DEBUG_BIT) != 0) { in loader_log()
120 } else if ((msg_type & VULKAN_LOADER_LAYER_BIT) != 0 || (msg_type & VULKAN_LOADER_DRIVER_BIT) != 0) { in loader_log()
125 if ((msg_type & VULKAN_LOADER_PERF_BIT) != 0) { in loader_log()
127 } else if ((msg_type & VULKAN_LOADER_VALIDATION_BIT) != 0) { in loader_log()
148 if (0 == (msg_type in loader_log()
236 loader_log_asm_function_not_supported(const struct loader_instance *inst, VkFlags msg_type, int32_t msg_code, const char *func_name) loader_log_asm_function_not_supported() argument
[all...]
H A Dlog.h66 void loader_log(const struct loader_instance *inst, VkFlags msg_type, int32_t msg_code, const char *format, ...)
71 void loader_log_asm_function_not_supported(const struct loader_instance *inst, VkFlags msg_type, int32_t msg_code,
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.h354 unsigned msg_type, in brw_urb_desc()
363 SET_BITS(msg_type, 3, 0)); in brw_urb_desc()
368 SET_BITS(msg_type, 3, 0)); in brw_urb_desc()
397 unsigned msg_type, in brw_sampler_desc()
411 return desc | SET_BITS(msg_type, 16, 12) | in brw_sampler_desc()
416 return (desc | SET_BITS(msg_type, 16, 12) | in brw_sampler_desc()
419 return (desc | SET_BITS(msg_type, 15, 12) | in brw_sampler_desc()
422 return desc | SET_BITS(msg_type, 15, 12); in brw_sampler_desc()
425 SET_BITS(msg_type, 15, 14)); in brw_sampler_desc()
484 unsigned msg_type, in brw_dp_desc()
353 brw_urb_desc(const struct intel_device_info *devinfo, unsigned msg_type, bool per_slot_offset_present, bool channel_mask_present, unsigned global_offset) brw_urb_desc() argument
394 brw_sampler_desc(const struct intel_device_info *devinfo, unsigned binding_table_index, unsigned sampler, unsigned msg_type, unsigned simd_mode, unsigned return_format) brw_sampler_desc() argument
482 brw_dp_desc(const struct intel_device_info *devinfo, unsigned binding_table_index, unsigned msg_type, unsigned msg_control) brw_dp_desc() argument
538 brw_dp_read_desc(const struct intel_device_info *devinfo, unsigned binding_table_index, unsigned msg_control, unsigned msg_type, unsigned target_cache) brw_dp_read_desc() argument
587 brw_dp_write_desc(const struct intel_device_info *devinfo, unsigned binding_table_index, unsigned msg_control, unsigned msg_type, unsigned send_commit_msg) brw_dp_write_desc() argument
641 brw_dp_surface_desc(const struct intel_device_info *devinfo, unsigned msg_type, unsigned msg_control) brw_dp_surface_desc() argument
658 unsigned msg_type; brw_dp_untyped_atomic_desc() local
687 const unsigned msg_type = GFX9_DATAPORT_DC_PORT1_UNTYPED_ATOMIC_FLOAT_OP; brw_dp_untyped_atomic_float_desc() local
719 unsigned msg_type; brw_dp_untyped_surface_rw_desc() local
774 const unsigned msg_type = brw_dp_byte_scattered_rw_desc() local
793 unsigned msg_type; brw_dp_dword_scattered_rw_desc() local
826 const unsigned msg_type = brw_dp_oword_block_rw_desc() local
846 unsigned msg_type = brw_dp_a64_untyped_surface_rw_desc() local
871 unsigned msg_type = brw_dp_a64_oword_block_rw_desc() local
909 unsigned msg_type = brw_dp_a64_byte_scattered_rw_desc() local
934 const unsigned msg_type = bit_size == 16 ? brw_dp_a64_untyped_atomic_desc() local
960 const unsigned msg_type = bit_size == 32 ? brw_dp_a64_untyped_atomic_float_desc() local
982 unsigned msg_type; brw_dp_typed_atomic_desc() local
1018 unsigned msg_type; brw_dp_typed_surface_rw_desc() local
1057 brw_fb_desc(const struct intel_device_info *devinfo, unsigned binding_table_index, unsigned msg_type, unsigned msg_control) brw_fb_desc() argument
1126 const unsigned msg_type = brw_fb_write_desc() local
1494 brw_btd_spawn_desc(ASSERTED const struct intel_device_info *devinfo, unsigned exec_size, unsigned msg_type) brw_btd_spawn_desc() argument
1541 brw_pixel_interp_desc(UNUSED const struct intel_device_info *devinfo, unsigned msg_type, bool noperspective, bool coarse_pixel_rate, unsigned simd_mode, unsigned slot_group) brw_pixel_interp_desc() argument
[all...]
H A Dbrw_vec4_generator.cpp118 int msg_type = -1; in generate_tex() local
125 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_LOD_COMPARE; in generate_tex()
127 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_LOD; in generate_tex()
134 msg_type = HSW_SAMPLER_MESSAGE_SAMPLE_DERIV_COMPARE; in generate_tex()
136 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_DERIVS; in generate_tex()
140 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_LD; in generate_tex()
144 msg_type = GFX7_SAMPLER_MESSAGE_SAMPLE_LD2DMS; in generate_tex()
146 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_LD; in generate_tex()
150 msg_type = GFX7_SAMPLER_MESSAGE_SAMPLE_LD_MCS; in generate_tex()
153 msg_type in generate_tex()
1152 uint32_t msg_type; generate_scratch_read() local
1212 uint32_t msg_type; generate_scratch_write() local
1295 uint32_t msg_type; generate_pull_constant_load() local
[all...]
H A Dbrw_fs_generator.cpp997 int msg_type = -1; in generate_tex() local
1044 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_COMPARE; in generate_tex()
1046 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE; in generate_tex()
1051 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_BIAS_COMPARE; in generate_tex()
1053 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_BIAS; in generate_tex()
1058 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_LOD_COMPARE; in generate_tex()
1060 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_LOD; in generate_tex()
1064 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_RESINFO; in generate_tex()
1068 msg_type = GFX5_SAMPLER_MESSAGE_SAMPLE_DERIVS; in generate_tex()
1071 msg_type in generate_tex()
1606 uint32_t simd_mode, rlen, msg_type; generate_varying_pull_constant_load_gfx4() local
1652 generate_pixel_interpolator_query(fs_inst *inst, struct brw_reg dst, struct brw_reg src, struct brw_reg msg_data, unsigned msg_type) generate_pixel_interpolator_query() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_client.c98 * msg_type - Message type
100 RadiusType msg_type; member
268 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
282 RadiusType msg_type, in radius_client_register()
293 if (msg_type == RADIUS_ACCT) { in radius_client_register()
339 int s, RadiusType msg_type) in radius_client_handle_send_error()
350 if (msg_type == RADIUS_ACCT || in radius_client_handle_send_error()
351 msg_type == RADIUS_ACCT_INTERIM) { in radius_client_handle_send_error()
377 if (entry->msg_type == RADIUS_ACCT || in radius_client_retransmit()
378 entry->msg_type in radius_client_retransmit()
281 radius_client_register(struct radius_client_data *radius, RadiusType msg_type, RadiusRxResult (*handler)(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data), void *data) radius_client_register() argument
338 radius_client_handle_send_error(struct radius_client_data *radius, int s, RadiusType msg_type) radius_client_handle_send_error() argument
665 radius_client_list_add(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *shared_secret, size_t shared_secret_len, const u8 *addr) radius_client_list_add() argument
746 radius_client_send(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *addr) radius_client_send() argument
817 RadiusType msg_type = (RadiusType) sock_ctx; radius_client_receive() local
[all...]
H A Dradius_client.h25 * number struct radius_client_data::msgs for matching msg_type.
238 RadiusType msg_type,
249 RadiusType msg_type, const u8 *addr);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_client.c99 * msg_type - Message type
101 RadiusType msg_type; member
269 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
283 RadiusType msg_type, in radius_client_register()
294 if (msg_type == RADIUS_ACCT) { in radius_client_register()
340 int s, RadiusType msg_type) in radius_client_handle_send_error()
351 if (msg_type == RADIUS_ACCT || in radius_client_handle_send_error()
352 msg_type == RADIUS_ACCT_INTERIM) { in radius_client_handle_send_error()
378 if (entry->msg_type == RADIUS_ACCT || in radius_client_retransmit()
379 entry->msg_type in radius_client_retransmit()
282 radius_client_register(struct radius_client_data *radius, RadiusType msg_type, RadiusRxResult (*handler)(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data), void *data) radius_client_register() argument
339 radius_client_handle_send_error(struct radius_client_data *radius, int s, RadiusType msg_type) radius_client_handle_send_error() argument
672 radius_client_list_add(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *shared_secret, size_t shared_secret_len, const u8 *addr) radius_client_list_add() argument
753 radius_client_send(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *addr) radius_client_send() argument
824 RadiusType msg_type = (uintptr_t) sock_ctx; radius_client_receive() local
[all...]
H A Dradius_client.h25 * number struct radius_client_data::msgs for matching msg_type.
243 RadiusType msg_type,
254 RadiusType msg_type, const u8 *addr);
/third_party/python/Modules/_ssl/
H A Ddebughelpers.c19 int msg_type; in _PySSL_msg_callback() local
42 msg_type = SSL3_MT_CHANGE_CIPHER_SPEC; in _PySSL_msg_callback()
47 msg_type = (int)cbuf[1]; in _PySSL_msg_callback()
50 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
56 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
61 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
66 msg_type = -1; in _PySSL_msg_callback()
73 version, content_type, msg_type, in _PySSL_msg_callback()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
H A Dmsgrcv03.c43 int msg_type; member
62 TST_EXP_FAIL2(msgrcv(queue_id, &rcv_buf, MSGSIZE, tc->msg_type, MSG_COPY | tc->msg_flag), tc->exp_err, in verify_msgrcv()
63 "msgrcv(%i, %p, %i, %i, %i)", queue_id, &rcv_buf, MSGSIZE, tc->msg_type, MSG_COPY | tc->msg_flag); in verify_msgrcv()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_validate.c545 static int wps_validate_msg_type(const u8 *msg_type, int mandatory) in wps_validate_msg_type() argument
547 if (msg_type == NULL) { in wps_validate_msg_type()
555 if (*msg_type < WPS_Beacon || *msg_type > WPS_WSC_DONE) { in wps_validate_msg_type()
557 "attribute value 0x%x", *msg_type); in wps_validate_msg_type()
1302 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m1()
1358 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2()
1413 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2d()
1465 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m3()
1501 wps_validate_msg_type(attr.msg_type, in wps_validate_m4()
[all...]
H A Dwps_enrollee.c1285 if (attr.msg_type == NULL) { in wps_process_wsc_msg()
1291 switch (*attr.msg_type) { in wps_process_wsc_msg()
1331 *attr.msg_type); in wps_process_wsc_msg()
1342 if (ret == WPS_CONTINUE && *attr.msg_type != WPS_M2D) { in wps_process_wsc_msg()
1363 if (attr.msg_type == NULL) { in wps_process_wsc_ack()
1368 if (*attr.msg_type != WPS_WSC_ACK) { in wps_process_wsc_ack()
1370 *attr.msg_type); in wps_process_wsc_ack()
1410 if (attr.msg_type == NULL) { in wps_process_wsc_nack()
1415 if (*attr.msg_type != WPS_WSC_NACK) { in wps_process_wsc_nack()
1417 *attr.msg_type); in wps_process_wsc_nack()
[all...]
H A Dwps_upnp.h34 enum wps_msg_type msg_type);
H A Dwps_upnp_web.c532 if (attr.msg_type && in web_process_put_message()
533 *attr.msg_type != WPS_M2 && in web_process_put_message()
534 *attr.msg_type != WPS_M2D && in web_process_put_message()
646 attr.msg_type == NULL) in web_process_put_wlan_response()
649 type = *attr.msg_type; in web_process_put_wlan_response()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_validate.c545 static int wps_validate_msg_type(const u8 *msg_type, int mandatory) in wps_validate_msg_type() argument
547 if (msg_type == NULL) { in wps_validate_msg_type()
555 if (*msg_type < WPS_Beacon || *msg_type > WPS_WSC_DONE) { in wps_validate_msg_type()
557 "attribute value 0x%x", *msg_type); in wps_validate_msg_type()
1302 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m1()
1358 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2()
1413 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2d()
1465 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m3()
1501 wps_validate_msg_type(attr.msg_type, in wps_validate_m4()
[all...]
H A Dwps_enrollee.c1296 if (attr.msg_type == NULL) { in wps_process_wsc_msg()
1302 switch (*attr.msg_type) { in wps_process_wsc_msg()
1342 *attr.msg_type); in wps_process_wsc_msg()
1353 if (ret == WPS_CONTINUE && *attr.msg_type != WPS_M2D) { in wps_process_wsc_msg()
1374 if (attr.msg_type == NULL) { in wps_process_wsc_ack()
1379 if (*attr.msg_type != WPS_WSC_ACK) { in wps_process_wsc_ack()
1381 *attr.msg_type); in wps_process_wsc_ack()
1421 if (attr.msg_type == NULL) { in wps_process_wsc_nack()
1426 if (*attr.msg_type != WPS_WSC_NACK) { in wps_process_wsc_nack()
1428 *attr.msg_type); in wps_process_wsc_nack()
[all...]
H A Dwps_upnp.h34 enum wps_msg_type msg_type);
/third_party/libuv/src/unix/
H A Ddarwin.c196 mach_msg_type_number_t msg_type; in uv_cpu_info() local
216 &msg_type) != KERN_SUCCESS) { in uv_cpu_info()
222 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info() local
240 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info() local
/third_party/node/deps/uv/src/unix/
H A Ddarwin.c334 mach_msg_type_number_t msg_type; in uv_cpu_info() local
352 &msg_type) != KERN_SUCCESS) { in uv_cpu_info()
358 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info() local
376 vm_deallocate(mach_task_self(), (vm_address_t)info, msg_type); in uv_cpu_info() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn_mime.c246 const char *msg_type = NULL; in SMIME_write_ASN1_ex() local
302 msg_type = "enveloped-data"; in SMIME_write_ASN1_ex()
305 msg_type = "signed-receipt"; in SMIME_write_ASN1_ex()
307 msg_type = "signed-data"; in SMIME_write_ASN1_ex()
309 msg_type = "certs-only"; in SMIME_write_ASN1_ex()
311 msg_type = "compressed-data"; in SMIME_write_ASN1_ex()
319 if (msg_type) in SMIME_write_ASN1_ex()
320 BIO_printf(bio, " smime-type=%s;", msg_type); in SMIME_write_ASN1_ex()
/third_party/openssl/crypto/asn1/
H A Dasn_mime.c246 const char *msg_type = NULL; in SMIME_write_ASN1_ex() local
302 msg_type = "enveloped-data"; in SMIME_write_ASN1_ex()
305 msg_type = "signed-receipt"; in SMIME_write_ASN1_ex()
307 msg_type = "signed-data"; in SMIME_write_ASN1_ex()
309 msg_type = "certs-only"; in SMIME_write_ASN1_ex()
311 msg_type = "compressed-data"; in SMIME_write_ASN1_ex()
319 if (msg_type) in SMIME_write_ASN1_ex()
320 BIO_printf(bio, " smime-type=%s;", msg_type); in SMIME_write_ASN1_ex()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_client.c38 const char *msg_type = NULL; in unprotected_exception() local
48 msg_type = "error response"; in unprotected_exception()
59 msg_type = "revocation response message with rejection status"; in unprotected_exception()
63 msg_type = "PKI Confirmation message"; in unprotected_exception()
78 msg_type = "CertRepMessage with rejection status"; in unprotected_exception()
81 if (msg_type == NULL) in unprotected_exception()
84 invalid_protection ? "invalid" : "missing", msg_type); in unprotected_exception()
/third_party/openssl/crypto/cmp/
H A Dcmp_client.c38 const char *msg_type = NULL; in unprotected_exception() local
48 msg_type = "error response"; in unprotected_exception()
59 msg_type = "revocation response message with rejection status"; in unprotected_exception()
63 msg_type = "PKI Confirmation message"; in unprotected_exception()
78 msg_type = "CertRepMessage with rejection status"; in unprotected_exception()
81 if (msg_type == NULL) in unprotected_exception()
84 invalid_protection ? "invalid" : "missing", msg_type); in unprotected_exception()
/third_party/lwip/src/core/ipv6/
H A Ddhcp6.c74 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len)
77 #define LWIP_HOOK_DHCP6_PARSE_OPTION(netif, dhcp6, state, msg, msg_type, option, len, pbuf, offset) do { LWIP_UNUSED_ARG(msg); } while(0)
703 u8_t msg_type; in dhcp6_recv() local
746 msg_type = reply_msg->msgtype; in dhcp6_recv()
748 if (msg_type == DHCP6_REPLY) { in dhcp6_recv()

Completed in 24 milliseconds

123