Home
last modified time | relevance | path

Searched defs:key2 (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/linux/tools/testing/selftests/alsa/
H A Dconf.c344 const char *key2, snd_config_t **result) in conf_get_by_keys()
360 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2) in conf_get_subtree()
374 int conf_get_count(snd_config_t *root, const char *key1, const char *key2) in conf_get_count()
395 const char *conf_get_string(snd_config_t *root, const char *key1, const char *key2, const char *def) in conf_get_string()
413 long conf_get_long(snd_config_t *root, const char *key1, const char *key2, long def) in conf_get_long()
431 int conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int def) in conf_get_bool()
449 void conf_get_string_array(snd_config_t *root, const char *key1, const char *key2, in conf_get_string_array()
/openbmc/linux/kernel/futex/
H A Drequeue.c75 struct futex_hash_bucket *hb2, union futex_key *key2) in requeue_futex()
269 union futex_key *key2, struct futex_pi_state **ps, in futex_proxy_trylock_atomic()
367 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; in futex_requeue() local
769 union futex_key key2 = FUTEX_KEY_INIT; in futex_wait_requeue_pi() local
H A Dfutex.h135 static inline int futex_match(union futex_key *key1, union futex_key *key2) in futex_match()
H A Dwaitwake.c241 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; in futex_wake_op() local
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_btree.h601 const union xfs_btree_key *key2) in xfs_btree_keycmp_lt()
610 const union xfs_btree_key *key2) in xfs_btree_keycmp_gt()
619 const union xfs_btree_key *key2) in xfs_btree_keycmp_eq()
628 const union xfs_btree_key *key2) in xfs_btree_keycmp_le()
637 const union xfs_btree_key *key2) in xfs_btree_keycmp_ge()
646 const union xfs_btree_key *key2) in xfs_btree_keycmp_ne()
656 const union xfs_btree_key *key2, in xfs_btree_masked_keycmp_lt()
666 const union xfs_btree_key *key2, in xfs_btree_masked_keycmp_gt()
676 const union xfs_btree_key *key2, in xfs_btree_masked_keycmp_ge()
/openbmc/linux/net/mptcp/
H A Dcrypto.c44 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac) in mptcp_crypto_hmac_sha()
H A Dcrypto_test.c37 u64 key1, key2; in mptcp_crypto_test_basic() local
/openbmc/linux/drivers/input/keyboard/
H A Dep93xx_keypad.c76 int key2; member
88 int keycode, key1, key2; in ep93xx_keypad_irq_handler() local
/openbmc/linux/security/selinux/ss/
H A Dsymtab.c26 static int symcmp(const void *key1, const void *key2) in symcmp()
/openbmc/linux/fs/ubifs/
H A Dkey.h480 const union ubifs_key *key2) in keys_cmp()
505 const union ubifs_key *key2) in keys_eq()
H A Dtnc_misc.c369 const union ubifs_key *key1, *key2; in read_znode() local
/openbmc/u-boot/fs/ubifs/
H A Dkey.h473 const union ubifs_key *key2) in keys_cmp()
498 const union ubifs_key *key2) in keys_eq()
H A Dtnc_misc.c357 const union ubifs_key *key1, *key2; in read_znode() local
/openbmc/linux/tools/lib/bpf/
H A Dstrset.c30 static bool strset_equal_fn(long key1, long key2, void *ctx) in strset_equal_fn()
/openbmc/qemu/net/
H A Dcolo.c38 int connection_key_equal(const void *key1, const void *key2) in connection_key_equal()
/openbmc/linux/fs/hfs/
H A Dcatalog.c171 int hfs_cat_keycmp(const btree_key *key1, const btree_key *key2) in hfs_cat_keycmp()
H A Dextent.c50 int hfs_ext_keycmp(const btree_key *key1, const btree_key *key2) in hfs_ext_keycmp()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-xts.c35 unsigned char key2[32]; member
/openbmc/linux/drivers/net/wireless/ath/
H A Dkey.c134 u32 key0, key1, key2, key3, key4; in ath_hw_set_keycache_entry() local
/openbmc/u-boot/lib/rsa/
H A Drsa-mod-exp.c280 uint32_t key1[key.len], key2[key.len]; in rsa_mod_exp_sw() local
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c313 static bool symbol_equal(long key1, long key2, void *ctx __maybe_unused) in symbol_equal()
/openbmc/linux/fs/befs/
H A Dbtree.c713 const void *key2, int keylen2) in befs_compare_strings()
/openbmc/linux/fs/ntfs3/
H A Dindex.c34 static int cmp_fnames(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_fnames()
69 static int cmp_uint(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_uint()
88 static int cmp_sdh(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_sdh()
123 static int cmp_uints(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_uints()
/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c238 const u8 *key2 = key + (keylen / 2); in cvm_xts_setkey() local
/openbmc/linux/kernel/bpf/
H A Dlocal_storage.c44 const struct bpf_cgroup_storage_key *key2 = _key2; in bpf_cgroup_storage_key_cmp() local

123