Home
last modified time | relevance | path

Searched defs:key (Results 151 – 175 of 2712) sorted by relevance

12345678910>>...109

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Droot-tree.c119 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root()
198 const struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root()
212 struct btrfs_key key; in btrfs_find_orphan_roots() local
295 const struct btrfs_key *key) in btrfs_del_root()
325 struct btrfs_key key; in btrfs_del_root_ref() local
396 struct btrfs_key key; in btrfs_add_root_ref() local
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-bio-prison-v2.c79 static void __setup_new_cell(struct dm_cell_key_v2 *key, in __setup_new_cell()
115 struct dm_cell_key_v2 *key, in __find_or_insert()
150 struct dm_cell_key_v2 *key, in __get()
173 struct dm_cell_key_v2 *key, in dm_cell_get_v2()
226 struct dm_cell_key_v2 *key, in __lock()
257 struct dm_cell_key_v2 *key, in dm_cell_lock_v2()
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-device.c41 int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value) in fw_csr_iterator_next()
53 int last_key = 0, key, value; in search_leaf() local
110 int fw_csr_string(const u32 *directory, int key, char *buf, size_t size) in fw_csr_string()
123 int key, value; in get_ids() local
245 u32 key; member
255 int key, value, ret = -ENOENT; in show_immediate() local
277 #define IMMEDIATE_ATTR(name, key) \ argument
319 #define TEXT_LEAF_ATTR(name, key) \ argument
424 int key, value; in units_sprintf() local
448 int key, value, i = 0; in units_show() local
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Djump_label.h35 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch()
49 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump()
71 jump_label_t key; member
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Daes_cbc.c8 int len, const void *key, unsigned char *ivec) in rk_crypto_cbc128_encrypt()
29 int len, const void *key, unsigned char *ivec) in rk_crypto_cbc128_decrypt()
57 unsigned long length, const unsigned char *key, const int key_len, in rk_aes_cbc_encrypt()
H A Daes_core.c632 RK_AES_KEY *key) { in rk_aes_set_encrypt_key()
737 RK_AES_KEY *key) { in rk_aes_set_decrypt_key()
789 const RK_AES_KEY *key) { in rk_aes_encrypt()
982 const RK_AES_KEY *key) { in rk_aes_decrypt()
H A Daes_cfb.c12 size_t len, const void *key, in rk_crypto_cfb128_encrypt()
45 size_t length, const RK_AES_KEY *key, in rk_aes_cfb128_encrypt()
52 unsigned long length, const unsigned char *key, const int key_len, in rk_aes_cfb_encrypt()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_mutex.c19 u32 key; member
87 int target, unsigned long long address, u32 key) in nfp_cpp_mutex_init()
124 unsigned long long address, u32 key) in nfp_cpp_mutex_alloc()
222 u32 key, value; in nfp_cpp_mutex_unlock() local
268 u32 key, value, tmp; in nfp_cpp_mutex_trylock() local
/OK3568_Linux_fs/kernel/security/keys/
H A Dproc.c70 struct key *key = rb_entry(n, struct key, serial_node); in key_serial_next() local
85 struct key *key = rb_entry(n, struct key, serial_node); in find_ge_key() local
116 struct key *key; in proc_keys_start() local
131 struct key *key = rb_entry(n, struct key, serial_node); in key_node_serial() local
156 struct key *key = rb_entry(_p, struct key, serial_node); in proc_keys_show() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dline_layer_properties.hpp16 static constexpr const char * key = "line-cap"; member
21 static constexpr const char * key = "line-join"; member
26 static constexpr const char * key = "line-miter-limit"; member
31 static constexpr const char * key = "line-round-limit"; member
/OK3568_Linux_fs/kernel/include/net/
H A Dflow_offload.h12 void *key; member
16 struct flow_dissector_key_meta *key, *mask; member
20 struct flow_dissector_key_basic *key, *mask; member
24 struct flow_dissector_key_control *key, *mask; member
28 struct flow_dissector_key_eth_addrs *key, *mask; member
32 struct flow_dissector_key_vlan *key, *mask; member
36 struct flow_dissector_key_ipv4_addrs *key, *mask; member
40 struct flow_dissector_key_ipv6_addrs *key, *mask; member
44 struct flow_dissector_key_ip *key, *mask; member
48 struct flow_dissector_key_ports *key, *mask; member
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dlockdep.h193 struct lock_class_key *key, int subclass, u8 inner, u8 outer) in lockdep_init_map_waits()
200 struct lock_class_key *key, int subclass, u8 inner) in lockdep_init_map_wait()
206 struct lock_class_key *key, int subclass) in lockdep_init_map()
217 #define lockdep_set_class(lock, key) \ argument
223 #define lockdep_set_class_and_name(lock, key, name) \ argument
229 #define lockdep_set_class_and_subclass(lock, key, sub) \ argument
247 #define lockdep_match_class(lock, key) lockdep_match_key(&(lock)->dep_map, key) argument
250 struct lock_class_key *key) in lockdep_match_key()
354 # define lockdep_init_map_type(lock, name, key, sub, inner, outer, type) \ argument
356 # define lockdep_init_map_waits(lock, name, key, sub, inner, outer) \ argument
[all …]
H A Drhashtable.h126 const void *key, const struct rhashtable_params params, in rht_key_get_hash()
157 const void *key, const struct rhashtable_params params) in rht_key_hashfn()
582 struct rhashtable *ht, const void *key, in __rhashtable_lookup()
635 struct rhashtable *ht, const void *key, in rhashtable_lookup()
658 struct rhashtable *ht, const void *key, in rhashtable_lookup_fast()
685 struct rhltable *hlt, const void *key, in rhltable_lookup()
698 struct rhashtable *ht, const void *key, struct rhash_head *obj, in __rhashtable_insert_fast()
849 struct rhltable *hlt, const void *key, struct rhlist_head *list, in rhltable_insert_key()
875 const char *key = rht_obj(&hlt->ht, &list->rhead); in rhltable_insert() local
900 const char *key = rht_obj(ht, obj); in rhashtable_lookup_insert_fast() local
[all …]
/OK3568_Linux_fs/external/mpp/utils/
H A Diniparser.c413 const char * iniparser_getstring(const dictionary * d, const char * key, const char * def) in iniparser_getstring()
454 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound) in iniparser_getlongint()
491 int iniparser_getint(const dictionary * d, const char * key, int notfound) in iniparser_getint()
509 double iniparser_getdouble(const dictionary * d, const char * key, double notfound) in iniparser_getdouble()
550 int iniparser_getboolean(const dictionary * d, const char * key, int notfound) in iniparser_getboolean()
636 char * key, in iniparser_line()
720 char key [ASCIILINESZ + 1] ; in iniparser_load() local
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/
H A Dagp_noop.c81 xf86DeallocateGARTMemory(int screenNum, int key) in xf86DeallocateGARTMemory()
87 xf86BindGARTMemory(int screenNum, int key, unsigned long offset) in xf86BindGARTMemory()
93 xf86UnbindGARTMemory(int screenNum, int key) in xf86UnbindGARTMemory()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v2_akcipher.c24 static void rk_rsa_adjust_rsa_key(struct rsa_key *key) in rk_rsa_adjust_rsa_key()
55 static int rk_rsa_setkey(struct crypto_akcipher *tfm, const void *key, in rk_rsa_setkey()
115 static int rk_rsa_setpubkey(struct crypto_akcipher *tfm, const void *key, in rk_rsa_setpubkey()
123 static int rk_rsa_setprivkey(struct crypto_akcipher *tfm, const void *key, in rk_rsa_setprivkey()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dtkip.c152 static void ieee80211_compute_tkip_p1k(struct ieee80211_key *key, u32 iv32) in ieee80211_compute_tkip_p1k()
174 struct ieee80211_key *key = (struct ieee80211_key *) in ieee80211_get_tkip_p1k_iv() local
199 struct ieee80211_key *key = (struct ieee80211_key *) in ieee80211_get_tkip_p2k() local
223 struct ieee80211_key *key, in ieee80211_tkip_encrypt_data()
240 struct ieee80211_key *key, in ieee80211_tkip_decrypt_data()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dfibonacci_heap.h81 int compare_data (K key) in compare_data()
205 K replace_key (fibonacci_node_t *node, K key) in replace_key()
214 K decrease_key (fibonacci_node_t *node, K key) in decrease_key()
357 fibonacci_heap<K,V>::insert (K key, V *data) in insert()
370 fibonacci_heap<K,V>::insert (fibonacci_node_t *node, K key, V *data) in insert()
402 fibonacci_heap<K,V>::replace_key_data (fibonacci_node<K,V> *node, K key, in replace_key_data() argument
/OK3568_Linux_fs/kernel/net/wireless/
H A Dlib80211_crypt_ccmp.c40 u8 key[CCMP_TK_LEN]; member
156 struct lib80211_ccmp_data *key = priv; in lib80211_ccmp_hdr() local
192 struct lib80211_ccmp_data *key = priv; in lib80211_ccmp_encrypt() local
256 struct lib80211_ccmp_data *key = priv; in lib80211_ccmp_decrypt() local
347 static int lib80211_ccmp_set_key(void *key, int len, u8 * seq, void *priv) in lib80211_ccmp_set_key()
379 static int lib80211_ccmp_get_key(void *key, int len, u8 * seq, void *priv) in lib80211_ccmp_get_key()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dfibonacci_heap.h81 int compare_data (K key) in compare_data()
205 K replace_key (fibonacci_node_t *node, K key) in replace_key()
214 K decrease_key (fibonacci_node_t *node, K key) in decrease_key()
357 fibonacci_heap<K,V>::insert (K key, V *data) in insert()
370 fibonacci_heap<K,V>::insert (fibonacci_node_t *node, K key, V *data) in insert()
402 fibonacci_heap<K,V>::replace_key_data (fibonacci_node<K,V> *node, K key, in replace_key_data() argument
/OK3568_Linux_fs/external/xserver/Xext/
H A Dhashtable.c31 void *key; member
124 ht_add(HashTable ht, const void *key) in ht_add()
170 ht_remove(HashTable ht, const void *key) in ht_remove()
189 ht_find(HashTable ht, const void *key) in ht_find()
227 const char *key = data; in one_at_a_time_hash() local
276 void (*print_key)(void *opaque, void *key), in ht_dump_contents()
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dconditional.c177 int cond_destroy_bool(void *key, void *datum, void *p) in cond_destroy_bool()
184 int cond_index_bool(void *key, void *datum, void *datap) in cond_index_bool()
210 char *key = NULL; in cond_read_bool() local
450 char *key = vkey; in cond_write_bool() local
556 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, in cond_compute_xperms()
575 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, in cond_compute_av()
679 static int cond_bools_destroy(void *key, void *datum, void *args) in cond_bools_destroy()
700 static int cond_bools_index(void *key, void *datum, void *args) in cond_bools_index()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dkey.c872 static void rxrpc_destroy(struct key *key) in rxrpc_destroy()
880 static void rxrpc_destroy_s(struct key *key) in rxrpc_destroy_s()
891 static void rxrpc_describe(const struct key *key, struct seq_file *m) in rxrpc_describe()
901 struct key *key; in rxrpc_request_key() local
931 struct key *key; in rxrpc_server_keyring() local
965 struct key *key; in rxrpc_get_server_data_key() local
1019 struct key *key; in rxrpc_get_null_key() local
1043 static long rxrpc_read(const struct key *key, in rxrpc_read()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-secvar.c57 static int opal_get_variable(const char *key, uint64_t ksize, in opal_get_variable()
74 static int opal_get_next_variable(const char *key, uint64_t *keylen, in opal_get_next_variable()
91 static int opal_set_variable(const char *key, uint64_t ksize, u8 *data, in opal_set_variable()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dplanetcore.c38 const char *planetcore_get_key(const char *table, const char *key) in planetcore_get_key()
52 int planetcore_get_decimal(const char *table, const char *key, u64 *val) in planetcore_get_decimal()
62 int planetcore_get_hex(const char *table, const char *key, u64 *val) in planetcore_get_hex()

12345678910>>...109