/openbmc/linux/drivers/block/ |
H A D | rbd.c | 6270 dout("%s fs_parse '%s' token %d\n", __func__, param->key, token); in rbd_parse_param() 6274 param->key); in rbd_parse_param() 6347 return inval_plog(&log, "%s out of range", param->key); in rbd_parse_param() 6356 char *key; in rbd_parse_options() local 6360 while ((key = strsep(&options, ",")) != NULL) { in rbd_parse_options() 6361 if (*key) { in rbd_parse_options() 6363 .key = key, in rbd_parse_options() 6366 char *value = strchr(key, '='); in rbd_parse_options() 6370 if (value == key) in rbd_parse_options()
|
/openbmc/linux/Documentation/process/ |
H A D | volatile-considered-harmful.rst | 14 The key point to understand with regard to volatile is that its purpose is
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | multihit.rst | 40 charge of memory management. A key component in memory management is the control
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | sony-laptop.rst | 25 module. For example the "FN/E" key combination (EJECTCD on some models)
|
/openbmc/u-boot/doc/ |
H A D | README.power-framework | 24 Explanation of key design decisions
|
H A D | README.mediatek | 98 The following key names are valid:
|
/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmast.c | 452 ret = o2net_send_message_vec(DLM_PROXY_AST_MSG, dlm->key, vec, veclen, in dlm_send_proxy_ast_msg()
|
/openbmc/openbmc-test-automation/docs/ |
H A D | openbmc_test_tools.md | 170 To generate a self-signed certificate with a private key:
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | rootfs.py | 284 …pkgs_to_remove = sorted([pkg for pkg in pkgs_installed if pkg in unneeded_pkgs], key=lambda x: x =…
|
/openbmc/qemu/scripts/ |
H A D | device-crash-test | 590 enumerate(ERROR_RULE_LIST)], key=lambda x: x[0])
|
/openbmc/linux/include/linux/qed/ |
H A D | qed_rdma_if.h | 233 u8 key; member
|
/openbmc/linux/fs/affs/ |
H A D | inode.c | 386 AFFS_HEAD(bh)->key = cpu_to_be32(bh->b_blocknr); in affs_add_entry()
|
/openbmc/linux/include/uapi/linux/ |
H A D | cdrom.h | 655 dvd_key key; member
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sda660-inforce-ifc6560.dts | 32 key-volup {
|
H A D | sdm660-xiaomi-lavender.dts | 54 key-volup {
|
H A D | msm8939-samsung-a7.dts | 212 reg_touch_key: regulator-touch-key {
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | ulcb.dtsi | 59 key-1 {
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-sm1-bananapi.dtsi | 43 key {
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | lkkbd.c | 473 !test_bit(keycode, input_dev->key)); in lkkbd_interrupt()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.5.rst | 86 - There are recent CVEs in key components such as openssl. They are not included in this release as…
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3568-fastrhino-r66s.dtsi | 388 rockchip-key {
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_vt220.c | 500 sysrq.key = buffer[i]; in sclp_vt220_handle_input()
|
/openbmc/qemu/include/ui/ |
H A D | console.h | 465 int index_from_key(const char *key, size_t key_length);
|
/openbmc/linux/drivers/infiniband/hw/qedr/ |
H A D | verbs.c | 3002 mr->hw_mr.key = 0; in qedr_reg_user_mr() 3025 mr->ibmr.lkey = mr->hw_mr.itid << 8 | mr->hw_mr.key; in qedr_reg_user_mr() 3028 mr->ibmr.rkey = mr->hw_mr.itid << 8 | mr->hw_mr.key; in qedr_reg_user_mr() 3101 mr->hw_mr.key = 0; in __qedr_alloc_mr() 3123 mr->ibmr.lkey = mr->hw_mr.itid << 8 | mr->hw_mr.key; in __qedr_alloc_mr() 3251 mr->ibmr.lkey = mr->hw_mr.itid << 8 | mr->hw_mr.key; in qedr_get_dma_mr() 3254 mr->ibmr.rkey = mr->hw_mr.itid << 8 | mr->hw_mr.key; in qedr_get_dma_mr() 3448 fwqe1->l_key = wr->key; in qedr_prepare_reg()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ethtool.c | 3111 static int ixgbe_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in ixgbe_get_rxfh() argument 3122 if (key) in ixgbe_get_rxfh() 3123 memcpy(key, adapter->rss_key, ixgbe_get_rxfh_key_size(netdev)); in ixgbe_get_rxfh() 3129 const u8 *key, const u8 hfunc) in ixgbe_set_rxfh() argument 3160 if (key) { in ixgbe_set_rxfh() 3161 memcpy(adapter->rss_key, key, ixgbe_get_rxfh_key_size(netdev)); in ixgbe_set_rxfh()
|