/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_mutex.c | 19 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
|
/openbmc/linux/security/keys/ |
H A D | proc.c | 70 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
|
/openbmc/linux/net/sched/ |
H A D | cls_flower.c | 85 struct fl_flow_key key; member 120 struct fl_flow_key key; member 172 static void *fl_key_get_start(struct fl_flow_key *key, in fl_key_get_start() 178 static void fl_set_masked_key(struct fl_flow_key *mkey, struct fl_flow_key *key, in fl_set_masked_key() 207 static void fl_clear_masked_range(struct fl_flow_key *key, in fl_clear_masked_range() 214 struct fl_flow_key *key, in fl_range_port_dst_cmp() 237 struct fl_flow_key *key, in fl_range_port_src_cmp() 268 struct fl_flow_key *key) in fl_lookup_range() 287 struct cls_fl_filter *fl_mask_lookup(struct fl_flow_mask *mask, struct fl_flow_key *key) in fl_mask_lookup() 802 static int fl_set_key_spi(struct nlattr **tb, struct fl_flow_key *key, in fl_set_key_spi() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_listen.c | 35 u32 key = 0; in test_insert_invalid() local 53 u32 key = 0; in test_insert_opened() local 77 u32 key = 0; in test_insert_bound() local 104 u32 key; in test_insert() local 121 u32 key; in test_delete_after_insert() local 140 u32 key; in test_delete_after_close() local 164 u32 key; in test_lookup_after_insert() local 193 u32 key; in test_lookup_after_delete() local 215 u32 key, value32; in test_lookup_32_bit_value() local 248 u32 key; in test_update_existing() local [all …]
|
/openbmc/linux/drivers/firewire/ |
H A D | core-device.c | 41 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 109 int fw_csr_string(const u32 *directory, int key, char *buf, size_t size) in fw_csr_string() 122 int key, value; in get_ids() local 244 u32 key; member 254 int key, value, ret = -ENOENT; in show_immediate() local 276 #define IMMEDIATE_ATTR(name, key) \ argument 318 #define TEXT_LEAF_ATTR(name, key) \ argument 421 int key, value; in units_sprintf() local 445 int key, value, i = 0; in units_show() local [all …]
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | planetcore.c | 38 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()
|
/openbmc/linux/fs/btrfs/ |
H A D | lru_cache.c | 23 static struct btrfs_lru_cache_entry *match_entry(struct list_head *head, u64 key, in match_entry() 46 u64 key, u64 gen) in btrfs_lru_cache_lookup() 110 const u64 key = new_entry->key; in btrfs_lru_cache_store() local
|
/openbmc/skeleton/pysystemmgr/ |
H A D | system_manager.py | 39 def doObjectLookup(self, category, key): argument 54 def getObjectFromId(self, category, key): argument 58 def getObjectFromByteId(self, category, key): argument
|
/openbmc/linux/kernel/ |
H A D | static_call_inline.c | 113 static inline bool static_call_key_has_mods(struct static_call_key *key) in static_call_key_has_mods() 118 static inline struct static_call_mod *static_call_key_next(struct static_call_key *key) in static_call_key_next() 126 static inline struct static_call_site *static_call_key_sites(struct static_call_key *key) in static_call_key_sites() 134 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() 225 struct static_call_key *key, *prev_key = NULL; in __static_call_init() local 373 unsigned long key; in static_call_add_module() local 408 struct static_call_key *key, *prev_key = NULL; in static_call_del_module() local
|
/openbmc/linux/net/mac80211/ |
H A D | tkip.c | 152 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()
|
/openbmc/qemu/util/ |
H A D | keyval.c | 113 static int key_to_index(const char *key, const char **end) in key_to_index() 147 const char *key, const char *key_cursor, in keyval_parse_put() 188 const char *key, *key_end, *val_end, *s, *end; in keyval_parse_one() local 302 static char *reassemble_key(GSList *key) in reassemble_key() 409 char *key; in keyval_listify() local
|
/openbmc/u-boot/test/env/ |
H A D | hashtable.c | 23 char key[20]; in htab_fill() local 43 char key[20]; in htab_check_fill() local 66 char key[20]; in htab_create_delete() local
|
/openbmc/linux/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
|
H A D | lockdep.h | 190 struct lock_class_key *key, int subclass, u8 inner, u8 outer) in lockdep_init_map_waits() 197 struct lock_class_key *key, int subclass, u8 inner) in lockdep_init_map_wait() 203 struct lock_class_key *key, int subclass) in lockdep_init_map() 214 #define lockdep_set_class(lock, key) \ argument 220 #define lockdep_set_class_and_name(lock, key, name) \ argument 226 #define lockdep_set_class_and_subclass(lock, key, sub) \ argument 244 #define lockdep_match_class(lock, key) lockdep_match_key(&(lock)->dep_map, key) argument 247 struct lock_class_key *key) in lockdep_match_key() 378 # define lock_set_class(l, n, key, s, i) do { (void)(key); } while (0) argument 382 # define lockdep_init_map_type(lock, name, key, sub, inner, outer, type) \ argument [all …]
|
/openbmc/linux/net/wireless/ |
H A D | lib80211_crypt_ccmp.c | 40 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()
|
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/ |
H A D | config.json | 8 "key": 6, number 27 "key": 7, number 46 "key": 8, number 65 "key": 10, number
|
/openbmc/qemu/hw/arm/ |
H A D | smmu-common.c | 36 SMMUIOTLBKey *key = (SMMUIOTLBKey *)v; in smmu_iotlb_key_hash() local 63 SMMUIOTLBKey key = {.asid = asid, .vmid = vmid, .iova = iova, in smmu_get_iotlb_key() local 83 SMMUIOTLBKey key; in smmu_iotlb_lookup_all_levels() local 142 SMMUIOTLBKey *key = g_new0(SMMUIOTLBKey, 1); in smmu_iotlb_insert() local 162 static gboolean smmu_hash_remove_by_asid_vmid(gpointer key, gpointer value, in smmu_hash_remove_by_asid_vmid() 172 static gboolean smmu_hash_remove_by_vmid(gpointer key, gpointer value, in smmu_hash_remove_by_vmid() 181 static gboolean smmu_hash_remove_by_vmid_s1(gpointer key, gpointer value, in smmu_hash_remove_by_vmid_s1() 191 static gboolean smmu_hash_remove_by_asid_vmid_iova(gpointer key, gpointer value, in smmu_hash_remove_by_asid_vmid_iova() 209 static gboolean smmu_hash_remove_by_vmid_ipa(gpointer key, gpointer value, in smmu_hash_remove_by_vmid_ipa() 235 SMMUIOTLBKey key = smmu_get_iotlb_key(asid, vmid, iova, tg, ttl); in smmu_iotlb_inv_iova() local [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | tls.h | 128 unsigned char key[TLS_CIPHER_AES_GCM_128_KEY_SIZE]; member 136 unsigned char key[TLS_CIPHER_AES_GCM_256_KEY_SIZE]; member 144 unsigned char key[TLS_CIPHER_AES_CCM_128_KEY_SIZE]; member 152 unsigned char key[TLS_CIPHER_CHACHA20_POLY1305_KEY_SIZE]; member 160 unsigned char key[TLS_CIPHER_SM4_GCM_KEY_SIZE]; member 168 unsigned char key[TLS_CIPHER_SM4_CCM_KEY_SIZE]; member 176 unsigned char key[TLS_CIPHER_ARIA_GCM_128_KEY_SIZE]; member 184 unsigned char key[TLS_CIPHER_ARIA_GCM_256_KEY_SIZE]; member
|
/openbmc/linux/security/selinux/ss/ |
H A D | conditional.c | 177 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 451 char *key = vkey; in cond_write_bool() local 557 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, in cond_compute_xperms() 574 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()
|
/openbmc/ipmitool/src/plugins/lanplus/ |
H A D | lanplus_crypt_impl.c | 114 const void *key, in lanplus_HMAC() 152 const uint8_t * key, in lanplus_encrypt_aes_cbc_128() 227 const uint8_t * key, in lanplus_decrypt_aes_cbc_128()
|
/openbmc/linux/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()
|
/openbmc/qemu/net/ |
H A D | filter-rewriter.c | 73 Packet *pkt, ConnectionKey *key) in handle_primary_tcp_pkt() 179 Packet *pkt, ConnectionKey *key) in handle_secondary_tcp_pkt() 261 ConnectionKey key; in colo_rewriter_receive_iov() local 329 static void reset_seq_offset(gpointer key, gpointer value, gpointer user_data) in reset_seq_offset() 336 static gboolean offset_is_nonzero(gpointer key, in offset_is_nonzero()
|
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-btree.c | 44 static int bsearch(struct btree_node *n, uint64_t key, int want_hi) in bsearch() 64 int lower_bound(struct btree_node *n, uint64_t key) in lower_bound() 69 static int upper_bound(struct btree_node *n, uint64_t key) in upper_bound() 87 uint64_t key, void *value) in insert_at() 343 static int btree_lookup_raw(struct ro_spine *s, dm_block_t block, uint64_t key, in btree_lookup_raw() 420 uint64_t key, uint64_t *rkey, void *value_le) in dm_btree_lookup_next_single() 655 struct dm_btree_value_type *vt, uint64_t key) in split_one_into_two() 738 struct dm_btree_value_type *vt, uint64_t key) in split_two_into_three() 838 static int btree_split_beneath(struct shadow_spine *s, uint64_t key) in btree_split_beneath() 916 unsigned int parent_index, uint64_t key) in rebalance_left() [all …]
|
/openbmc/linux/kernel/bpf/ |
H A D | devmap.c | 243 static int dev_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in dev_map_get_next_key() 264 static void *__dev_map_hash_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_hash_lookup_elem() 278 static int dev_map_hash_get_next_key(struct bpf_map *map, void *key, in dev_map_hash_get_next_key() 429 static void *__dev_map_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_lookup_elem() 787 static void *dev_map_lookup_elem(struct bpf_map *map, void *key) in dev_map_lookup_elem() 794 static void *dev_map_hash_lookup_elem(struct bpf_map *map, void *key) in dev_map_hash_lookup_elem() 812 static long dev_map_delete_elem(struct bpf_map *map, void *key) in dev_map_delete_elem() 829 static long dev_map_hash_delete_elem(struct bpf_map *map, void *key) in dev_map_hash_delete_elem() 900 void *key, void *value, u64 map_flags) in __dev_map_update_elem() 941 static long dev_map_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_update_elem() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | sock_destroy_prog.c | 31 int key = 0; in sock_connect() local 54 int key = 0; in iter_tcp6_client() local 110 int key = 0; in iter_udp6_client() local
|