/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmmaster.c | 1322 ret = o2net_send_message(DLM_MASTER_REQUEST_MSG, dlm->key, &request, in dlm_do_master_request() 1685 tmpret = o2net_send_message(DLM_ASSERT_MASTER_MSG, dlm->key, in dlm_do_assert_master() 1690 DLM_ASSERT_MASTER_MSG, dlm->key, to); in dlm_do_assert_master() 2231 ret = o2net_send_message(DLM_DEREF_LOCKRES_MSG, dlm->key, in dlm_drop_lockres_ref() 2425 ret = o2net_send_message(DLM_DEREF_LOCKRES_DONE, dlm->key, in dlm_drop_lockres_ref_done() 3054 ret = o2net_send_message(DLM_MIGRATE_REQUEST_MSG, dlm->key, in dlm_do_migrate_request()
|
/openbmc/linux/net/tipc/ |
H A D | node.c | 2921 struct tipc_aead_key *key; in tipc_nl_retrieve_key() local 2926 if (nla_len(attr) < sizeof(*key)) in tipc_nl_retrieve_key() 2928 key = (struct tipc_aead_key *)nla_data(attr); in tipc_nl_retrieve_key() 2929 if (key->keylen > TIPC_AEAD_KEYLEN_MAX || in tipc_nl_retrieve_key() 2930 nla_len(attr) < tipc_aead_key_size(key)) in tipc_nl_retrieve_key() 2933 *pkey = key; in tipc_nl_retrieve_key()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | sony-laptop.c | 205 int key; member 361 input_report_key(kp.dev, kp.key, 0); in do_sony_laptop_release_key() 404 kp.key = BTN_MIDDLE; in sony_laptop_report_input_event() 414 kp.key = sony_laptop_input_keycode_map[scancode]; in sony_laptop_report_input_event() 415 if (kp.key != KEY_UNKNOWN) in sony_laptop_report_input_event() 426 input_report_key(kp.dev, kp.key, 1); in sony_laptop_report_input_event() 549 input_report_key(kp.dev, kp.key, 0); in sony_laptop_remove_input()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 3117 u8 *key, u8 *hfunc, u32 rss_context) in ice_get_rxfh_context() argument 3160 err = ice_get_rss_key(vsi, key); in ice_get_rxfh_context() 3192 ice_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, u8 *hfunc) in ice_get_rxfh() argument 3194 return ice_get_rxfh_context(netdev, indir, key, hfunc, 0); in ice_get_rxfh() 3208 ice_set_rxfh(struct net_device *netdev, const u32 *indir, const u8 *key, in ice_set_rxfh() argument 3232 if (key) { in ice_set_rxfh() 3240 memcpy(vsi->rss_hkey_user, key, ICE_VSIQF_HKEY_ARRAY_SIZE); in ice_set_rxfh()
|
/openbmc/qemu/system/ |
H A D | memory.c | 3590 static void mtree_print_flatview(gpointer key, gpointer value, in mtree_print_flatview() argument 3593 FlatView *view = key; in mtree_print_flatview() 3674 static gboolean mtree_info_flatview_free(gpointer key, gpointer value, in mtree_info_flatview_free() argument 3677 FlatView *view = key; in mtree_info_flatview_free() 3746 static void mtree_print_as(gpointer key, gpointer value, gpointer user_data) in mtree_print_as() argument 3748 MemoryRegion *mr = key; in mtree_print_as() 3757 static gboolean mtree_info_as_free(gpointer key, gpointer value, in mtree_info_as_free() argument
|
/openbmc/linux/net/smc/ |
H A D | af_smc.c | 775 static void smc_fback_wakeup_waitqueue(struct smc_sock *smc, void *key) in smc_fback_wakeup_waitqueue() argument 785 if (!key) { in smc_fback_wakeup_waitqueue() 789 flags = key_to_poll(key); in smc_fback_wakeup_waitqueue() 800 unsigned int mode, int sync, void *key) in smc_fback_mark_woken() argument 806 mark->key = key; in smc_fback_mark_woken() 827 smc_fback_wakeup_waitqueue(smc, mark.key); in smc_fback_forward_wakeup()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | smsc47b397.rst | 115 To place the chip into the Configuration State The config key (0x55) is written
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | README | 121 and stop auto-execution of existing `bootcmd` pressing any key in serial
|
/openbmc/u-boot/tools/binman/ |
H A D | bsection.py | 268 entries = sorted(self._entries.values(), key=lambda entry: entry.offset)
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | ulcb.dtsi | 47 key-1 {
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
H A D | ethernet-driver.rst | 182 traffic based on a 5-tuple key: src IP, dst IP, IP proto, L4 src port,
|
/openbmc/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma.h | 451 } key; member
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore.h | 114 u8 key_len, u8 *key);
|
/openbmc/openbmc-build-scripts/config/ |
H A D | .gitlint | 2 # one rule and each key in it is an option for that specific rule.
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt73usb.h | 95 u8 key[16]; member
|
/openbmc/linux/include/linux/ |
H A D | switchtec.h | 247 unsigned char key; member
|
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | b43legacy.h | 734 struct b43legacy_key key[58]; member
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_api_cmd.h | 512 } key; member
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | rbtree.rst | 182 printk("key=%s\n", rb_entry(node, struct mytype, node)->keystring);
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | Kconfig | 95 <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-r89.dts | 34 key-power {
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot_vcap.h | 717 } key; member
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3328-nanopi-r2s.dts | 37 key-reset {
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | processor.h | 170 __u64 key : 24; /* 8-31 */ member
|
/openbmc/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac.h | 487 const u8 *key);
|