Home
last modified time | relevance | path

Searched refs:get_context (Results 1 – 21 of 21) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py110 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 Dsuperpipe.c155 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 Dbackend.h30 void * (*get_context)(struct pci_dev *dev, void *afu_cookie); member
H A Dsuperpipe.h135 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxit, void *arg,
H A Dcxl_hw.c163 .get_context = cxlflash_get_context,
H A Dvlun.c770 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 Docxl_hw.c1385 .get_context = ocxlflash_get_context,
H A Dmain.c1995 ctx = cfg->ops->get_context(cfg->dev, cfg->afu_cookie); in init_mc()
/openbmc/linux/fs/ubifs/
H A Dcrypto.c93 .get_context = ubifs_crypt_get_context,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol/
H A D0001-pavucontrol-remove-canberra-gtk-support.patch85 if (!(o = pa_context_set_sink_volume_by_index(get_context(), index, &volume, NULL, NULL))) {
/openbmc/linux/fs/ext4/
H A Dcrypto.c244 .get_context = ext4_get_context,
/openbmc/linux/fs/crypto/
H A Dpolicy.c422 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 Dkeysetup.c645 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 Dutils.py51 def get_context(): function
409 exec(code, get_context(), context)
426 exec(code, get_context(), context)
429 ctx = get_context()
H A Ddata_smart.py163 self.context = set(bb.utils.get_context())
H A Dcooker.py1998 self.context = bb.utils.get_context().copy()
/openbmc/linux/fs/ceph/
H A Dcrypto.c136 .get_context = ceph_crypt_get_context,
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py837 gcontext = loop.get_context()
999 gcontext = loop.get_context()
1671 gcontext = loop.get_context()
/openbmc/linux/include/linux/
H A Dfscrypt.h95 int (*get_context)(struct inode *inode, void *ctx, size_t len); member
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Ddata.py83 context = bb.utils.get_context()
/openbmc/linux/fs/f2fs/
H A Dsuper.c3232 .get_context = f2fs_get_context,