/third_party/node/src/ |
H A D | diagnosticfilename-inl.h | 14 const char* ext) : in DiagnosticFilename() 15 filename_(MakeFilename(env->thread_id(), prefix, ext)) { in DiagnosticFilename() 21 const char* ext) : in DiagnosticFilename() 22 filename_(MakeFilename(thread_id, prefix, ext)) { in DiagnosticFilename() 11 DiagnosticFilename( Environment* env, const char* prefix, const char* ext) DiagnosticFilename() argument 18 DiagnosticFilename( uint64_t thread_id, const char* prefix, const char* ext) DiagnosticFilename() argument
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipconfig.c | 890 static void __init ic_do_bootp_ext(u8 *ext) in ic_do_bootp_ext() argument 898 pr_debug("DHCP/BOOTP: Got extension %d:", *ext); in ic_do_bootp_ext() 899 for (c=ext+2; c<ext+2+ext[1]; c++) in ic_do_bootp_ext() 903 switch (*ext++) { in ic_do_bootp_ext() 906 memcpy(&ic_netmask, ext+1, 4); in ic_do_bootp_ext() 910 memcpy(&ic_gateway, ext+1, 4); in ic_do_bootp_ext() 913 servers= *ext/4; in ic_do_bootp_ext() 918 memcpy(&ic_nameservers[i], ext in ic_do_bootp_ext() 1049 u8 *ext; ic_bootp_recv() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ipconfig.c | 917 static void __init ic_do_bootp_ext(u8 *ext) in ic_do_bootp_ext() argument 925 pr_debug("DHCP/BOOTP: Got extension %d:", *ext); in ic_do_bootp_ext() 926 for (c=ext+2; c<ext+2+ext[1]; c++) in ic_do_bootp_ext() 930 switch (*ext++) { in ic_do_bootp_ext() 933 memcpy(&ic_netmask, ext+1, 4); in ic_do_bootp_ext() 937 memcpy(&ic_gateway, ext+1, 4); in ic_do_bootp_ext() 940 servers= *ext/4; in ic_do_bootp_ext() 946 memcpy(&ic_nameservers[i], ext in ic_do_bootp_ext() 1077 u8 *ext; ic_bootp_recv() local [all...] |
/kernel/linux/linux-6.6/drivers/counter/ |
H A D | counter-chrdev.c | 239 static int counter_get_ext(const struct counter_comp *const ext, in counter_get_ext() argument 250 if (ext[*ext_idx].type == COUNTER_COMP_ARRAY) { in counter_get_ext() 251 element = ext[*ext_idx].priv; in counter_get_ext() 271 struct counter_comp *ext; in counter_add_watch() local 287 ext = counter->ext; in counter_add_watch() 297 ext = counter->signals[parent].ext; in counter_add_watch() 307 ext = counter->counts[parent].ext; in counter_add_watch() 535 const struct counter_comp *ext; counter_get_data() local [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_lookup.c | 32 const struct nft_set_ext *ext = NULL; in nft_lookup_eval() local 36 &ext) ^ priv->invert; in nft_lookup_eval() 42 if (ext) { in nft_lookup_eval() 45 nft_set_ext_data(ext), set->dlen); in nft_lookup_eval() 47 nft_set_elem_update_expr(ext, regs, pkt); in nft_lookup_eval() 171 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nft_lookup_validate_setelem() local 176 if (nft_set_ext_exists(ext, NFT_SET_EXT_FLAGS) && in nft_lookup_validate_setelem() 177 *nft_set_ext_flags(ext) & NFT_SET_ELEM_INTERVAL_END) in nft_lookup_validate_setelem() 180 data = nft_set_ext_data(ext); in nft_lookup_validate_setelem()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | stream_sched_fc.c | 30 struct sctp_stream_out_ext *soute = SCTP_SO(stream, sid)->ext; in sctp_sched_wfq_set() 42 struct sctp_stream_out_ext *soute = SCTP_SO(stream, sid)->ext; in sctp_sched_wfq_get() 70 struct sctp_stream_out_ext *soute = SCTP_SO(stream, sid)->ext; in sctp_sched_fc_init_sid() 108 sctp_sched_fc_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_fc_enqueue() 123 soute = stream->out_curr->ext; in sctp_sched_fc_dequeue() 140 soute = SCTP_SO(stream, sid)->ext; in sctp_sched_fc_dequeue_done() 144 pos = SCTP_SO(stream, i)->ext; in sctp_sched_fc_dequeue_done() 178 if (SCTP_SO(stream, sid)->ext) in sctp_sched_fc_sched_all() 179 sctp_sched_fc_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_fc_sched_all()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_prn.c | 19 static int unknown_ext_print(BIO *out, const unsigned char *ext, int extlen, 70 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, in X509V3_EXT_print() argument 82 extoct = X509_EXTENSION_get_data(ext); in X509V3_EXT_print() 86 if ((method = X509V3_EXT_get(ext)) == NULL) in X509V3_EXT_print() 179 static int unknown_ext_print(BIO *out, const unsigned char *ext, int extlen, in unknown_ext_print() argument 195 return ASN1_parse_dump(out, ext, extlen, indent, -1); in unknown_ext_print() 197 return BIO_dump_indent(out, (const char *)ext, extlen, indent); in unknown_ext_print() 205 int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) in X509V3_EXT_print_fp() argument 212 ret = X509V3_EXT_print(bio_tmp, ext, flag, indent); in X509V3_EXT_print_fp()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectApiTests.cpp | 249 for (const auto& ext : deviceExtensionProperties) in iterate() 251 if (strcmp(ext.extensionName, "VK_KHR_dynamic_rendering") == 0) in iterate() 266 for (const auto& ext : deviceExtensionProperties) in iterate() 270 if (strcmp(ext.extensionName, "VK_EXT_discard_rectangles") == 0) in iterate() 272 if (ext.specVersion < 2) in iterate() 274 log << tcu::TestLog::Message << "VK_EXT_shader_object and VK_EXT_discard_rectangles are supported, but VK_EXT_discard_rectangles reports version " << ext.specVersion << tcu::TestLog::EndMessage; in iterate() 282 if (strcmp(ext.extensionName, "VK_NV_scissor_exclusive") == 0) in iterate() 284 if (ext.specVersion < 2) in iterate() 286 log << tcu::TestLog::Message << "VK_EXT_shader_object and VK_NV_scissor_exclusive are supported, but VK_NV_scissor_exclusive reports version " << ext.specVersion << tcu::TestLog::EndMessage; in iterate()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_prn.c | 19 static int unknown_ext_print(BIO *out, const unsigned char *ext, int extlen, 70 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, in X509V3_EXT_print() argument 82 extoct = X509_EXTENSION_get_data(ext); in X509V3_EXT_print() 86 if ((method = X509V3_EXT_get(ext)) == NULL) in X509V3_EXT_print() 179 static int unknown_ext_print(BIO *out, const unsigned char *ext, int extlen, in unknown_ext_print() argument 195 return ASN1_parse_dump(out, ext, extlen, indent, -1); in unknown_ext_print() 197 return BIO_dump_indent(out, (const char *)ext, extlen, indent); in unknown_ext_print() 205 int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) in X509V3_EXT_print_fp() argument 212 ret = X509V3_EXT_print(bio_tmp, ext, flag, indent); in X509V3_EXT_print_fp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | port.c | 103 bool ext = force_legacy ? false : mlx5e_ptys_ext_supported(mdev); in mlx5e_port_get_speed_arr() local 105 *size = ext ? ARRAY_SIZE(mlx5e_ext_link_speed) : in mlx5e_port_get_speed_arr() 107 *arr = ext ? mlx5e_ext_link_speed : mlx5e_link_speed; in mlx5e_port_get_speed_arr() 110 int mlx5_port_query_eth_proto(struct mlx5_core_dev *dev, u8 port, bool ext, in mlx5_port_query_eth_proto() argument 123 eproto->cap = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, in mlx5_port_query_eth_proto() 125 eproto->admin = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_admin); in mlx5_port_query_eth_proto() 126 eproto->oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper); in mlx5_port_query_eth_proto() 148 u32 proto_admin, bool ext) in mlx5_port_set_eth_ptys() 166 if (ext) in mlx5_port_set_eth_ptys() 195 bool ext; in mlx5e_port_linkspeed() local 147 mlx5_port_set_eth_ptys(struct mlx5_core_dev *dev, bool an_disable, u32 proto_admin, bool ext) mlx5_port_set_eth_ptys() argument 222 bool ext; mlx5e_port_max_linkspeed() local [all...] |
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_hash_netiface.c | 166 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netiface4_kadt() local 193 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netiface4_kadt() 203 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface4_uadt() local 219 ret = ip_set_get_extensions(set, tb, &ext); in hash_netiface4_uadt() 242 ret = adtfn(set, &e, &ext, &ext, flags); in hash_netiface4_uadt() 269 ret = adtfn(set, &e, &ext, &ext, flags); in hash_netiface4_uadt() 387 struct ip_set_ext ext in hash_netiface6_kadt() local 421 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); hash_netiface6_uadt() local [all...] |
H A D | ip_set_hash_net.c | 121 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_net4_kadt() local 131 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_net4_kadt() 141 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_net4_uadt() local 156 ret = ip_set_get_extensions(set, tb, &ext); in hash_net4_uadt() 175 ret = adtfn(set, &e, &ext, &ext, flags); in hash_net4_uadt() 201 ret = adtfn(set, &e, &ext, &ext, flags); in hash_net4_uadt() 295 struct ip_set_ext ext in hash_net6_kadt() local 314 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); hash_net6_uadt() local [all...] |
H A D | ip_set_hash_netnet.c | 146 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netnet4_kadt() local 158 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netnet4_kadt() 168 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netnet4_uadt() local 189 ret = ip_set_get_extensions(set, tb, &ext); in hash_netnet4_uadt() 216 ret = adtfn(set, &e, &ext, &ext, flags); in hash_netnet4_uadt() 265 ret = adtfn(set, &e, &ext, &ext, flags); in hash_netnet4_uadt() 385 struct ip_set_ext ext in hash_netnet6_kadt() local 406 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); hash_netnet6_uadt() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_hash_netiface.c | 167 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netiface4_kadt() local 194 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netiface4_kadt() 204 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface4_uadt() local 220 ret = ip_set_get_extensions(set, tb, &ext); in hash_netiface4_uadt() 243 ret = adtfn(set, &e, &ext, &ext, flags); in hash_netiface4_uadt() 270 ret = adtfn(set, &e, &ext, &ext, flags); in hash_netiface4_uadt() 388 struct ip_set_ext ext in hash_netiface6_kadt() local 422 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); hash_netiface6_uadt() local [all...] |
H A D | ip_set_hash_net.c | 122 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_net4_kadt() local 132 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_net4_kadt() 142 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_net4_uadt() local 157 ret = ip_set_get_extensions(set, tb, &ext); in hash_net4_uadt() 176 ret = adtfn(set, &e, &ext, &ext, flags); in hash_net4_uadt() 202 ret = adtfn(set, &e, &ext, &ext, flags); in hash_net4_uadt() 296 struct ip_set_ext ext in hash_net6_kadt() local 315 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); hash_net6_uadt() local [all...] |
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm4-ce-gcm-core.S | 40 ext T0.16b, m1.16b, m1.16b, #8; \ 46 ext T1.16b, RZERO.16b, T0.16b, #8; \ 47 ext T0.16b, T0.16b, RZERO.16b, #8; \ 55 ext T0.16b, m1.16b, m1.16b, #8; \ 56 ext T2.16b, m3.16b, m3.16b, #8; \ 57 ext T4.16b, m5.16b, m5.16b, #8; \ 58 ext T6.16b, m7.16b, m7.16b, #8; \ 79 ext T1.16b, RZERO.16b, T0.16b, #8; \ 80 ext T3.16b, RZERO.16b, T2.16b, #8; \ 81 ext T [all...] |
H A D | sm4-ce-asm.h | 21 ext b0.16b, b0.16b, b0.16b, #8; \ 47 ext b0.16b, b0.16b, b0.16b, #8; \ 48 ext b1.16b, b1.16b, b1.16b, #8; \ 94 ext b0.16b, b0.16b, b0.16b, #8; \ 95 ext b1.16b, b1.16b, b1.16b, #8; \ 96 ext b2.16b, b2.16b, b2.16b, #8; \ 97 ext b3.16b, b3.16b, b3.16b, #8; \ 183 ext b0.16b, b0.16b, b0.16b, #8; \ 184 ext b1.16b, b1.16b, b1.16b, #8; \ 185 ext b [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | messages.c | 96 msg.ext.create_ppl.lp = lp; in avs_ipc_create_pipeline() 97 msg.ext.create_ppl.attributes = attributes; in avs_ipc_create_pipeline() 158 *state = reply.rsp.ext.get_ppl_state.state; in avs_ipc_get_pipeline_state() 191 msg.ext.init_instance.param_block_size = DIV_ROUND_UP(param_size, sizeof(u32)); in avs_ipc_init_instance() 192 msg.ext.init_instance.ppl_instance_id = ppl_id; in avs_ipc_init_instance() 193 msg.ext.init_instance.core_id = core_id; in avs_ipc_init_instance() 194 msg.ext.init_instance.proc_domain = domain; in avs_ipc_init_instance() 259 msg.ext.bind_unbind.dst_module_id = dst_module_id; in avs_ipc_bind() 260 msg.ext.bind_unbind.dst_instance_id = dst_instance_id; in avs_ipc_bind() 261 msg.ext in avs_ipc_bind() [all...] |
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 289 ext = null 299 ext = $(i++) 314 if (match(ext, force64_expr)) 326 if (match(ext, evexonly_expr)) 328 else if (match(ext, vexonly_expr)) 330 else if (match(ext, vexok_expr) || match(opcode, vexok_opcode_expr)) 334 if (match(ext, prefix_expr)) { 342 if (match(ext, lprefix1_expr)) { 346 if (match(ext, lprefix2_expr)) { 350 if (match(ext, lprefix3_exp [all...] |
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | sbi.c | 23 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0, in sbi_ecall() argument 37 register uintptr_t a7 asm ("a7") = (uintptr_t)(ext); in sbi_ecall() 264 int ext = SBI_EXT_RFENCE; in __sbi_rfence_v02_call() local 269 ret = sbi_ecall(ext, fid, hmask_val, hbase, 0, 0, 0, 0); in __sbi_rfence_v02_call() 272 ret = sbi_ecall(ext, fid, hmask_val, hbase, start, in __sbi_rfence_v02_call() 276 ret = sbi_ecall(ext, fid, hmask_val, hbase, start, in __sbi_rfence_v02_call() 281 ret = sbi_ecall(ext, fid, hmask_val, hbase, start, in __sbi_rfence_v02_call() 285 ret = sbi_ecall(ext, fid, hmask_val, hbase, start, in __sbi_rfence_v02_call() 289 ret = sbi_ecall(ext, fid, hmask_val, hbase, start, in __sbi_rfence_v02_call() 293 ret = sbi_ecall(ext, fi in __sbi_rfence_v02_call() [all...] |
/kernel/linux/linux-5.10/tools/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 289 ext = null 299 ext = $(i++) 314 if (match(ext, force64_expr)) 326 if (match(ext, evexonly_expr)) 328 else if (match(ext, vexonly_expr)) 330 else if (match(ext, vexok_expr) || match(opcode, vexok_opcode_expr)) 334 if (match(ext, prefix_expr)) { 342 if (match(ext, lprefix1_expr)) { 346 if (match(ext, lprefix2_expr)) { 350 if (match(ext, lprefix3_exp [all...] |
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 289 ext = null 299 ext = $(i++) 314 if (match(ext, force64_expr)) 326 if (match(ext, evexonly_expr)) 328 else if (match(ext, vexonly_expr)) 330 else if (match(ext, vexok_expr) || match(opcode, vexok_opcode_expr)) 334 if (match(ext, prefix_expr)) { 342 if (match(ext, lprefix1_expr)) { 346 if (match(ext, lprefix2_expr)) { 350 if (match(ext, lprefix3_exp [all...] |
/kernel/linux/linux-6.6/tools/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 289 ext = null 299 ext = $(i++) 314 if (match(ext, force64_expr)) 326 if (match(ext, evexonly_expr)) 328 else if (match(ext, vexonly_expr)) 330 else if (match(ext, vexok_expr) || match(opcode, vexok_opcode_expr)) 334 if (match(ext, prefix_expr)) { 342 if (match(ext, lprefix1_expr)) { 346 if (match(ext, lprefix2_expr)) { 350 if (match(ext, lprefix3_exp [all...] |
/third_party/rust/crates/which-rs/src/ |
H A D | helper.rs | 5 let ext = path.as_ref().extension().and_then(|e| e.to_str()); in has_executable_extension() 6 match ext { in has_executable_extension() 7 Some(ext) => pathext in has_executable_extension() 9 .any(|e| ext.eq_ignore_ascii_case(&e.as_ref()[1..])), in has_executable_extension()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 594 OPENSSL_free(s->ext.peer_quic_transport_params_draft); in SSL_clear_quic() 595 s->ext.peer_quic_transport_params_draft = NULL; in SSL_clear_quic() 596 s->ext.peer_quic_transport_params_draft_len = 0; in SSL_clear_quic() 597 OPENSSL_free(s->ext.peer_quic_transport_params); in SSL_clear_quic() 598 s->ext.peer_quic_transport_params = NULL; in SSL_clear_quic() 599 s->ext.peer_quic_transport_params_len = 0; in SSL_clear_quic() 619 * s->ext.quic_transport_params in SSL_clear_quic() 620 * s->ext.quic_transport_params_len in SSL_clear_quic() 813 s->ext.max_fragment_len_mode = ctx->ext in SSL_new() 5552 RAW_EXTENSION *ext; SSL_client_hello_get1_extensions_present() local [all...] |