Home
last modified time | relevance | path

Searched defs:chain (Results 401 - 425 of 511) sorted by relevance

1...<<1112131415161718192021

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvirtio_crypto.h163 struct virtio_crypto_alg_chain_session_req chain; member
249 struct virtio_crypto_alg_chain_data_req chain; member
/third_party/elfutils/src/
H A Dstrip.c2294 Elf32_Word *chain = bucket + nbucket; in handle_elf() local
2355 Elf64_Xword *chain = bucket + nbucket; in handle_elf() local
[all...]
/third_party/mbedtls/library/
H A Dx509_crt.c1311 static int mbedtls_x509_crt_parse_der_internal(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_internal() argument
1364 int mbedtls_x509_crt_parse_der_nocopy(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_nocopy() argument
1371 int mbedtls_x509_crt_parse_der_with_ext_cb(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_with_ext_cb() argument
1381 mbedtls_x509_crt_parse_der(mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen) mbedtls_x509_crt_parse_der() argument
1392 mbedtls_x509_crt_parse(mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen) mbedtls_x509_crt_parse() argument
1506 mbedtls_x509_crt_parse_file(mbedtls_x509_crt *chain, const char *path) mbedtls_x509_crt_parse_file() argument
1523 mbedtls_x509_crt_parse_path(mbedtls_x509_crt *chain, const char *path) mbedtls_x509_crt_parse_path() argument
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c167 struct vtn_access_chain *chain; in vtn_access_chain_create() local
481 struct vtn_access_chain chain = { vtn_pointer_to_deref() local
585 struct vtn_access_chain chain = { vtn_pointer_to_descriptor() local
674 struct vtn_access_chain chain = { _vtn_variable_load_store() local
743 struct vtn_access_chain chain = { _vtn_variable_copy() local
1715 struct vtn_access_chain chain = { vtn_pointer_to_ssa() local
2443 struct vtn_access_chain *chain = vtn_access_chain_create(b, count - 4); vtn_handle_variables() local
2619 struct vtn_access_chain chain = { vtn_handle_variables() local
2638 struct vtn_access_chain chain = { vtn_handle_variables() local
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c969 _x11_swapchain_result(struct x11_swapchain *chain, VkResult result, in _x11_swapchain_result() argument
1013 struct x11_swapchain *chain = (struct x11_swapchain *)wsi_chain; x11_get_wsi_image() local
1021 x11_handle_dri3_present_event(struct x11_swapchain *chain, xcb_present_generic_event_t *event) x11_handle_dri3_present_event() argument
1114 x11_acquire_next_image_poll_x11(struct x11_swapchain *chain, uint32_t *image_index, uint64_t timeout) x11_acquire_next_image_poll_x11() argument
1183 x11_acquire_next_image_from_queue(struct x11_swapchain *chain, uint32_t *image_index_out, uint64_t timeout) x11_acquire_next_image_from_queue() argument
1213 x11_present_to_x11_dri3(struct x11_swapchain *chain, uint32_t image_index, uint64_t target_msc) x11_present_to_x11_dri3() argument
1293 x11_present_to_x11_sw(struct x11_swapchain *chain, uint32_t image_index, uint64_t target_msc) x11_present_to_x11_sw() argument
1344 x11_present_to_x11(struct x11_swapchain *chain, uint32_t image_index, uint64_t target_msc) x11_present_to_x11() argument
1363 struct x11_swapchain *chain = (struct x11_swapchain *)anv_chain; x11_acquire_next_image() local
1416 struct x11_swapchain *chain = (struct x11_swapchain *)anv_chain; x11_queue_present() local
1486 x11_driver_owned_images(const struct x11_swapchain *chain) x11_driver_owned_images() argument
1509 struct x11_swapchain *chain = state; x11_manage_fifo_queues() local
1639 x11_image_init(VkDevice device_h, struct x11_swapchain *chain, const VkSwapchainCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks* pAllocator, struct x11_image *image) x11_image_init() argument
1775 x11_image_finish(struct x11_swapchain *chain, const VkAllocationCallbacks* pAllocator, struct x11_image *image) x11_image_finish() argument
1881 struct x11_swapchain *chain = (struct x11_swapchain *)anv_chain; x11_swapchain_destroy() local
1952 struct x11_swapchain *chain; x11_surface_create_swapchain() local
[all...]
H A Dwsi_common.c270 wsi_swapchain_init(const struct wsi_device *wsi, struct wsi_swapchain *chain, VkDevice _device, const VkSwapchainCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, bool use_buffer_blit) wsi_swapchain_init() argument
384 wsi_swapchain_finish(struct wsi_swapchain *chain) wsi_swapchain_finish() argument
413 wsi_configure_image(const struct wsi_swapchain *chain, const VkSwapchainCreateInfoKHR *pCreateInfo, VkExternalMemoryHandleTypeFlags handle_types, struct wsi_image_info *info) wsi_configure_image() argument
515 wsi_destroy_image_info(const struct wsi_swapchain *chain, struct wsi_image_info *info) wsi_destroy_image_info() argument
525 wsi_create_image(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image) wsi_create_image() argument
566 wsi_destroy_image(const struct wsi_swapchain *chain, struct wsi_image *image) wsi_destroy_image() argument
887 wsi_signal_semaphore_for_image(struct vk_device *device, const struct wsi_swapchain *chain, const struct wsi_image *image, VkSemaphore _semaphore) wsi_signal_semaphore_for_image() argument
919 wsi_signal_fence_for_image(struct vk_device *device, const struct wsi_swapchain *chain, const struct wsi_image *image, VkFence _fence) wsi_signal_fence_for_image() argument
1337 wsi_create_buffer_image_mem(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image, VkExternalMemoryHandleTypeFlags handle_types, bool implicit_sync) wsi_create_buffer_image_mem() argument
1447 wsi_finish_create_buffer_image(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image) wsi_finish_create_buffer_image() argument
1548 wsi_configure_buffer_image(UNUSED const struct wsi_swapchain *chain, const VkSwapchainCreateInfoKHR *pCreateInfo, uint32_t stride_align, uint32_t size_align, struct wsi_image_info *info) wsi_configure_buffer_image() argument
1586 wsi_create_cpu_linear_image_mem(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image) wsi_create_cpu_linear_image_mem() argument
1651 wsi_create_cpu_buffer_image_mem(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image) wsi_create_cpu_buffer_image_mem() argument
1671 wsi_configure_cpu_image(const struct wsi_swapchain *chain, const VkSwapchainCreateInfoKHR *pCreateInfo, uint8_t *(alloc_shm)(struct wsi_image *image, unsigned size), struct wsi_image_info *info) wsi_configure_cpu_image() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1345 int chain = GetNextEntry(entry); in SmallOrderedHashTableVerify() local
/third_party/node/deps/openssl/openssl/apps/
H A Dpkcs12.c162 int export_pkcs12 = 0, options = 0, chain = 0, twopass = 0, keytype = 0; in pkcs12_main() local
996 get_cert_chain(X509 *cert, X509_STORE *store, STACK_OF(X509) *untrusted_certs, STACK_OF(X509) **chain) get_cert_chain() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c151 set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key, STACK_OF(X509) *chain, int build_chain) set_cert_key_stuff() argument
[all...]
/third_party/openssl/apps/lib/
H A Ds_cb.c151 set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key, STACK_OF(X509) *chain, int build_chain) set_cert_key_stuff() argument
[all...]
/third_party/openssl/apps/
H A Dpkcs12.c162 int export_pkcs12 = 0, options = 0, chain = 0, twopass = 0, keytype = 0; in pkcs12_main() local
1000 get_cert_chain(X509 *cert, X509_STORE *store, STACK_OF(X509) *untrusted_certs, STACK_OF(X509) **chain) get_cert_chain() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework_sc.py30 from itertools import chain namespace
H A Dohos_gen_framework.py32 from itertools import chain namespace
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp1267 int32_t NetsysNativeClient::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
1277 int32_t NetsysNativeClient::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
1287 int32_t NetsysNativeClient::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument
1297 int32_t NetsysNativeClient::FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, uint32_t firewallRule) in FirewallSetUidRule() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service_stub.cpp1250 uint32_t chain = data.ReadUint32(); in CmdFirewallSetUidsAllowedListChain() local
1266 uint32_t chain = data.ReadUint32(); in CmdFirewallSetUidsDeniedListChain() local
1282 uint32_t chain = data.ReadUint32(); in CmdFirewallEnableChain() local
1292 uint32_t chain = (unsigned)data.ReadUint32(); in CmdFirewallSetUidRule() local
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
H A Dcesa.h462 struct mv_cesa_tdma_chain chain; member
533 struct mv_cesa_tdma_chain chain; global() member
845 mv_cesa_tdma_desc_iter_init(struct mv_cesa_tdma_chain *chain) mv_cesa_tdma_desc_iter_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/
H A Dadma.c1691 struct list_head chain = LIST_HEAD_INIT(chain); ppc440spe_adma_alloc_slots() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c3638 ar9003_hw_ant_ctrl_chain_get(struct ath_hw *ah, int chain, bool is2ghz) ar9003_hw_ant_ctrl_chain_get() argument
3649 int chain; ar9003_hw_ant_ctrl_apply() local
3838 ar9003_hw_atten_chain_get(struct ath_hw *ah, int chain, struct ath9k_channel *chan) ar9003_hw_atten_chain_get() argument
3866 ar9003_hw_atten_chain_get_margin(struct ath_hw *ah, int chain, struct ath9k_channel *chan) ar9003_hw_atten_chain_get_margin() argument
4213 int chain; ar9003_hw_apply_minccapwr_thresh() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c207 u32 chain; in inc_enq() local
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dcls_flower.c98 struct tcf_chain *chain; member
2325 static int fl_hw_create_tmplt(struct tcf_chain *chain, in fl_hw_create_tmplt() argument
2351 static void fl_hw_destroy_tmplt(struct tcf_chain *chain, in fl_hw_destroy_tmplt() argument
2364 fl_tmplt_create(struct net *net, struct tcf_chain *chain, struct nlattr **tca, struct netlink_ext_ack *extack) fl_tmplt_create() argument
[all...]
H A Dcls_api.c56 static void tcf_proto_signal_destroying(struct tcf_chain *chain, in tcf_proto_signal_destroying() argument
75 static bool tcf_proto_exists_destroying(struct tcf_chain *chain, in tcf_proto_exists_destroying() argument
96 tcf_proto_signal_destroyed(struct tcf_chain *chain, struct tcf_proto *tp) in tcf_proto_signal_destroyed() argument
249 tcf_proto_create(const char *kind, u32 protocol, u32 prio, struct tcf_chain *chain, bool rtnl_held, struct netlink_ext_ack *extack) tcf_proto_create() argument
349 struct tcf_chain *chain; tcf_chain_create() local
373 tcf_chain0_head_change(struct tcf_chain *chain, struct tcf_proto *tp_head) tcf_chain0_head_change() argument
390 tcf_chain_detach(struct tcf_chain *chain) tcf_chain_detach() argument
414 tcf_chain_destroy(struct tcf_chain *chain, bool free_block) tcf_chain_destroy() argument
424 tcf_chain_hold(struct tcf_chain *chain) tcf_chain_hold() argument
431 tcf_chain_held_by_acts_only(struct tcf_chain *chain) tcf_chain_held_by_acts_only() argument
444 struct tcf_chain *chain; tcf_chain_lookup() local
459 struct tcf_chain *chain; tcf_chain_lookup_rcu() local
476 struct tcf_chain *chain = NULL; __tcf_chain_get() local
531 __tcf_chain_put(struct tcf_chain *chain, bool by_act, bool explicitly_created) __tcf_chain_put() argument
580 tcf_chain_put(struct tcf_chain *chain) tcf_chain_put() argument
585 tcf_chain_put_by_act(struct tcf_chain *chain) tcf_chain_put_by_act() argument
591 tcf_chain_put_explicitly_created(struct tcf_chain *chain) tcf_chain_put_explicitly_created() argument
596 tcf_chain_flush(struct tcf_chain *chain, bool rtnl_held) tcf_chain_flush() argument
910 __tcf_get_next_chain(struct tcf_block *block, struct tcf_chain *chain) __tcf_get_next_chain() argument
942 tcf_get_next_chain(struct tcf_block *block, struct tcf_chain *chain) tcf_get_next_chain() argument
954 __tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) __tcf_get_next_proto() argument
995 tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp, bool rtnl_held) tcf_get_next_proto() argument
1009 struct tcf_chain *chain; tcf_block_flush_all_chains() local
1405 struct tcf_chain *chain, *chain_prev; tcf_block_playback_offloads() local
1647 tcf_chain_tp_prev(struct tcf_chain *chain, struct tcf_chain_info *chain_info) tcf_chain_tp_prev() argument
1653 tcf_chain_tp_insert(struct tcf_chain *chain, struct tcf_chain_info *chain_info, struct tcf_proto *tp) tcf_chain_tp_insert() argument
1669 tcf_chain_tp_remove(struct tcf_chain *chain, struct tcf_chain_info *chain_info, struct tcf_proto *tp) tcf_chain_tp_remove() argument
1691 tcf_chain_tp_insert_unique(struct tcf_chain *chain, struct tcf_proto *tp_new, u32 protocol, u32 prio, bool rtnl_held) tcf_chain_tp_insert_unique() argument
1725 tcf_chain_tp_delete_empty(struct tcf_chain *chain, struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) tcf_chain_tp_delete_empty() argument
1766 tcf_chain_tp_find(struct tcf_chain *chain, struct tcf_chain_info *chain_info, u32 protocol, u32 prio, bool prio_allocate) tcf_chain_tp_find() argument
1926 tfilter_notify_chain(struct net *net, struct sk_buff *oskb, struct tcf_block *block, struct Qdisc *q, u32 parent, struct nlmsghdr *n, struct tcf_chain *chain, int event, bool rtnl_held) tfilter_notify_chain() argument
1960 struct tcf_chain *chain; tc_new_tfilter() local
2189 struct tcf_chain *chain = NULL; tc_del_tfilter() local
2349 struct tcf_chain *chain = NULL; tc_get_tfilter() local
2479 tcf_chain_dump(struct tcf_chain *chain, struct Qdisc *q, u32 parent, struct sk_buff *skb, struct netlink_callback *cb, long index_start, long *p_index, bool terse) tcf_chain_dump() argument
2547 struct tcf_chain *chain, *chain_prev; tc_dump_tfilter() local
2699 tc_chain_notify(struct tcf_chain *chain, struct sk_buff *oskb, u32 seq, u16 flags, int event, bool unicast) tc_chain_notify() argument
2755 tc_chain_tmplt_add(struct tcf_chain *chain, struct net *net, struct nlattr **tca, struct netlink_ext_ack *extack) tc_chain_tmplt_add() argument
2813 struct tcf_chain *chain; tc_ctl_chain() local
2947 struct tcf_chain *chain; tc_dump_chain() local
[all...]
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_tables.h91 struct nft_chain *chain; member
179 struct nft_chain *chain; member
526 const struct nft_chain *chain; member
979 nft_chain_binding(const struct nft_chain *chain) nft_chain_binding() argument
984 nft_chain_is_bound(struct nft_chain *chain) nft_chain_is_bound() argument
1023 struct nft_chain chain; global() member
1027 nft_base_chain(const struct nft_chain *chain) nft_base_chain() argument
1032 nft_is_base_chain(const struct nft_chain *chain) nft_is_base_chain() argument
1278 const struct nft_chain *chain; global() member
1456 struct nft_chain *chain; global() member
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dsch_generic.h404 struct tcf_chain *chain; member
463 struct tcf_chain *chain; member
472 static inline bool lockdep_tcf_chain_is_locked(struct tcf_chain *chain) in lockdep_tcf_chain_is_locked() argument
482 static inline bool lockdep_tcf_chain_is_locked(struct tcf_block *chain) in lockdep_tcf_chain_is_locked() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmachine.c2254 struct ip_callchain *chain = sample->callchain; in lbr_callchain_add_kernel_ip() local
2561 struct ip_callchain *chain = sample->callchain; in resolve_lbr_callchain_sample() local
2635 static int find_prev_cpumode(struct ip_callchain *chain, struct thread *thread, in find_prev_cpumode() argument
2666 struct ip_callchain *chain in thread__resolve_callchain_sample() local
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c183 struct callchain_list *chain; in callchain_node__count_rows_rb_tree() local
204 struct callchain_list *chain; in callchain_node__count_flat_rows() local
238 struct callchain_list *chain; in callchain_node__count_rows() local
259 callchain__count_rows(struct rb_root *chain) callchain__count_rows() argument
334 struct callchain_list *chain; callchain_node__init_have_children_rb_tree() local
354 struct callchain_list *chain; callchain_node__init_have_children() local
517 struct callchain_list *chain; callchain_node__set_folding_rb_tree() local
535 struct callchain_list *chain; callchain_node__set_folding() local
551 callchain__set_folding(struct rb_root *chain, bool unfold) callchain__set_folding() argument
787 hist_browser__show_callchain_entry(struct hist_browser *browser, struct callchain_list *chain, const char *str, int offset, unsigned short row, struct callchain_print_arg *arg) hist_browser__show_callchain_entry() argument
813 hist_browser__fprintf_callchain_entry(struct hist_browser *b __maybe_unused, struct callchain_list *chain, const char *str, int offset, unsigned short row __maybe_unused, struct callchain_print_arg *arg) hist_browser__fprintf_callchain_entry() argument
842 hist_browser__show_callchain_list(struct hist_browser *browser, struct callchain_node *node, struct callchain_list *chain, unsigned short row, u64 total, bool need_percent, int offset, print_callchain_entry_fn print, struct callchain_print_arg *arg) hist_browser__show_callchain_list() argument
925 struct callchain_list *chain; hist_browser__show_callchain_flat() local
985 hist_browser__folded_callchain_str(struct hist_browser *browser, struct callchain_list *chain, char *value_str, char *old_str) hist_browser__folded_callchain_str() argument
1029 struct callchain_list *chain, *first_chain = NULL; hist_browser__show_callchain_folded() local
1118 struct callchain_list *chain; hist_browser__show_callchain_graph() local
[all...]

Completed in 63 milliseconds

1...<<1112131415161718192021