/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/ |
H A D | PEL.interface.yaml | 74 also the key into the PEL message registry.
|
/openbmc/dbus-sensors/ |
H A D | README.md | 9 ## key features
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | run_vmtests.sh | 58 memory protection key tests
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | kvm.h | 70 __u8 key; /* access key, ignored if flag unset */ member
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ioctl.c | 219 union iwreq_data *wrqu, char *key) in prism2_ioctl_giwencode() argument 258 len = crypt->ops->get_key(key, WEP_KEY_LEN, NULL, crypt->priv); in prism2_ioctl_giwencode() 3343 (*crypt)->ops->set_key(ext->key, ext->key_len, ext->rx_seq, in prism2_ioctl_siwencodeext() 3444 (*crypt)->ops->get_key(ext->key, in prism2_ioctl_giwencodeext() 3475 (int) ((char *) param->u.crypt.key - (char *) param) + in prism2_ioctl_set_encryption() 3553 (*crypt)->ops->set_key(param->u.crypt.key, in prism2_ioctl_set_encryption() 3608 (int) ((char *) param->u.crypt.key - (char *) param); in prism2_ioctl_get_encryption() 3640 (*crypt)->ops->get_key(param->u.crypt.key, in prism2_ioctl_get_encryption()
|
/openbmc/linux/kernel/ |
H A D | auditsc.c | 776 static enum audit_state audit_filter_task(struct task_struct *tsk, char **key) in audit_filter_task() argument 786 *key = kstrdup(e->rule.filterkey, GFP_ATOMIC); in audit_filter_task() 1059 char *key = NULL; in audit_alloc() local 1064 state = audit_filter_task(tsk, &key); in audit_alloc() 1072 kfree(key); in audit_alloc() 1076 context->filterkey = key; in audit_alloc()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | atmel_mxt_ts.c | 907 int key; in mxt_proc_t15_messages() local 909 for (key = 0; key < data->t15_num_keys; key++) in mxt_proc_t15_messages() 910 input_report_key(input_dev, data->t15_keymap[key], in mxt_proc_t15_messages() 911 keystates & BIT(key)); in mxt_proc_t15_messages()
|
/openbmc/linux/net/mac80211/ |
H A D | trace.h | 629 struct ieee80211_key_conf *key), 631 TP_ARGS(local, cmd, sdata, sta, key), 646 KEY_ASSIGN(key); 769 struct ieee80211_key_conf *key), 771 TP_ARGS(local, key), 780 KEY_ASSIGN(key);
|
/openbmc/linux/drivers/md/ |
H A D | dm.c | 3270 static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in dm_pr_reserve() argument 3274 .old_key = key, in dm_pr_reserve() 3313 static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in dm_pr_release() argument 3316 .old_key = key, in dm_pr_release() 3366 static int dm_pr_clear(struct block_device *bdev, u64 key) in dm_pr_clear() argument 3378 r = ops->pr_clear(bdev, key); in dm_pr_clear()
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 1308 bkey->key = key_ref_to_ptr(key_ref); in bpf_lookup_user_key() 1346 bkey->key = (struct key *)(unsigned long)id; in bpf_lookup_system_key() 1362 key_put(bkey->key); in bpf_key_put() 1394 ret = key_validate(trusted_keyring->key); in bpf_verify_pkcs7_signature() 1403 trusted_keyring->key, in bpf_verify_pkcs7_signature()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 922 #define BSEARCH(key, base, num, cmp) ({ \ argument 927 int ret__ = (cmp)((key), (base) + mid__); \ 1187 static int mmio_range_cmp(u32 key, const struct i915_range *range) in mmio_range_cmp() argument 1189 if (key < range->start) in mmio_range_cmp() 1191 else if (key > range->end) in mmio_range_cmp()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | fiemap.rst | 112 for inline or tail-packed data can key on the specific flag. Software 114 however, can just key on FIEMAP_EXTENT_NOT_ALIGNED, and not have to
|
/openbmc/openbmc/poky/meta/recipes-support/libssh2/libssh2/ |
H A D | CVE-2023-48795.patch | 127 /* We've agreed on a key exchange method, 222 /* key signing algorithm preferences -- NULL yields server order */
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_buildsys.py | 597 key = res.group(2).strip('[]') 600 defines[key] = value
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-c2c.txt | 292 use 'n' key to interactively switch in TUI mode. 331 For details please refer to the help window by pressing '?' key.
|
/openbmc/linux/fs/afs/ |
H A D | rxrpc.c | 313 call, call->type->name, key_serial(call->key), in afs_make_call() 336 rxcall = rxrpc_kernel_begin_call(call->net->socket, srx, call->key, in afs_make_call()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7280-idp.dtsi | 68 key-volume-up { 621 key_vol_up_default: key-vol-up-state {
|
H A D | msm8998-xiaomi-sagit.dts | 134 key-vol-up { 281 vol_up_key_default: vol-up-key-default-state {
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_cmd.c | 549 memcpy(&psetstakey_para->key, &sta->x_UncstKey, 16); in r8712_setstakey_cmd() 551 memcpy(&psetstakey_para->key, in r8712_setstakey_cmd()
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-gw5904.dtsi | 89 key-erased { 90 label = "key-erased";
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | net_driver.h | 1367 const u32 *rx_indir_table, const u8 *key); 1372 const u8 *key);
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5250-snow-common.dtsi | 38 power-key { 604 power_key_irq: power-key-irq-pins {
|
H A D | exynos3250-monk.dts | 41 power-key { 44 label = "power key";
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-qos.c | 648 if (is_broadcast_ether_addr(match.key->dst) && in am65_cpsw_qos_clsflower_add_policer() 656 } else if (ether_addr_equal_unaligned(match.key->dst, mc_mac) && in am65_cpsw_qos_clsflower_add_policer()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch.h | 414 void mlx5_esw_offloads_devcom_init(struct mlx5_eswitch *esw, u64 key); 897 static inline void mlx5_esw_offloads_devcom_init(struct mlx5_eswitch *esw, u64 key) {} in mlx5_esw_offloads_devcom_init() argument
|