Home
last modified time | relevance | path

Searched refs:namespaces (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dcss.py74 def compile(self, select, namespaces=None, flags=0, **kwargs): argument
94 select, self._ns(namespaces, select), flags, **kwargs
97 def select_one(self, select, namespaces=None, flags=0, **kwargs): argument
123 select, self.tag, self._ns(namespaces, select), flags, **kwargs
126 def select(self, select, namespaces=None, limit=0, flags=0, **kwargs): argument
157 select, self.tag, self._ns(namespaces, select), limit, flags,
162 def iselect(self, select, namespaces=None, limit=0, flags=0, **kwargs): argument
189 select, self.tag, self._ns(namespaces, select), limit, flags, **kwargs
192 def closest(self, select, namespaces=None, flags=0, **kwargs): argument
217 select, self.tag, self._ns(namespaces, select), flags, **kwargs
[all …]
H A D__init__.py723 sourcepos=None, namespaces=None): argument
753 namespaces=namespaces
H A Delement.py1205 namespaces=None argument
1252 self._namespaces = namespaces or {}
2078 def select_one(self, selector, namespaces=None, **kwargs): argument
2094 return self.css.select_one(selector, namespaces, **kwargs)
2096 def select(self, selector, namespaces=None, limit=None, **kwargs): argument
2116 return self.css.select(selector, namespaces, limit, **kwargs)
/openbmc/sdbusplus/tools/sdbusplus/
H A Derror.py34 self.namespaces = [
40 self.namespaces = "::".join(["sdbusplus", "error"] + self.namespaces)
H A Dnamedelement.py20 self.namespaces = [
53 return "::".join(self.namespaces)
H A Dinterface.py41 return join_str.join(self.namespaces + [self.classname, append])
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Derror.hpp.mako7 namespace ${error.namespaces}
42 } // namespace ${error.namespaces}
48 using ${e.name} = ${error.namespaces}::${e.CamelCase};
/openbmc/phosphor-logging/tools/phosphor-logging/templates/
H A Delog-gen-template.hpp.mako56 namespaces, classname = phosphor_name(name)
59 namespace ${namespaces}
149 } // namespace ${namespaces}
153 % if old_ns != namespaces or old_class != classname:
158 phosphor::logging::${namespaces}::${classname};
174 phosphor::logging::${namespaces}::${classname};
/openbmc/sdbusplus/tools/
H A Dpyproject.toml17 find = { namespaces = false }
/openbmc/openbmc/meta-security/recipes-security/Firejail/
H A Dfirejail_0.9.72.bb4 SUMMARY = "Linux namespaces and seccomp-bpf sandbox"
6 by restricting the running environment of untrusted applications using Linux namespaces, \
/openbmc/u-boot/doc/
H A DREADME.nvme19 is comprised of some number of namespaces, where each namespace is comprised
30 it is able to scan all available namespaces attached to it. Scanning namespace
56 and print out detailed information for controller and namespaces via:
/openbmc/openbmc/poky/meta/recipes-extended/perl/
H A Dlibxml-namespacesupport-perl_1.12.bb1 SUMMARY = "Perl module for supporting simple generic namespaces"
/openbmc/qemu/hw/nvme/
H A Dnvme.h107 NvmeNamespace *namespaces[NVME_MAX_NAMESPACES + 1]; member
146 return subsys->namespaces[nsid]; in nvme_subsys_ns()
625 NvmeNamespace *namespaces[NVME_MAX_NAMESPACES + 1]; member
664 return n->namespaces[nsid]; in nvme_ns()
/openbmc/qemu/docs/system/devices/
H A Dnvme.rst10 * `Adding NVMe Devices`_, `additional namespaces`_ and `NVM subsystems`_.
68 namespaces and additional features, the ``nvme-ns`` device must be used.
78 The namespaces defined by the ``nvme-ns`` device will attach to the most
115 The NVM Subsystem emulation allows features such as shared namespaces and
130 and may only be attached to a single controller at a time. Shared namespaces
195 A namespaces may be "Zoned" as defined by TP 4053 ("Zoned Namespaces"). Set
H A Dvirtio-pmem.rst75 - ACPI NVDIMM features like regions/namespaces are not supported.
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dbinconfig.bbclass9 # The namespaces can clash here hence the two step replace
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py23 namespaces,
468 return namespaces["html"], self.name
H A D_lxml.py305 namespaces=self.active_namespace_prefixes[-1]
/openbmc/bmcweb/docs/
H A DOEM_SCHEMAS.md47 In the current implementation, OEM schemas for all namespaces are shipped on all
92 namespaces shall be considered reserved: OpenBMC '''
H A DHEADERS.md8 in the http/.hpp files that still contain references to the crow namespaces.
/openbmc/qemu/docs/interop/
H A Dnbd.rst15 Metadata namespaces
/openbmc/qemu/docs/system/
H A Dsecurity.rst129 - Linux namespaces can be used to make process, file system, and other system
157 or Linux namespaces, the monitor console should be considered to have privileges
/openbmc/u-boot/drivers/nvme/
H A Dnvme.c657 list_add(&ns->list, &ndev->namespaces); in nvme_blk_probe()
774 INIT_LIST_HEAD(&ndev->namespaces); in nvme_probe()
/openbmc/qemu/docs/sphinx/
H A Dqapi_domain.py797 namespaces = set(self.env.app.config.qapi_namespaces)
798 for namespace in namespaces:
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch80 .../ust/namespaces/test_ns_contexts_change | 7 +---
1157 diff --git a/tests/regression/ust/namespaces/test_ns_contexts_change b/tests/regression/ust/namespa…
1159 --- a/tests/regression/ust/namespaces/test_ns_contexts_change
1160 +++ b/tests/regression/ust/namespaces/test_ns_contexts_change

12