Home
last modified time | relevance | path

Searched refs:key (Results 4451 – 4475 of 5270) sorted by relevance

1...<<171172173174175176177178179180>>...211

/openbmc/linux/drivers/block/
H A Drbd.c6270 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 Dvolatile-considered-harmful.rst14 The key point to understand with regard to volatile is that its purpose is
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dmultihit.rst40 charge of memory management. A key component in memory management is the control
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dsony-laptop.rst25 module. For example the "FN/E" key combination (EJECTCD on some models)
/openbmc/u-boot/doc/
H A DREADME.power-framework24 Explanation of key design decisions
H A DREADME.mediatek98 The following key names are valid:
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmast.c452 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 Dopenbmc_test_tools.md170 To generate a self-signed certificate with a private key:
/openbmc/openbmc/poky/meta/lib/oe/
H A Drootfs.py284 …pkgs_to_remove = sorted([pkg for pkg in pkgs_installed if pkg in unneeded_pkgs], key=lambda x: x =…
/openbmc/qemu/scripts/
H A Ddevice-crash-test590 enumerate(ERROR_RULE_LIST)], key=lambda x: x[0])
/openbmc/linux/include/linux/qed/
H A Dqed_rdma_if.h233 u8 key; member
/openbmc/linux/fs/affs/
H A Dinode.c386 AFFS_HEAD(bh)->key = cpu_to_be32(bh->b_blocknr); in affs_add_entry()
/openbmc/linux/include/uapi/linux/
H A Dcdrom.h655 dvd_key key; member
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsda660-inforce-ifc6560.dts32 key-volup {
H A Dsdm660-xiaomi-lavender.dts54 key-volup {
H A Dmsm8939-samsung-a7.dts212 reg_touch_key: regulator-touch-key {
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dulcb.dtsi59 key-1 {
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-sm1-bananapi.dtsi43 key {
/openbmc/linux/drivers/input/keyboard/
H A Dlkkbd.c473 !test_bit(keycode, input_dev->key)); in lkkbd_interrupt()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.5.rst86 - 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 Drk3568-fastrhino-r66s.dtsi388 rockchip-key {
/openbmc/linux/drivers/s390/char/
H A Dsclp_vt220.c500 sysrq.key = buffer[i]; in sclp_vt220_handle_input()
/openbmc/qemu/include/ui/
H A Dconsole.h465 int index_from_key(const char *key, size_t key_length);
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dverbs.c3002 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 Dixgbe_ethtool.c3111 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()

1...<<171172173174175176177178179180>>...211