/openbmc/linux/drivers/input/misc/ |
H A D | adxl34x.c | 271 static void adxl34x_report_key_single(struct input_dev *input, int key) in adxl34x_report_key_single() argument 273 input_report_key(input, key, true); in adxl34x_report_key_single() 275 input_report_key(input, key, false); in adxl34x_report_key_single()
|
/openbmc/linux/net/rds/ |
H A D | rdma.c | 65 static struct rds_mr *rds_mr_tree_walk(struct rb_root *root, u64 key, in rds_mr_tree_walk() argument 76 if (key < mr->r_key) in rds_mr_tree_walk() 78 else if (key > mr->r_key) in rds_mr_tree_walk()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | redfish_code_update_utils.robot | 197 FOR ${key} IN @{sw_inv.keys()} 198 Run Keyword If '${sw_inv['${key}']['functional']}' == '${functional_state}' 199 ... Append To List ${list_inv} ${sw_inv['${key}']}
|
/openbmc/linux/fs/ntfs3/ |
H A D | ntfs.h | 918 struct SECURITY_KEY key; // 0x00: Security Key. member 942 struct SECURITY_KEY key; // 0x10: Key member 960 struct REPARSE_KEY key; // 0x10: Reparse Key. member
|
/openbmc/linux/fs/kernfs/ |
H A D | file.c | 1041 struct lock_class_key *key) in __kernfs_create_file() argument 1060 if (key) { in __kernfs_create_file() 1061 lockdep_init_map(&kn->dep_map, "kn->active", key, 0); in __kernfs_create_file()
|
/openbmc/dbus-sensors/src/exit-air/ |
H A D | ExitAirTempSensor.cpp | 854 const std::string& key, in loadVariantPathArray() argument 857 auto it = data.find(key); in loadVariantPathArray() 860 std::cerr << "Configuration missing " << key << "\n"; in loadVariantPathArray()
|
/openbmc/linux/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 1429 int key, int asc, int ascq) in mvs_set_sense() argument 1437 "fit sense %x:%x:%x", len, key, asc, ascq); in mvs_set_sense() 1442 buffer[1] = key; /* Sense Key */ in mvs_set_sense() 1450 "fit sense %x:%x:%x", len, key, asc, ascq); in mvs_set_sense() 1455 buffer[2] = key; /* Sense Key */ in mvs_set_sense() 1468 u8 key, u8 asc, u8 asc_q) in mvs_fill_ssp_resp_iu() argument 1475 key, asc, asc_q); in mvs_fill_ssp_resp_iu()
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | 708 asmlinkage long sys_msgget(key_t key, int msgflg); 715 asmlinkage long sys_semget(key_t key, int nsems, int semflg); 726 asmlinkage long sys_shmget(key_t key, size_t size, int flag); 929 asmlinkage long sys_fsconfig(int fs_fd, unsigned int cmd, const char __user *key, 1258 long ksys_semget(key_t key, int nsems, int semflg); 1260 long ksys_msgget(key_t key, int msgflg); 1266 long ksys_shmget(key_t key, size_t size, int shmflg);
|
H A D | sysfs.h | 35 struct lock_class_key *key; member 55 (attr)->key = &__key; \
|
/openbmc/linux/drivers/nvme/target/ |
H A D | rdma.c | 625 static int nvmet_rdma_rw_ctx_init(struct nvmet_rdma_rsp *rsp, u64 addr, u32 key, in nvmet_rdma_rw_ctx_init() argument 636 addr, key, nvmet_data_dir(req)); in nvmet_rdma_rw_ctx_init() 639 req->sg, req->sg_cnt, 0, addr, key, in nvmet_rdma_rw_ctx_init() 876 u32 key = get_unaligned_le32(sgl->key); in nvmet_rdma_map_sgl_keyed() local 893 ret = nvmet_rdma_rw_ctx_init(rsp, addr, key, &sig_attrs); in nvmet_rdma_map_sgl_keyed() 899 rsp->invalidate_rkey = key; in nvmet_rdma_map_sgl_keyed()
|
/openbmc/qemu/qga/ |
H A D | commands-win32.c | 2162 HKEY key = INVALID_HANDLE_VALUE; in ga_get_win_product_name() local 2169 &key); in ga_get_win_product_name() 2176 err = RegQueryValueExA(key, "ProductName", NULL, NULL, in ga_get_win_product_name() 2185 err = RegQueryValueExA(key, "ProductName", NULL, NULL, in ga_get_win_product_name() 2194 RegCloseKey(key); in ga_get_win_product_name() 2198 if (key != INVALID_HANDLE_VALUE) { in ga_get_win_product_name() 2199 RegCloseKey(key); in ga_get_win_product_name()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.c | 355 u64 *key = (u64 *)&rss->key[4]; in otx2_set_rss_key() local 367 (u64)(*((u32 *)&rss->key)) << 32); in otx2_set_rss_key() 368 idx = sizeof(rss->key) / sizeof(u64); in otx2_set_rss_key() 371 otx2_write64(pfvf, NIX_LF_RX_SECRETX(idx), *key++); in otx2_set_rss_key() 385 netdev_rss_key_fill(rss->key, sizeof(rss->key)); in otx2_rss_init()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-config.txt | 117 sort-key = function 150 If you want to know multiple config key/value pairs, you can do like 184 Basic key values are foreground-color 'red' and 482 call-graph.sort-key:: 484 The sort-key option determines a way to compare the callchains. 485 A value of 'sort-key' can be 'function' or 'address'.
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | macsec.c | 487 static void update_macsec_epn(struct mlx5e_macsec_sa *sa, const struct macsec_key *key, in update_macsec_epn() argument 493 sa->salt = key->salt; in update_macsec_epn() 540 update_macsec_epn(tx_sa, &ctx_tx_sa->key, &ctx_tx_sa->next_pn_halves, in mlx5e_macsec_add_txsa() 543 err = mlx5_create_encryption_key(mdev, ctx->sa.key, secy->key_len, in mlx5e_macsec_add_txsa() 922 update_macsec_epn(rx_sa, &ctx_rx_sa->key, &ctx_rx_sa->next_pn_halves, in mlx5e_macsec_add_rxsa() 925 err = mlx5_create_encryption_key(mdev, ctx->sa.key, ctx->secy->key_len, in mlx5e_macsec_add_rxsa()
|
/openbmc/qemu/scripts/qapi/ |
H A D | schema.py | 1349 return [self._make_member(key, value['type'], 1352 for (key, value) in data.items()] 1392 self._make_variant(key, value['type'], 1395 for (key, value) in data.items()] 1411 self._make_variant(key, value['type'], 1414 for (key, value) in data.items()]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 1050 int i, key, next_key, err, tx_prog_fd = -1, zero = 0; in run_options() local 1387 key = next_key = 0; in run_options() 1388 bpf_map_update_elem(map_fd[i], &key, &zero, BPF_ANY); in run_options() 1389 while (bpf_map_get_next_key(map_fd[i], &key, &next_key) == 0) { in run_options() 1390 bpf_map_update_elem(map_fd[i], &key, &zero, BPF_ANY); in run_options() 1391 key = next_key; in run_options()
|
/openbmc/linux/drivers/misc/sgi-xp/ |
H A D | xpc_uv.c | 1383 func(reason, ch->partid, ch->number, msg_slot->key); in xpc_notify_sender_uv() 1536 void *key) in xpc_send_payload_uv() argument 1568 msg_slot->key = key; in xpc_send_payload_uv() 1608 msg_slot->key = NULL; in xpc_send_payload_uv()
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_pipapo.c | 409 const u32 *key, const struct nft_set_ext **ext) in nft_pipapo_lookup() argument 417 const u8 *rp = (const u8 *)key; in nft_pipapo_lookup() 607 return pipapo_get(net, set, (const u8 *)elem->key.val.data, in nft_pipapo_get() 1197 const u8 *start = (const u8 *)elem->key.val.data, *end; 1813 return pipapo_deactivate(net, set, (const u8 *)elem->key.val.data, ext);
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | gop.c | 324 efi_input_key_t key; in choose_mode_list() local 376 status = efi_wait_for_key(10 * EFI_USEC_PER_SEC, &key); in choose_mode_list()
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | sonypi.rst | 64 fnkeyinit: on some Vaios (C1VE, C1VR etc), the Fn key events don't 147 - sonypi lacks the ability to distinguish between certain key
|
/openbmc/docs/designs/ |
H A D | error-log-handling-for-phal.md | 85 data in key, value pairs so that the same can be used in the creation of PEL. 110 data in key, value pairs so that the same can be used in the [Create][4]
|
/openbmc/openbmc/poky/documentation/test-manual/ |
H A D | yocto-project-compatible.rst | 104 Here are key best practices the program tries to encourage: 112 is a key best practice.
|
/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmunlock.c | 350 tmpret = o2net_send_message_vec(DLM_UNLOCK_LOCK_MSG, dlm->key, in dlm_send_remote_unlock_request() 359 "node %u\n", tmpret, DLM_UNLOCK_LOCK_MSG, dlm->key, owner); in dlm_send_remote_unlock_request()
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-aes-ccm.c | 44 memcpy(csbcpb->cpb.aes_ccm.key, in_key, key_len); in ccm_aes_nx_set_key() 47 memcpy(csbcpb_aead->cpb.aes_cca.key, in_key, key_len); in ccm_aes_nx_set_key()
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_entity.c | 615 static struct lock_class_key key; in vsp1_entity_init() local 683 "vsp1:config->lock", &key); in vsp1_entity_init()
|