/openbmc/linux/fs/btrfs/ |
H A D | tree-mod-log.c | 31 struct btrfs_disk_key key; member 214 btrfs_node_key(eb, &tm->key, slot); in alloc_tree_mod_elem() 834 btrfs_set_node_key(eb, &tm->key, tm->slot); in tree_mod_log_rewind() 844 btrfs_set_node_key(eb, &tm->key, tm->slot); in tree_mod_log_rewind()
|
H A D | transaction.c | 1633 struct btrfs_key key; in create_pending_snapshot() local 1693 key.objectid = objectid; in create_pending_snapshot() 1694 key.offset = (u64)-1; in create_pending_snapshot() 1695 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot() 1801 key.offset = trans->transid; in create_pending_snapshot() 1802 ret = btrfs_insert_root(trans, tree_root, &key, new_root_item); in create_pending_snapshot() 1822 key.offset = (u64)-1; in create_pending_snapshot() 1849 BTRFS_I(parent_inode), &key, BTRFS_FT_DIR, in create_pending_snapshot()
|
/openbmc/linux/include/linux/ |
H A D | pagemap.h | 1005 struct wait_page_key *key) in wake_page_match() argument 1007 if (wait_page->folio != key->folio) in wake_page_match() 1009 key->page_match = 1; in wake_page_match() 1011 if (wait_page->bit_nr != key->bit_nr) in wake_page_match()
|
H A D | poll.h | 89 __poll_t key; member
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 898 def _configure_option(self, opts, key, val): argument 907 if isinstance(opts[key], coredata.UserBooleanOption): 909 elif isinstance(opts[key], coredata.UserFeatureOption): 913 return "-D{}={}".format(key, str_val)
|
/openbmc/qemu/docs/interop/ |
H A D | qcow2.txt | 357 partition header. This is then followed by the key material data areas. 358 The size of the key material data areas is determined by the number of 359 stripes in the key slot and key size. Refer to the LUKS format 365 header, plus key material regions, plus padding, relative to the 372 In the LUKS key slots header, the "key-material-offset" is relative 392 | | LUKS key material 1 | | 394 | | LUKS key material 2 | | 396 | | LUKS key material ... | | 398 | | LUKS key material 8 | |
|
/openbmc/linux/Documentation/networking/ |
H A D | xfrm_proc.rst | 37 e.g. SA key is wrong
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-aes-ctr.c | 49 memcpy(csbcpb->cpb.aes_ctr.key, in_key, key_len); in ctr_aes_nx_set_key()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ |
H A D | TriggerManager.interface.yaml | 32 path is used as map's key. Its value is a metadata that is used
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
H A D | sblim-sfcb-1.3.16-multilib-man-cfg.patch | 15 @@ -275,11 +275,11 @@ SSL private key file for sfcb.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gcr/ |
H A D | gcr3_3.41.2.bb | 3 accessing key stores. It also provides the viewer for crypto files on the \
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_stack_ptr.c | 19 __type(key, int);
|
H A D | verifier_spin_lock.c | 16 __type(key, int);
|
/openbmc/linux/include/asm-generic/ |
H A D | compat.h | 110 compat_key_t key; member
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dp_rx.h | 94 struct ieee80211_key_conf *key);
|
/openbmc/linux/include/crypto/ |
H A D | if_alg.h | 46 int (*setkey)(void *private, const u8 *key, unsigned int keylen);
|
/openbmc/linux/include/target/ |
H A D | target_core_backend.h | 72 sense_reason_t (*execute_pr_out)(struct se_cmd *cmd, u8 sa, u64 key,
|
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_restrack.c | 155 ret = hr_dev->hw->query_mpt(hr_dev, hr_mr->key, &context); in hns_roce_fill_res_mr_entry_raw()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211netdev.h | 203 int wep_change_key(struct wlandevice *wlandev, int keynum, u8 *key, int keylen);
|
/openbmc/qemu/include/hw/s390x/ |
H A D | event-facility.h | 144 uint8_t key; member
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/ |
H A D | libcamera_0.3.0.bb | 69 ${S}/src/ipa/ipa-sign-install.sh ${B}/src/ipa-priv-key.pem "${modules}"
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | crate.py | 148 versions = sorted(versions, key=cmp_to_key(bb.utils.vercmp))
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-report.txt | 73 Sort histogram entries by given key(s) - multiple keys can be specified 78 Each key has following meaning: 142 When the sort key symbol is specified, columns "IPC" and "IPC Coverage" 199 Also it can contain any sort key(s). 239 call order, sort key, optional branch and value. Note that ordering 304 --pretty=<key>:: 305 Pretty printing style. key: normal, raw 567 Configure time quantum for time sort key. Default 100ms.
|
/openbmc/linux/fs/afs/ |
H A D | yfsclient.c | 469 key_serial(op->key), vp->fid.vid, vp->fid.vnode, in yfs_fs_fetch_data() 1074 key_serial(op->key), vp->fid.vid, vp->fid.vnode); in yfs_fs_store_data() 1138 key_serial(op->key), vp->fid.vid, vp->fid.vnode); in yfs_fs_setattr_size() 1180 key_serial(op->key), vp->fid.vid, vp->fid.vnode); in yfs_fs_setattr() 1541 key_serial(op->key), vp->fid.vid, vp->fid.vnode); in yfs_fs_fetch_status() 1717 key_serial(op->key), vp->fid.vid, vp->fid.vnode, op->nr_files); in yfs_fs_inline_bulk_status() 1883 key_serial(op->key), vp->fid.vid, vp->fid.vnode); in yfs_fs_fetch_opaque_acl() 1927 key_serial(op->key), vp->fid.vid, vp->fid.vnode); in yfs_fs_store_opaque_acl2()
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | buildhistory.bbclass | 364 for fpath, fsig in sorted(filesigs.items(), key=lambda item: item[0]): 683 …filesizes_sorted = sorted(extra_info['filesizes'].items(), key=operator.itemgetter(1, 0), reverse=… 687 …tasksizes_sorted = sorted(extra_info['tasksizes'].items(), key=operator.itemgetter(1, 0), reverse=… 933 key = name+'_'+tag 934 dict_tag_srcrevs[key] = rev 955 key, value = line.split("=", 1) 956 key = key.replace('# tag_', '').strip() 958 old_tag_srcrevs[key] = value
|