Home
last modified time | relevance | path

Searched full:keys (Results 1 – 25 of 1856) sorted by relevance

12345678910>>...75

/openbmc/linux/drivers/input/keyboard/
Dipaq-micro-keys.c
Dmtk-pmic-keys.c
/openbmc/linux/tools/testing/selftests/bpf/progs/
Dbpf_flow.c
/openbmc/linux/security/keys/
DKconfig
/openbmc/linux/arch/arm64/include/asm/
Dpointer_auth.h
/openbmc/qemu/include/hw/s390x/
H A Dstorage-keys.h33 * Check whether storage keys are enabled. If not enabled, they were not
39 * storage keys and should not lazily enable it.
50 * Lazily enable storage keys. If this function is not implemented,
51 * setting a storage key will lazily enable storage keys implicitly
53 * if storage keys were not enabled before this call.
65 * Get storage keys for the given PFN range. This call will fail if
66 * storage keys have not been lazily enabled yet.
71 * @start_gfn: the start GFN to get storage keys for
72 * @count: the number of storage keys to get
73 * @keys: the byte array where storage keys will be stored to
[all …]
/openbmc/linux/tools/testing/selftests/net/
Dtcp_fastopen_backup_key.c
/openbmc/linux/arch/arm64/kernel/
Dpointer_auth.c
/openbmc/linux/tools/testing/selftests/bpf/map_tests/
Darray_map_batch_ops.c
Dhtab_map_batch_ops.c
Dlpm_trie_map_batch_ops.c
/openbmc/linux/drivers/net/ethernet/cisco/enic/
Denic_clsf.c
/openbmc/qemu/tests/bench/
H A Dqtree-bench.c81 size_t *keys = g_malloc_n(n_elems, sizeof(*keys)); in init_empty_tree_and_keys() local
83 keys[i] = i; in init_empty_tree_and_keys()
99 *ret_keys = keys; in init_empty_tree_and_keys()
126 size_t *keys; in run_benchmark() local
128 init_empty_tree_and_keys(impl, &tree, &keys, n_elems); in run_benchmark()
133 g_tree_insert(tree, &keys[i], &keys[i]); in run_benchmark()
136 q_tree_insert(tree, &keys[i], &keys[i]); in run_benchmark()
151 value = g_tree_lookup(tree, &keys[i]); in run_benchmark()
154 value = q_tree_lookup(tree, &keys[i]); in run_benchmark()
166 g_tree_insert(tree, &keys[i], &keys[i]); in run_benchmark()
[all …]
/openbmc/qemu/hw/s390x/
H A Ds390-skeys.c17 #include "hw/s390x/storage-keys.h"
29 #define S390_SKEYS_BUFFER_SIZE (128 * KiB) /* Room for 128k storage keys */
60 uint64_t count, uint8_t *keys) in s390_skeys_get() argument
65 rc = kc->get_skeys(ks, start_gfn, count, keys); in s390_skeys_get()
73 uint64_t count, uint8_t *keys) in s390_skeys_set() argument
78 rc = kc->set_skeys(ks, start_gfn, count, keys); in s390_skeys_set()
85 static void write_keys(FILE *f, uint8_t *keys, uint64_t startgfn, in write_keys() argument
92 uint8_t acc = (*keys & 0xF0) >> 4; in write_keys()
93 int fp = (*keys & 0x08); in write_keys()
94 int ref = (*keys & 0x04); in write_keys()
[all …]
/openbmc/u-boot/drivers/input/
H A Dcros_ec_keyb.c18 KBC_MAX_KEYS = 8, /* Maximum keys held down at once */
37 * @param keys List of keys that we have detected
38 * @param max_count Maximum number of keys to return
40 * @return number of pressed keys, 0 for none, -EIO on error
42 static int check_for_keys(struct udevice *dev, struct key_matrix_key *keys, in check_for_keys() argument
75 key = keys + num_keys++; in check_for_keys()
88 * Check the keyboard, and send any keys that are pressed.
102 struct key_matrix_key keys[KBC_MAX_KEYS]; in cros_ec_kbc_check() local
111 * will always return non-zero if keys have been pressed. in cros_ec_kbc_check()
115 * may return 0 before all keys have been read from the EC. in cros_ec_kbc_check()
[all …]
/openbmc/linux/drivers/mfd/
Ducb1x00-assabet.c
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dpkgdata.py132 self.assertIn('zlib-dev', list(files.keys()), "listed pkgs. files: %s" %result.output)
133 self.assertIn('zlib-doc', list(files.keys()), "listed pkgs. files: %s" %result.output)
139 self.assertIn('libz1', list(files.keys()), "listed pkgs. files: %s" %result.output)
140 self.assertIn('libz-dev', list(files.keys()), "listed pkgs. files: %s" %result.output)
153 self.assertIn('zlib-dbg', list(files.keys()), "listed pkgs. files: %s" %result.output)
154 self.assertIn('zlib-doc', list(files.keys()), "listed pkgs. files: %s" %result.output)
155 self.assertIn('zlib-dev', list(files.keys()), "listed pkgs. files: %s" %result.output)
156 self.assertIn('zlib-staticdev', list(files.keys()), "listed pkgs. files: %s" %result.output)
157 self.assertIn('zlib', list(files.keys()), "listed pkgs. files: %s" %result.output)
158 self.assertNotIn('zlib-locale', list(files.keys()), "listed pkgs. files: %s" %result.output)
[all …]
/openbmc/ipmitool/lib/
H A Dipmi_sensor.c71 req_data[0] = sensor->cmn.keys.sensor_num; in ipmi_sensor_get_sensor_reading_factors()
76 req.msg.lun = sensor->cmn.keys.lun; in ipmi_sensor_get_sensor_reading_factors()
85 id, sensor->cmn.keys.sensor_num); in ipmi_sensor_get_sensor_reading_factors()
199 sr->s_id, sensor->keys.sensor_num); in ipmi_sensor_print_fc_discrete()
266 sensor->keys.sensor_num, sensor->keys.owner_id, in ipmi_sensor_print_fc_threshold()
267 sensor->keys.lun, sensor->keys.channel); in ipmi_sensor_print_fc_threshold()
312 sr->s_id, sensor->keys.sensor_num); in ipmi_sensor_print_fc_threshold()
381 sensor->keys. in ipmi_sensor_print_fc_threshold()
386 sensor->keys.owner_id, in ipmi_sensor_print_fc_threshold()
387 sensor->keys.lun, in ipmi_sensor_print_fc_threshold()
[all …]
/openbmc/linux/drivers/md/bcache/
Ddebug.c
/openbmc/u-boot/include/
H A Dkey_matrix.h18 int key_count; /* number of keys in the matrix (= rows * cols) */
38 * Decode a set of pressed keys into key codes
40 * Given a list of keys that are pressed, this converts this list into
41 * a list of key codes. Each of the keys has a valid flag, which can be
47 * If key ghosting is detected, we simply ignore the keys and return 0.
50 * @param keys List of keys to process (each is row, col)
51 * @param num_keys Number of keys to process
56 int key_matrix_decode(struct key_matrix *config, struct key_matrix_key *keys,
H A Dinput.h44 uchar flags; /* active state keys (FLAGS_...) */
48 int prev_keycodes[INPUT_BUFFER_LEN]; /* keys held last time */
49 int num_prev_keycodes; /* number of prev keys */
56 * @return 0 if no keys read, otherwise number of keys read, or 1 if
83 * internal list of depressed keys is maintained by the input library. Then
87 * This function looks after maintenance of the list of active keys, and calls
112 * Test if keys are available to be read
115 * @return 0 if no keys available, 1 if keys are available
149 * Generally the input library handles processing of a list of scanned keys.
150 * Repeated keys need to be generated based on a timer in this case, since all
[all …]
/openbmc/u-boot/doc/
H A Dmkimage.1137 This can be used to sign images with additional keys after initial image
146 Specifies the directory containing keys to use for signing. This directory
166 Specifies that keys used to sign the FIT are required. This means that they
189 Create FIT image with compressed kernel and sign it with keys in the
190 /public/signing-keys directory. Add corresponding public keys into u-boot.dtb,
191 skipping those for which keys cannot be found. Also add a comment.
193 .B mkimage -f kernel.its -k /public/signing-keys -K u-boot.dtb \\\\
199 Update an existing FIT image, signing it with additional keys.
200 Add corresponding public keys into u-boot.dtb. This will resign all images
201 with keys that are available in the new directory. Images that request signing
[all …]
/openbmc/libpldm/scripts/
H A Dabi-dump-formatter13 my @Keys = keys(%{$Hash});
14 return [] if($#Keys<0);
15 if($Keys[0]=~/\A\d+\Z/)
17 return [sort {$a<=>$b} @Keys];
21 return [sort {$a cmp $b} @Keys];
/openbmc/linux/Documentation/devicetree/bindings/input/
Dinput-reset.txt
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
Dtrigger-inter-event-combined-hist.tc

12345678910>>...75