/openbmc/linux/net/openvswitch/ |
H A D | actions.c | 73 struct sw_flow_key key[OVS_DEFERRED_ACTION_THRESHOLD]; member 87 struct sw_flow_key *key = NULL; in clone_key() local 126 const struct sw_flow_key *key, in add_deferred_actions() 145 static void invalidate_flow_key(struct sw_flow_key *key) in invalidate_flow_key() 150 static bool is_flow_key_valid(const struct sw_flow_key *key) in is_flow_key_valid() 165 static int push_mpls(struct sk_buff *skb, struct sw_flow_key *key, in push_mpls() 181 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls() 218 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan() 232 static int push_vlan(struct sk_buff *skb, struct sw_flow_key *key, in push_vlan() 258 const struct ovs_key_ethernet *key, in set_eth_addr() [all …]
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 99 std::string_view key [[maybe_unused]]) in checkRange() 138 UnpackErrorCode unpackValueVariant(nlohmann::json& j, std::string_view key, in unpackValueVariant() 158 std::string_view key, Type& value) in unpackValueWithErrorCode() 260 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, in unpackValue() 349 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, Type& value) in unpackValue() 489 std::string_view key; member 505 std::string_view key = unpackSpec.key; in readJsonHelperObject() local 596 void packVariant(std::span<PerUnpack> toPack, std::string_view key, in packVariant() 611 std::string_view key, FirstType&& first, in readJsonObject() 623 std::string_view key, FirstType&& first, UnpackTypes&&... in) in readJson() [all …]
|
/openbmc/linux/drivers/nvdimm/ |
H A D | security.c | 27 static void *key_data(struct key *key) in key_data() 36 static void nvdimm_put_key(struct key *key) in nvdimm_put_key() 52 struct key *key = NULL; in nvdimm_request_key() local 81 struct key **key) in nvdimm_get_key_payload() 94 struct key *key; in nvdimm_lookup_user_key() local 121 key_serial_t id, int subclass, struct key **key) in nvdimm_get_user_key_payload() 141 struct key *key; in nvdimm_key_revalidate() local 169 struct key *key; in __nvdimm_security_unlock() local 253 struct key *key; in security_disable() local 302 struct key *key, *newkey; in security_update() local [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | check-qdict.c | 73 const char *key = "test"; in qdict_get_test() local 91 const char *key = "int"; in qdict_get_int_test() local 106 const char *key = "int"; in qdict_get_try_int_test() local 127 const char *key = "key"; in qdict_get_str_test() local 143 const char *key = "key"; in qdict_get_try_str_test() local 166 const char *key = "test"; in qdict_haskey_test() local 177 const char *key = "key test"; in qdict_del_test() local 238 const char *key = "exists"; in qdict_put_exists_test() local 274 static QString *read_line(FILE *file, char *key) in read_line() 290 char key[128]; in qdict_stress_test() local
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-mod-exp.c | 36 static void subtract_modulus(const struct rsa_public_key *key, uint32_t num[]) in subtract_modulus() 55 static int greater_equal_modulus(const struct rsa_public_key *key, in greater_equal_modulus() 80 static void montgomery_mul_add_step(const struct rsa_public_key *key, in montgomery_mul_add_step() 115 static void montgomery_mul(const struct rsa_public_key *key, in montgomery_mul() 132 static int num_public_exponent_bits(const struct rsa_public_key *key, in num_public_exponent_bits() 162 static int is_public_exponent_bit_set(const struct rsa_public_key *key, in is_public_exponent_bit_set() 174 static int pow_mod(const struct rsa_public_key *key, uint32_t *inout) in pow_mod() 252 struct rsa_public_key key; in rsa_mod_exp_sw() local 320 struct rsa_public_key *key; in zynq_pow_mod() local
|
/openbmc/qemu/hw/usb/ |
H A D | canokey.c | 70 CanoKeyState *key = base; in canokey_emu_stall_ep() local 80 CanoKeyState *key = base; in canokey_emu_set_address() local 89 CanoKeyState *key = base; in canokey_emu_prepare_receive() local 99 CanoKeyState *key = base; in canokey_emu_transmit() local 129 CanoKeyState *key = base; in canokey_emu_get_rx_data_size() local 139 CanoKeyState *key = CANOKEY(dev); in canokey_handle_reset() local 152 CanoKeyState *key = CANOKEY(dev); in canokey_handle_control() local 190 CanoKeyState *key = CANOKEY(dev); in canokey_handle_data() local 273 CanoKeyState *key = CANOKEY(base); in canokey_realize() local
|
H A D | u2f-passthru.c | 118 static void u2f_passthru_reset(U2FPassthruState *key) in u2f_passthru_reset() 130 U2FPassthruState *key = opaque; in u2f_timeout_check() local 140 static int u2f_transaction_get_index(U2FPassthruState *key, uint32_t cid) in u2f_transaction_get_index() 152 static struct transaction *u2f_transaction_get(U2FPassthruState *key, in u2f_transaction_get() 162 static struct transaction *u2f_transaction_get_from_nonce(U2FPassthruState *key, in u2f_transaction_get_from_nonce() 177 static void u2f_transaction_close(U2FPassthruState *key, uint32_t cid) in u2f_transaction_close() 204 static void u2f_transaction_add(U2FPassthruState *key, uint32_t cid, in u2f_transaction_add() 236 static void u2f_transaction_start(U2FPassthruState *key, in u2f_transaction_start() 258 static void u2f_passthru_recv_from_host(U2FPassthruState *key, in u2f_passthru_recv_from_host() 307 U2FPassthruState *key = opaque; in u2f_passthru_read() local [all …]
|
/openbmc/linux/include/net/ |
H A D | arp.h | 15 u32 key = *(const u32 *)pkey; in arp_hashfn() local 22 static inline struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref() 31 struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref() 37 static inline struct neighbour *__ipv4_neigh_lookup(struct net_device *dev, u32 key) in __ipv4_neigh_lookup() 50 static inline void __ipv4_confirm_neigh(struct net_device *dev, u32 key) in __ipv4_confirm_neigh()
|
/openbmc/linux/security/keys/ |
H A D | request_key.c | 25 struct key *key = current->cached_requested_key; in check_cached_key() local 36 static void cache_requested_key(struct key *key) in cache_requested_key() 62 struct key *key = rka->target_key; in complete_request_key() local 124 struct key *key = rka->target_key, *keyring, *session, *user_session; in call_sbin_request_key() local 226 static int construct_key(struct key *key, const void *callout_info, in construct_key() 376 struct key *key; in construct_alloc_key() local 497 struct key *key; in construct_key_and_link() local 596 struct key *key; in request_key_and_link() local 676 int wait_for_key_construction(struct key *key, bool intr) in wait_for_key_construction() 711 struct key *key; in request_key_tag() local [all …]
|
H A D | keyring.c | 45 static inline void *keyring_key_to_ptr(struct key *key) in keyring_key_to_ptr() 305 const struct key *key = keyring_ptr_to_key(object); in keyring_get_object_key_chunk() local 312 const struct key *key = keyring_ptr_to_key(object); in keyring_compare_object() local 461 const struct key *key = keyring_ptr_to_key(object); in keyring_read_iterator() local 565 bool key_default_cmp(const struct key *key, in key_default_cmp() 577 const struct key *key = keyring_ptr_to_key(object); in keyring_search_iterator() local 675 struct key *key; in search_nested_keyrings() local 955 key_ref_t key; in keyring_search() local 1104 struct key *keyring, *key; in find_key_to_update() local 1196 const struct key *key = keyring_ptr_to_key(object); in keyring_detect_cycle_iterator() local [all …]
|
H A D | user_defined.c | 101 int user_update(struct key *key, struct key_preparsed_payload *prep) in user_update() 128 void user_revoke(struct key *key) in user_revoke() 146 void user_destroy(struct key *key) in user_destroy() 158 void user_describe(const struct key *key, struct seq_file *m) in user_describe() 171 long user_read(const struct key *key, char *buffer, size_t buflen) in user_read()
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_rsa.c | 25 IAvbKey* key = NULL; in iavb_parse_key_data() local 82 static void iavb_free_parsed_key(IAvbKey* key) { in iavb_free_parsed_key() 87 static void subM(const IAvbKey* key, uint32_t* a) { in subM() 98 static int geM(const IAvbKey* key, uint32_t* a) { in geM() 113 static void montMulAdd(const IAvbKey* key, in montMulAdd() 138 static void montMul(const IAvbKey* key, uint32_t* c, uint32_t* a, uint32_t* b) { in montMul() 151 static void modpowF4(const IAvbKey* key, uint8_t* inout) { in modpowF4() 207 bool avb_rsa_verify(const uint8_t* key, in avb_rsa_verify()
|
/openbmc/linux/fs/btrfs/ |
H A D | tree-checker.c | 85 struct btrfs_key key; in file_extent_err() local 119 struct btrfs_key *key, in file_extent_end() 145 struct btrfs_key key; in dir_item_err() local 173 struct btrfs_key *key, int slot, in check_prev_ino() 204 struct btrfs_key *key, int slot, in check_extent_data_item() 343 static int check_csum_item(struct extent_buffer *leaf, struct btrfs_key *key, in check_csum_item() 389 static int check_inode_key(struct extent_buffer *leaf, struct btrfs_key *key, in check_inode_key() 441 static int check_root_key(struct extent_buffer *leaf, struct btrfs_key *key, in check_root_key() 500 struct btrfs_key *key, struct btrfs_key *prev_key, in check_dir_item() 641 struct btrfs_key key; in block_group_err() local [all …]
|
/openbmc/linux/fs/nilfs2/ |
H A D | bmap.c | 62 int nilfs_bmap_lookup_at_level(struct nilfs_bmap *bmap, __u64 key, int level, in nilfs_bmap_lookup_at_level() 94 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, in nilfs_bmap_lookup_contig() 106 static int nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_bmap_do_insert() 150 int nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) in nilfs_bmap_insert() 161 static int nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_delete() 248 int nilfs_bmap_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_delete() 259 static int nilfs_bmap_do_truncate(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_truncate() 300 int nilfs_bmap_truncate(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_truncate() 412 int nilfs_bmap_mark(struct nilfs_bmap *bmap, __u64 key, int level) in nilfs_bmap_mark() 454 __u64 key; in nilfs_bmap_data_get_key() local [all …]
|
/openbmc/linux/drivers/input/ |
H A D | sparse-keymap.c | 25 struct key_entry *key; in sparse_keymap_get_key_index() local 42 struct key_entry *key; in sparse_keymap_entry_by_index() local 64 struct key_entry *key; in sparse_keymap_entry_from_scancode() local 85 struct key_entry *key; in sparse_keymap_entry_from_keycode() local 98 struct key_entry *key; in sparse_keymap_locate() local 114 const struct key_entry *key; in sparse_keymap_getkeycode() local 136 struct key_entry *key; in sparse_keymap_setkeycode() local
|
/openbmc/linux/samples/bpf/ |
H A D | map_perf_test.bpf.c | 106 u32 key = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local 124 u32 key = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local 141 u32 key = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local 158 u32 key = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local 184 u32 key; in BPF_KSYSCALL() member 190 u32 key = 0; in BPF_KSYSCALL() local 254 } key; in BPF_KSYSCALL() local 273 u32 key = 1, i; in BPF_KSYSCALL() local 286 u32 key = 1, i; in BPF_KSYSCALL() local
|
/openbmc/pyphosphor/obmc/utils/ |
H A D | pathtree.py | 113 def _get_node(self, key): argument 128 def __missing__(self, key): argument 134 def __delitem__(self, key): argument 148 def __setitem__(self, key, value): argument 159 def __getitem__(self, key): argument 165 def setdefault(self, key, default): argument 171 def get(self, key, default=None): argument 179 def get_children(self, key): argument 182 def demote(self, key): argument
|
/openbmc/linux/security/selinux/ss/ |
H A D | policydb.c | 180 static int perm_destroy(void *key, void *datum, void *p) in perm_destroy() 187 static int common_destroy(void *key, void *datum, void *p) in common_destroy() 214 static int cls_destroy(void *key, void *datum, void *p) in cls_destroy() 256 static int role_destroy(void *key, void *datum, void *p) in role_destroy() 270 static int type_destroy(void *key, void *datum, void *p) in type_destroy() 277 static int user_destroy(void *key, void *datum, void *p) in user_destroy() 293 static int sens_destroy(void *key, void *datum, void *p) in sens_destroy() 308 static int cat_destroy(void *key, void *datum, void *p) in cat_destroy() 326 static int filenametr_destroy(void *key, void *datum, void *p) in filenametr_destroy() 343 static int range_tr_destroy(void *key, void *datum, void *p) in range_tr_destroy() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ |
H A D | snmp.json | 12 "key": "ReceivedFromGet", string 18 "key": "ReceivedFromMultiGet", string 27 "key": "ReceivedFromGetNext", string 33 "key": "ReceivedFromMultiWalk", string 41 "key": "ReceivedFromBulkWalk", string 49 "key": "ReceivedFromBulkGet", string 64 "key": "ReceivedFromWalk", string 70 "key": "ReceivedFromTable", string 124 "key": "ReceivedFromGetWithCustomConverter", string 131 "key": "ReceivedFromTableWithCustomConverter", string
|
/openbmc/linux/kernel/sched/ |
H A D | wait.c | 8 …_init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *key) in __init_waitqueue_head() 81 int nr_exclusive, int wake_flags, void *key, in __wake_up_common() 125 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() 158 int nr_exclusive, void *key) in __wake_up() 164 void __wake_up_on_current_cpu(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_on_current_cpu() 178 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key() 185 unsigned int mode, void *key, wait_queue_entry_t *bookmark) in __wake_up_locked_key_bookmark() 208 void *key) in __wake_up_sync_key() 234 unsigned int mode, void *key) in __wake_up_locked_sync_key() 422 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() [all …]
|
/openbmc/linux/fs/nfs/ |
H A D | dns_resolve.c | 75 struct nfs_dns_ent *key; in nfs_dns_ent_update() local 88 struct nfs_dns_ent *key; in nfs_dns_ent_init() local 134 static unsigned int nfs_dns_hash(const struct nfs_dns_ent *key) in nfs_dns_hash() 143 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_request() local 152 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_upcall() local 203 struct nfs_dns_ent *key) in nfs_dns_lookup() 217 struct nfs_dns_ent *key) in nfs_dns_update() 232 struct nfs_dns_ent key, *item; in nfs_dns_parse() local 281 struct nfs_dns_ent *key, in do_cache_lookup() 297 struct nfs_dns_ent *key, in do_cache_lookup_nowait() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | lookup_and_delete.c | 15 __u64 key, value = START_VALUE; in fill_values() local 29 __u64 key, value[nr_cpus]; in fill_values_percpu() local 78 static int trigger_tp(struct test_lookup_and_delete *skel, __u64 key, in trigger_tp() 101 __u64 key, value; in test_lookup_and_delete_hash() local 137 __u64 key, val, value[nr_cpus]; in test_lookup_and_delete_percpu_hash() local 177 __u64 key, value; in test_lookup_and_delete_lru_hash() local 223 __u64 key, val, value[nr_cpus]; in test_lookup_and_delete_lru_percpu_hash() local
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | COW.py | 54 def __setitem__(cls, key, value): argument 61 def __getmutable__(cls, key, readonly=False): argument 83 def __getreadonly__(cls, key, default=__getmarker__): argument 89 def __getitem__(cls, key, default=__getmarker__, readonly=False): argument 107 def __delitem__(cls, key): argument 110 def __revertitem__(cls, key): argument 115 def __contains__(cls, key): argument 118 def has_key(cls, key): argument
|
/openbmc/linux/net/ceph/ |
H A D | crypto.c | 23 static int set_secret(struct ceph_crypto_key *key, void *buf) in set_secret() 77 int ceph_crypto_key_encode(struct ceph_crypto_key *key, void **p, void *end) in ceph_crypto_key_encode() 89 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end) in ceph_crypto_key_decode() 108 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) in ceph_crypto_key_unarmor() 135 void ceph_crypto_key_destroy(struct ceph_crypto_key *key) in ceph_crypto_key_destroy() 219 static int ceph_aes_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_aes_crypt() 283 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_crypt() 337 static void ceph_key_destroy(struct key *key) in ceph_key_destroy()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_lru_map.c | 42 static int bpf_map_lookup_elem_with_ref_bit(int fd, unsigned long long key, in bpf_map_lookup_elem_with_ref_bit() 151 unsigned long long key, value[nr_cpus]; in test_lru_sanity0() local 242 unsigned long long key, end_key, value[nr_cpus]; in test_lru_sanity1() local 318 unsigned long long key, value[nr_cpus]; in test_lru_sanity2() local 425 unsigned long long key, end_key, value[nr_cpus]; in test_lru_sanity3() local 490 unsigned long long key, value[nr_cpus]; in test_lru_sanity4() local 548 unsigned long long key, value[nr_cpus]; in do_test_lru_sanity5() local 565 unsigned long long key, value[nr_cpus]; in test_lru_sanity5() local 613 unsigned long long key, value[nr_cpus]; in test_lru_sanity6() local 679 unsigned long long key, value[nr_cpus]; in test_lru_sanity7() local [all …]
|