/openbmc/linux/include/uapi/linux/ |
H A D | btrfs.h | 584 struct btrfs_ioctl_search_key key; member 593 struct btrfs_ioctl_search_key key; /* in/out - search parameters */ member
|
/openbmc/linux/crypto/ |
H A D | authencesn.c | 58 static int crypto_authenc_esn_setkey(struct crypto_aead *authenc_esn, const u8 *key, in crypto_authenc_esn_setkey() argument 67 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_esn_setkey()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.h | 787 int dpaa2_eth_set_cls(struct net_device *net_dev, u64 key); 788 int dpaa2_eth_cls_key_size(u64 key);
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ubifs.rst | 101 auth_key= specify the key used for authenticating the filesystem. 103 The passed key must be present in the kernel keyring
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | process_64.c | 298 static void sysrq_handle_globreg(u8 key) in sysrq_handle_globreg() argument 373 static void sysrq_handle_globpmu(u8 key) in sysrq_handle_globpmu() argument
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6sl-kobo-aura2.dts | 36 key-cover { 44 key-power {
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-samsung-serranove.dts | 99 reg_touch_key: regulator-touch-key { 112 reg_key_led: regulator-key-led {
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_multiple_interfaces_dhcp.robot | 203 FOR ${key} ${value} IN @{key_map} 204 Should Be Equal As Strings ${response_data['${key}']} ${value}
|
/openbmc/linux/drivers/nvme/target/ |
H A D | auth.c | 189 (int)ctrl->host_key->len, ctrl->host_key->key); in nvmet_setup_auth() 207 (int)ctrl->ctrl_key->len, ctrl->ctrl_key->key); in nvmet_setup_auth()
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup.c | 912 unsigned long key = 0UL; in css_set_hash() local 917 key += (unsigned long)css[i]; in css_set_hash() 918 key = (key >> 16) ^ key; in css_set_hash() 920 return key; in css_set_hash() 1056 unsigned long key; in find_existing_css_set() local 1080 key = css_set_hash(template); in find_existing_css_set() 1176 unsigned long key; in find_css_set() local 1234 key = css_set_hash(cset->subsys); in find_css_set() 4188 struct lock_class_key *key = NULL; in cgroup_add_file() local 4192 key = &cft->lockdep_key; in cgroup_add_file() [all …]
|
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 3456 int err = 0, key; local 3458 for (key = 0; key < trace->sctbl->syscalls.nr_entries; ++key) { 3461 if (!trace__syscall_enabled(trace, key)) 3464 trace__init_syscall_bpf_progs(trace, key); 3467 prog_fd = trace__bpf_prog_sys_enter_fd(trace, key); 3468 err = bpf_map_update_elem(map_enter_fd, &key, &prog_fd, BPF_ANY); 3471 prog_fd = trace__bpf_prog_sys_exit_fd(trace, key); 3472 err = bpf_map_update_elem(map_exit_fd, &key, &prog_fd, BPF_ANY); 3505 for (key = 0; key < trace->sctbl->syscalls.nr_entries; ++key) { 3506 struct syscall *sc = trace__syscall_info(trace, NULL, key); [all …]
|
/openbmc/linux/drivers/md/ |
H A D | dm-raid1.c | 341 region_t key = dm_rh_get_region_key(reg); in recover() local 347 from.sector = m->offset + dm_rh_region_to_sector(ms->rh, key); in recover() 348 if (key == (ms->nr_regions - 1)) { in recover() 366 dest->sector = m->offset + dm_rh_region_to_sector(ms->rh, key); in recover()
|
/openbmc/linux/fs/jfs/ |
H A D | namei.c | 1452 struct component_name key; in jfs_lookup() local 1457 if ((rc = get_UCSname(&key, dentry))) in jfs_lookup() 1459 rc = dtSearch(dip, &key, &inum, &btstack, JFS_LOOKUP); in jfs_lookup() 1460 free_UCSname(&key); in jfs_lookup()
|
/openbmc/linux/arch/arm/mach-at91/ |
H A D | pm.c | 57 u32 key; member 610 val |= soc_pm.sfrbu_regs.pswbu.key | soc_pm.sfrbu_regs.pswbu.ctrl; in at91_pm_switch_ba_to_vbat() 1589 soc_pm.sfrbu_regs.pswbu.key = (0x4BD20C << 8); in sama5d2_pm_init() 1636 soc_pm.sfrbu_regs.pswbu.key = (0x4BD20C << 8); in sama7_pm_init()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-firmware-attributes | 407 RSA public key that will be used by the BIOS to verify 408 signatures when setting the signing key. When written, 419 public key that will be used by the BIOS to verify signatures 422 public key. The exponent is assumed to be 0x10001.
|
/openbmc/linux/drivers/staging/octeon/ |
H A D | octeon-stubs.h | 1033 uint64_t key:1; member 1068 uint64_t key:1; member 1103 uint64_t key:1; member 1134 uint64_t key:1; member
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_conn.c | 91 static inline void ct_write_lock_bh(unsigned int key) in ct_write_lock_bh() argument 93 spin_lock_bh(&__ip_vs_conntbl_lock_array[key&CT_LOCKARRAY_MASK].l); in ct_write_lock_bh() 96 static inline void ct_write_unlock_bh(unsigned int key) in ct_write_unlock_bh() argument 98 spin_unlock_bh(&__ip_vs_conntbl_lock_array[key&CT_LOCKARRAY_MASK].l); in ct_write_unlock_bh()
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-pinebook-pro.dts | 62 * of wakeup sources via sysfs without disabling the whole key 64 gpio-key-lid { 80 gpio-key-power { 85 key-power {
|
/openbmc/linux/net/netfilter/ |
H A D | nf_nat_core.c | 612 keyptr = &tuple->src.u.gre.key; in nf_nat_l4proto_unique_tuple() 614 keyptr = &tuple->dst.u.gre.key; in nf_nat_l4proto_unique_tuple() 620 min = ntohs(range->min_proto.gre.key); in nf_nat_l4proto_unique_tuple() 621 range_size = ntohs(range->max_proto.gre.key) - min + 1; in nf_nat_l4proto_unique_tuple()
|
/openbmc/linux/Documentation/networking/ |
H A D | mac80211-injection.rst | 26 IEEE80211_RADIOTAP_F_WEP frame will be encrypted if key available
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/ |
H A D | test.pl-adjust-for-ptest.patch | 78 my $digest = Authen::Radius::hmac_md5(undef, $data, $key);
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288-veyron-chromebook.dtsi | 27 gpio-key,wakeup;
|
/openbmc/u-boot/board/freescale/mx6sabresd/ |
H A D | README | 113 - Press KEY_VOL_UP key, power up the board and then SPL binary will
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-rfkill | 21 Description: Name assigned by driver to this key (interface or driver name).
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4super.c | 155 .key = "source", in do_nfs4_mount()
|