/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | concepts-appx.rst | 141 As mentioned earlier, a key goal of the Yocto Project is to present the
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am62-verdin.dtsi | 51 verdin_key_wakeup: key-wakeup {
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-ima.rst | 20 key size determines the strength of encryption for a given block device.
|
/openbmc/linux/fs/smb/client/ |
H A D | sess.c | 1573 struct key *spnego_key = NULL; in sess_auth_kerberos()
|
H A D | cifspdu.h | 660 __u8 key[CIFS_SERVER_CHALLENGE_SIZE]; member
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
H A D | cs89x0.rst | 402 2. The adapter's current configuration is displayed. Hit the ENTER key to
|
/openbmc/linux/net/mac80211/ |
H A D | mlme.c | 3616 auth_data->key, auth_data->key_len, in ieee80211_auth_challenge() 7186 if (req->key && req->key_len) { in ieee80211_mgd_auth() 7189 memcpy(auth_data->key, req->key, req->key_len); in ieee80211_mgd_auth()
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | test.c | 2786 KUNIT_ASSERT_STREQ(test, &p1->key[0], &p2->key[0]); in compare_dirs()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 2533 static int ucs_cmp(const void *key, const void *elt) in ucs_cmp() argument 2535 uint32_t ucs = *(uint32_t *)key; in ucs_cmp()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | bttv.rst | 768 when I get time (it simple generates an interrupt for each key press, with 769 the key code is placed in the GPIO port).
|
/openbmc/linux/kernel/trace/ |
H A D | ring_buffer.c | 1822 struct lock_class_key *key) in __ring_buffer_alloc() argument 1842 buffer->reader_lock_key = key; in __ring_buffer_alloc()
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-mio-defs.h | 2433 uint64_t key:24; member 2435 uint64_t key:24;
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_output.c | 783 if (static_branch_unlikely(&tcp_md5_needed.key) && in tcp_syn_options() 941 if (static_branch_unlikely(&tcp_md5_needed.key) && in tcp_established_options()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | reporting-regressions.rst | 256 Luckily this middling almost always can be avoided, as key developers for the
|
H A D | quickly-build-trimmed-linux.rst | 409 show a blue box with a message 'Press any key to perform MOK management'. Hit 410 some key before the countdown exposes. This will open a menu and choose 'Change
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | intro.rst | 676 ``NLM_F_APPEND`` indicates that if one key can have multiple objects associated
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-script-python.txt | 309 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
|
/openbmc/qemu/docs/devel/ |
H A D | build-system.rst | 479 The following key files are statically defined in the source tree, with
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-infiniband | 357 key table n = 0..126
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | create-spdx-2.2.bbclass | 940 index["documents"].sort(key=lambda x: x["filename"])
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
H A D | 090856f4159c40a2927fb88546419f2e1697ad5f.patch | 977 …hlhZSyKSuB7PQyiPBPD"], "content-length": ["117140"], "x-amz-meta-surrogate-key": ["repository-3710… 1142 + "x-amz-meta-surrogate-key": [ 1165 …EV+mFpaDgjl1g9uSAPiZxwc6b2cYydhlhZSyKSuB7PQyiPBPD"], "x-amz-meta-surrogate-key": ["repository-3710… 1323 + "x-amz-meta-surrogate-key": [
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 2644 ether_addr_copy(input->filter.dst_addr, match.key->dst); in igb_parse_cls_flower() 2655 ether_addr_copy(input->filter.src_addr, match.key->src); in igb_parse_cls_flower() 2670 input->filter.etype = match.key->n_proto; in igb_parse_cls_flower() 2686 (__force __be16)match.key->vlan_priority; in igb_parse_cls_flower()
|
/openbmc/openbmc/poky/documentation/profile-manual/ |
H A D | usage.rst | 348 expanded all the nodes using the ``E`` key): 1942 Connection problems are often due specifying a wrong IP address or having a ``host key 2068 RSA key fingerprint is 23:bd:c8:b1:a8:71:52:00:ee:00:4f:64:9e:10:b9:7e. 2180 RSA key fingerprint is 23:bd:c8:b1:a8:71:52:00:ee:00:4f:64:9e:10:b9:7e.
|
/openbmc/linux/kernel/sched/ |
H A D | fair.c | 642 s64 key = entity_key(cfs_rq, se); in avg_vruntime_add() local 644 cfs_rq->avg_vruntime += key * weight; in avg_vruntime_add() 652 s64 key = entity_key(cfs_rq, se); in avg_vruntime_sub() local 654 cfs_rq->avg_vruntime -= key * weight; in avg_vruntime_sub()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | devtool.py | 1845 filelist1.sort(key=lambda item: item.split()[-1]) 1846 filelist2.sort(key=lambda item: item.split()[-1])
|