Home
last modified time | relevance | path

Searched refs:readonly (Results 1 – 25 of 209) sorted by relevance

123456789

/openbmc/openbmc/poky/bitbake/lib/bb/
H A DCOW.py61 def __getmutable__(cls, key, readonly=False): argument
69 if readonly:
89 def __getitem__(cls, key, default=__getmarker__, readonly=False): argument
94 value = cls.__getmutable__(key, readonly)
124 def iter(cls, type, readonly=False): argument
136 if readonly:
152 def itervalues(cls, readonly=False): argument
153 if not cls.__warn__ is False and cls.__hasmutable__ and readonly is False:
155 return cls.iter("values", readonly)
157 def iteritems(cls, readonly=False): argument
[all …]
H A Dcommand.py172 ping.readonly = True
193 getAllKeysWithFlags.readonly = True
205 getVariable.readonly = True
265 getUIHandlerNum.readonly = True
274 setEventMask.readonly = True
285 setFeatures.readonly = True
309 getLayerPriorities.readonly = True
322 getRecipes.readonly = True
330 getRecipeDepends.readonly = True
338 getRecipeVersions.readonly = True
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DTableRoles.vue13 <template #cell(readonly)="data">
43 readonly: false,
52 readonly: false,
61 readonly: true,
70 readonly: false,
79 readonly: true,
99 key: 'readonly',
/openbmc/qemu/backends/
H A Dhostmem-file.c35 bool readonly; member
63 fb->rom = fb->readonly ? ON_OFF_AUTO_ON : ON_OFF_AUTO_OFF; in file_backend_memory_alloc()
66 if (!fb->readonly) { in file_backend_memory_alloc()
73 if (fb->readonly && backend->share) { in file_backend_memory_alloc()
86 ram_flags |= fb->readonly ? RAM_READONLY_FD : 0; in file_backend_memory_alloc()
215 return fb->readonly; in file_memory_backend_get_readonly()
230 fb->readonly = value; in file_memory_backend_set_readonly()
H A Dtrace-events13 …nt64_t size, void *vaddr, bool readonly, int ret) " iommufd=%d ioas=%d iova=0x%"PRIx64" size=0x%"P…
H A Diommufd.c143 ram_addr_t size, void *vaddr, bool readonly) in iommufd_backend_map_dma() argument
157 if (!readonly) { in iommufd_backend_map_dma()
163 vaddr, readonly, ret); in iommufd_backend_map_dma()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vma_resource.h53 bool readonly:1; member
206 bool readonly, in i915_vma_resource_init() argument
222 vma_res->bi.readonly = readonly; in i915_vma_resource_init()
/openbmc/qemu/hw/sd/
H A Dcore.c226 void sdbus_set_readonly(SDBus *sdbus, bool readonly) in sdbus_set_readonly() argument
232 sbc->set_readonly(qbus->parent, readonly); in sdbus_set_readonly()
240 bool readonly; in sdbus_reparent_card() local
255 readonly = sc->get_readonly(card); in sdbus_reparent_card()
260 sdbus_set_readonly(to, readonly); in sdbus_reparent_card()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-ppi24 This file is readonly.
43 This file is readonly.
53 This file is readonly.
64 This file is readonly.
75 This file is readonly.
H A Dsysfs-driver-hid-roccat-kone22 This file is readonly.
30 This file is readonly.
42 This file is readonly.
124 This file is readonly.
/openbmc/qemu/util/
H A Dmmap-alloc.c88 const bool readonly = qemu_map_flags & QEMU_MAP_READONLY; in map_noreserve_effective() local
113 if (readonly || (shared && fd >= 0)) { in map_noreserve_effective()
188 const bool readonly = qemu_map_flags & QEMU_MAP_READONLY; in mmap_activate() local
191 const int prot = PROT_READ | (readonly ? 0 : PROT_WRITE); in mmap_activate()
/openbmc/linux/include/xen/
H A Dgrant_table.h91 int readonly);
150 unsigned long frame, int readonly);
155 struct page *page, int readonly) in gnttab_page_grant_foreign_access_ref_one() argument
158 readonly); in gnttab_page_grant_foreign_access_ref_one()
/openbmc/qemu/
H A Dqemu-io.c170 int readonly = 0; in open_f() local
191 readonly = 1; in open_f()
238 if (!readonly) { in open_f()
498 int readonly = 0; in main() local
569 readonly = 1; in main()
648 if (!readonly) { in main()
/openbmc/qemu/docs/system/
H A Dvm-templating.rst40 to the file) and ``readonly=off`` (open the file writable). Note that
41 ``readonly=off`` is implicit.
63 stay private), ``readonly=on`` (open the file readonly) and ``rom=off``
64 (don't make the memory readonly for the VM). Note that ``share=off`` is
73 -object memory-backend-file,id=pc.ram,mem-path=template,size=2g,readonly=on,rom=off,... \\
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dxmlrpcserver.py40 self.server.readonly = True
42 self.server.readonly = False
124 … return self.server.cooker.command.runCommand(command, self.server.parent, self.server.readonly)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-astor/
H A D0001-rtrip.py-convert-to-python3.patch29 - python -m astor.rtrip [readonly] [<source>]
30 + python3 -m astor.rtrip [readonly] [<source>]
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-kovaplus7 This file is readonly.
28 This file is readonly.
38 This file is readonly.
50 This file is readonly.
85 This file is readonly.
114 This file is readonly.
H A Dsysfs-driver-hid-roccat-pyra18 This file is readonly.
27 This file is readonly.
39 This file is readonly.
74 This file is readonly.
103 This file is readonly.
124 This file is readonly.
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch54 @@ -568,10 +580,13 @@ open_archive (struct locarhandle *ah, bool readonly)
72 @@ -584,7 +599,7 @@ open_archive (struct locarhandle *ah, bool readonly)
79 if (readonly)
/openbmc/qemu/hw/ppc/
H A Dpnv_bmc.c179 bool readonly = false; in hiomap_cmd() local
212 readonly = true; in hiomap_cmd()
216 memory_region_set_readonly(&pnor->mmio, readonly); in hiomap_cmd()
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Dcommonio.c-fix-unexpected-open-failure-in-chroot-env.patch31 - (db->readonly ? O_RDONLY : O_RDWR)
34 + if (db->readonly) {
/openbmc/qemu/hw/vfio/
H A Dcontainer-base.c20 void *vaddr, bool readonly) in vfio_container_dma_map() argument
25 return vioc->dma_map(bcontainer, iova, size, vaddr, readonly); in vfio_container_dma_map()
/openbmc/qemu/include/hw/vfio/
H A Dvfio-container-base.h75 void *vaddr, bool readonly);
115 void *vaddr, bool readonly);
/openbmc/qemu/system/
H A Dmemory.c225 bool readonly; member
242 .readonly = fr->readonly, in section_from_flat_range()
254 && a->readonly == b->readonly in flatrange_equal()
328 && r1->readonly == r2->readonly in can_merge()
552 !mr->ram_device && !mr->ram && !mr->rom_device && !mr->readonly) { in access_with_adjusted_size_aligned()
732 bool readonly, in render_memory_region() argument
749 readonly |= mr->readonly; in render_memory_region()
765 readonly, nonvolatile, unmergeable); in render_memory_region()
772 readonly, nonvolatile, unmergeable); in render_memory_region()
786 fr.readonly = readonly; in render_memory_region()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_hmm.c169 uint64_t start, uint64_t npages, bool readonly, in amdgpu_hmm_range_get_pages() argument
192 if (!readonly) in amdgpu_hmm_range_get_pages()

123456789