/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs.py | 110 def get_context(self, lines, index, before=6, after=3): member in ParseLogsTest 134 self.assertEqual(self.get_context(lines, 0, 2, 1), [0, 1, 2, 3]) 135 self.assertEqual(self.get_context(lines, 5, 2, 1), [3, 4, 5, 6]) 136 self.assertEqual(self.get_context(lines, 9, 2, 1), [6, 7, 8, 9]) 158 … results[log][line] = "".join(self.get_context(lines, i, lines_before, lines_after))
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | superpipe.c | 155 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context() function 656 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_disk_release() 909 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_disk_detach() 1009 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_cxl_release() 1011 ctxi = get_context(cfg, ctxid, file, ctrl | CTX_CTRL_CLONE); in cxlflash_cxl_release() 1124 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_mmap_fault() 1197 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_cxl_mmap() 1362 ctxi = get_context(cfg, rctxid, NULL, 0); in cxlflash_disk_attach() 1691 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in cxlflash_afu_recover() 1855 ctxi = get_context(cfg, rctxid, lli, 0); in cxlflash_disk_verify() [all …]
|
H A D | backend.h | 30 void * (*get_context)(struct pci_dev *dev, void *afu_cookie); member
|
H A D | superpipe.h | 135 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxit, void *arg,
|
H A D | cxl_hw.c | 163 .get_context = cxlflash_get_context,
|
H A D | vlun.c | 770 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_vlun_resize() 1021 ctxi = get_context(cfg, rctxid, lli, 0); in cxlflash_disk_virtual_open() 1230 ctxi_src = get_context(cfg, rctxid_src, lli, CTX_CTRL_CLONE); in cxlflash_disk_clone() 1231 ctxi_dst = get_context(cfg, rctxid_dst, lli, 0); in cxlflash_disk_clone()
|
H A D | ocxl_hw.c | 1385 .get_context = ocxlflash_get_context,
|
H A D | main.c | 1995 ctx = cfg->ops->get_context(cfg->dev, cfg->afu_cookie); in init_mc()
|
/openbmc/linux/fs/ubifs/ |
H A D | crypto.c | 93 .get_context = ubifs_crypt_get_context,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol/ |
H A D | 0001-pavucontrol-remove-canberra-gtk-support.patch | 85 if (!(o = pa_context_set_sink_volume_by_index(get_context(), index, &volume, NULL, NULL))) {
|
/openbmc/linux/fs/ext4/ |
H A D | crypto.c | 244 .get_context = ext4_get_context,
|
/openbmc/linux/fs/crypto/ |
H A D | policy.c | 422 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_policy() 599 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_ioctl_get_nonce()
|
H A D | keysetup.c | 645 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_encryption_info()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 51 def get_context(): function 409 exec(code, get_context(), context) 426 exec(code, get_context(), context) 429 ctx = get_context()
|
H A D | data_smart.py | 163 self.context = set(bb.utils.get_context())
|
H A D | cooker.py | 1998 self.context = bb.utils.get_context().copy()
|
/openbmc/linux/fs/ceph/ |
H A D | crypto.c | 136 .get_context = ceph_crypt_get_context,
|
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
H A D | rest_dbus.py | 837 gcontext = loop.get_context() 999 gcontext = loop.get_context() 1671 gcontext = loop.get_context()
|
/openbmc/linux/include/linux/ |
H A D | fscrypt.h | 95 int (*get_context)(struct inode *inode, void *ctx, size_t len); member
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | data.py | 83 context = bb.utils.get_context()
|
/openbmc/linux/fs/f2fs/ |
H A D | super.c | 3232 .get_context = f2fs_get_context,
|