| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | item_ops.c | 24 static void sd_decrement_key(struct cpu_key *key) in sd_decrement_key() 31 static int sd_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) in sd_is_left_mergeable() 120 static void direct_decrement_key(struct cpu_key *key) in direct_decrement_key() 127 static int direct_is_left_mergeable(struct reiserfs_key *key, in direct_is_left_mergeable() 211 static void indirect_decrement_key(struct cpu_key *key) in indirect_decrement_key() 219 static int indirect_is_left_mergeable(struct reiserfs_key *key, in indirect_is_left_mergeable() 356 static void direntry_decrement_key(struct cpu_key *key) in direntry_decrement_key() 363 static int direntry_is_left_mergeable(struct reiserfs_key *key, in direntry_is_left_mergeable() 643 static void errcatch_decrement_key(struct cpu_key *key) in errcatch_decrement_key() 649 static int errcatch_is_left_mergeable(struct reiserfs_key *key, in errcatch_is_left_mergeable()
|
| H A D | prints.c | 17 static char *reiserfs_cpu_offset(struct cpu_key *key) in reiserfs_cpu_offset() 31 static char *le_offset(struct reiserfs_key *key) in le_offset() 48 static char *cpu_type(struct cpu_key *key) in cpu_type() 61 static char *le_type(struct reiserfs_key *key) in le_type() 79 static int scnprintf_le_key(char *buf, size_t size, struct reiserfs_key *key) in scnprintf_le_key() 91 static int scnprintf_cpu_key(char *buf, size_t size, struct cpu_key *key) in scnprintf_cpu_key() 444 struct reiserfs_key *key; in print_internal() local
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | cls_flower.c | 81 struct fl_flow_key key; member 116 struct fl_flow_key key; member 167 static void *fl_key_get_start(struct fl_flow_key *key, in fl_key_get_start() 173 static void fl_set_masked_key(struct fl_flow_key *mkey, struct fl_flow_key *key, in fl_set_masked_key() 202 static void fl_clear_masked_range(struct fl_flow_key *key, in fl_clear_masked_range() 209 struct fl_flow_key *key, in fl_range_port_dst_cmp() 232 struct fl_flow_key *key, in fl_range_port_src_cmp() 263 struct fl_flow_key *key) in fl_lookup_range() 282 struct cls_fl_filter *fl_mask_lookup(struct fl_flow_mask *mask, struct fl_flow_key *key) in fl_mask_lookup() 764 static int fl_set_key_port_range(struct nlattr **tb, struct fl_flow_key *key, in fl_set_key_port_range() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | btree.h | 216 #define btree_for_each_safel(head, key, val) \ argument 227 #define btree_for_each_safe32(head, key, val) \ argument 239 #define btree_for_each_safe64(head, key, val) \ argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | compound_expression.cpp | 230 optional<Value> featurePropertyAsExpressionValue(EvaluationContext params, const std::string& key) { in featurePropertyAsExpressionValue() 251 optional<double> featurePropertyAsDouble(EvaluationContext params, const std::string& key) { in featurePropertyAsDouble() 263 optional<std::string> featurePropertyAsString(EvaluationContext params, const std::string& key) { in featurePropertyAsString() 350 define("has", [](const EvaluationContext& params, const std::string& key) -> Result<bool> { in initializeDefinitions() 359 …define("has", [](const std::string& key, const std::unordered_map<std::string, Value>& object) -> … in initializeDefinitions() 363 define("get", [](const EvaluationContext& params, const std::string& key) -> Result<Value> { in initializeDefinitions() 376 …define("get", [](const std::string& key, const std::unordered_map<std::string, Value>& object) -> … in initializeDefinitions() 525 …define("filter-==", [](const EvaluationContext& params, const std::string& key, const Value &lhs) … in initializeDefinitions() 539 …define("filter-<", [](const EvaluationContext& params, const std::string& key, double lhs) -> Resu… in initializeDefinitions() 544 …define("filter-<", [](const EvaluationContext& params, const std::string& key, std::string lhs) ->… in initializeDefinitions() [all …]
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | inode-item.c | 82 struct btrfs_key key; in btrfs_lookup_inode_extref() local 105 struct btrfs_key key; in btrfs_del_inode_extref() local 177 struct btrfs_key key; in btrfs_del_inode_ref() local 261 struct btrfs_key key; in btrfs_insert_inode_extref() local 316 struct btrfs_key key; in btrfs_insert_inode_ref() local 392 struct btrfs_key key; in btrfs_insert_empty_inode() local
|
| H A D | print-tree.c | 29 const char *btrfs_root_name(const struct btrfs_key *key, char *buf) in btrfs_root_name() 85 struct btrfs_disk_key key; in print_extent_item() local 220 struct btrfs_key key; in btrfs_print_leaf() local 368 struct btrfs_key key; in btrfs_print_tree() local
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | privates.c | 161 DevPrivateKey *keyp, key; in fixupOneScreen() local 334 dixRegisterPrivateKey(DevPrivateKey key, DevPrivateType type, unsigned size) in dixRegisterPrivateKey() 408 DevPrivateKey key; in dixRegisterScreenPrivateKey() local 431 _dixGetScreenPrivateKey(const DevScreenPrivateKey key, ScreenPtr pScreen) in _dixGetScreenPrivateKey() 598 dixRegisterScreenSpecificPrivateKey(ScreenPtr pScreen, DevPrivateKey key, in dixRegisterScreenSpecificPrivateKey() 645 DevPrivateKey key; in dixFreeScreenSpecificPrivates() local 761 DevPrivateKey key, next; in dixResetPrivates() local
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_static_keys.c | 37 struct static_key *key; member 41 #define test_key_func(key, branch) \ argument 47 static void invert_key(struct static_key *key) in invert_key()
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target_parameters.c | 657 char *key, in iscsi_find_param_from_key() 677 int iscsi_extract_key_value(char *textbuf, char **key, char **value) in iscsi_extract_key_value() 709 char *key, in iscsi_add_notunderstood_response() 738 static int iscsi_check_for_auth_key(char *key) in iscsi_check_for_auth_key() 1189 char *key, in __iscsi_check_key() 1223 char *key, in iscsi_check_key() 1372 char *key, *value; in iscsi_decode_text_input() local 1507 char *key = NULL, *value = NULL; in iscsi_change_param_value() local
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | btree.c | 143 nilfs_btree_node_set_key(struct nilfs_btree_node *node, int index, __u64 key) in nilfs_btree_node_set_key() 240 __u64 key, __u64 ptr, int ncmax) in nilfs_btree_node_insert() 265 __u64 key; in nilfs_btree_node_delete() local 292 __u64 key, int *indexp) in nilfs_btree_node_lookup() 539 __u64 key, __u64 *ptrp, int minlevel, in nilfs_btree_do_lookup() 677 __u64 key, int level, __u64 *ptrp) in nilfs_btree_lookup() 694 __u64 key, __u64 *ptrp, in nilfs_btree_lookup_contig() 780 int level, __u64 key) in nilfs_btree_promote_key() 1030 __u64 key) in nilfs_btree_find_target_v() 1050 int *levelp, __u64 key, __u64 ptr, in nilfs_btree_prepare_insert() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/ |
| H A D | ieee80211_crypt_ccmp.c | 36 u8 key[CCMP_TK_LEN]; member 161 struct ieee80211_ccmp_data *key = priv; in ieee80211_ccmp_encrypt() local 230 struct ieee80211_ccmp_data *key = priv; in ieee80211_ccmp_decrypt() local 326 static int ieee80211_ccmp_set_key(void *key, int len, u8 *seq, void *priv) in ieee80211_ccmp_set_key() 358 static int ieee80211_ccmp_get_key(void *key, int len, u8 *seq, void *priv) in ieee80211_ccmp_get_key()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | persist_data.py | 160 def __getitem__(self, cursor, key): argument 169 def __delitem__(self, cursor, key): argument 176 def __setitem__(self, cursor, key, value): argument 194 def __contains__(self, cursor, key): argument 238 def has_key(self, key): argument
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/ |
| H A D | rtllib_crypt_ccmp.c | 31 u8 key[CCMP_TK_LEN]; member 155 struct rtllib_ccmp_data *key = priv; in rtllib_ccmp_encrypt() local 224 struct rtllib_ccmp_data *key = priv; in rtllib_ccmp_decrypt() local 317 static int rtllib_ccmp_set_key(void *key, int len, u8 *seq, void *priv) in rtllib_ccmp_set_key() 351 static int rtllib_ccmp_get_key(void *key, int len, u8 *seq, void *priv) in rtllib_ccmp_get_key()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ |
| H A D | opcua.json | 20 "key": "temperature °C", string 26 "key": "humidity", string 30 "key": "batteryLevel", string
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | rk_list.cpp | 28 RK_U32 key; member 37 static inline void list_node_init_with_key_and_size(rk_list_node *node, RK_U32 key, RK_S32 size) in list_node_init_with_key_and_size() 44 static rk_list_node* create_list(void *data, RK_S32 size, RK_U32 key) in create_list() 184 RK_S32 rk_list::add_by_key(void *data, RK_S32 size, RK_U32 *key) in add_by_key() 193 RK_S32 rk_list::del_by_key(void *data, RK_S32 size, RK_U32 key) in del_by_key() 203 RK_S32 rk_list::show_by_key(void *data, RK_U32 key) in show_by_key()
|
| /OK3568_Linux_fs/kernel/arch/s390/crypto/ |
| H A D | des_s390.c | 32 u8 key[DES3_KEY_SIZE]; member 35 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, in des_setkey() 49 static int des_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, in des_setkey_skcipher() 117 u8 key[DES3_KEY_SIZE]; in cbc_desall_crypt() member 200 static int des3_setkey(struct crypto_tfm *tfm, const u8 *key, in des3_setkey() 214 static int des3_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, in des3_setkey_skcipher()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | camellia_glue.c | 978 static void camellia_setup128(const unsigned char *key, u64 *subkey) in camellia_setup128() 1084 static void camellia_setup256(const unsigned char *key, u64 *subkey) in camellia_setup256() 1217 static void camellia_setup192(const unsigned char *key, u64 *subkey) in camellia_setup192() 1229 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey() 1253 static int camellia_setkey(struct crypto_tfm *tfm, const u8 *key, in camellia_setkey() 1259 static int camellia_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey_skcipher()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | sed-opal.h | 51 __u8 key[OPAL_KEY_MAX]; member 55 struct opal_key key; member 98 struct opal_key key; member 104 struct opal_key key; member 110 struct opal_key key; member 124 struct opal_key key; member
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | hashmap.c | 131 const void *key, size_t hash, in hashmap_find_entry() 154 int hashmap__insert(struct hashmap *map, const void *key, void *value, in hashmap__insert() 206 bool hashmap__find(const struct hashmap *map, const void *key, void **value) in hashmap__find() 220 bool hashmap__delete(struct hashmap *map, const void *key, in hashmap__delete()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | hashmap.c | 131 const void *key, size_t hash, in hashmap_find_entry() 154 int hashmap__insert(struct hashmap *map, const void *key, void *value, in hashmap__insert() 206 bool hashmap__find(const struct hashmap *map, const void *key, void **value) in hashmap__find() 220 bool hashmap__delete(struct hashmap *map, const void *key, in hashmap__delete()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | applesmc.c | 114 char key[5]; /* four-letter key code */ member 238 static int send_argument(const char *key) in send_argument() 248 static int read_smc(u8 cmd, const char *key, u8 *buffer, u8 len) in read_smc() 292 static int write_smc(u8 cmd, const char *key, const u8 *buffer, u8 len) in write_smc() 371 u8 key[4], info[6]; in applesmc_get_entry_by_index() local 403 static int applesmc_get_lower_bound(unsigned int *lo, const char *key) in applesmc_get_lower_bound() 425 static int applesmc_get_upper_bound(unsigned int *hi, const char *key) in applesmc_get_upper_bound() 447 static const struct applesmc_entry *applesmc_get_entry_by_key(const char *key) in applesmc_get_entry_by_key() 464 static int applesmc_read_key(const char *key, u8 *buffer, u8 len) in applesmc_read_key() 475 static int applesmc_write_key(const char *key, const u8 *buffer, u8 len) in applesmc_write_key() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/ |
| H A D | qat_algs.c | 416 const u8 *key, unsigned int keylen) in qat_alg_skcipher_init_com() 436 int alg, const u8 *key, in qat_alg_skcipher_init_enc() 449 int alg, const u8 *key, in qat_alg_skcipher_init_dec() 498 static int qat_alg_aead_init_sessions(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_init_sessions() 527 const u8 *key, in qat_alg_skcipher_init_sessions() 541 static int qat_alg_aead_rekey(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_rekey() 555 static int qat_alg_aead_newkey(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_newkey() 607 static int qat_alg_aead_setkey(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_setkey() 941 const u8 *key, unsigned int keylen, in qat_alg_skcipher_rekey() 953 const u8 *key, unsigned int keylen, in qat_alg_skcipher_newkey() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/ |
| H A D | p80211wep.c | 67 int wep_change_key(struct wlandevice *wlandev, int keynum, u8 *key, int keylen) in wep_change_key() 94 u8 s[256], key[64], c_crc[4]; in wep_decrypt() local 165 u8 s[256], key[64]; in wep_encrypt() local
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | jump_label.h | 17 static __always_inline bool arch_static_branch(struct static_key *key, in arch_static_branch() 38 static __always_inline bool arch_static_branch_jump(struct static_key *key, in arch_static_branch_jump()
|