Home
last modified time | relevance | path

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

12345

/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.vue20 <template #cell(readonly)="data">
45 readonly: false,
53 readonly: false,
61 readonly: true,
69 readonly: false,
77 readonly: true,
96 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-events14 …nt64_t size, void *vaddr, bool readonly, int ret) " iommufd=%d ioas=%d iova=0x%"PRIx64" size=0x%"P…
15 … unsigned long start, bool readonly, int ret) " iommufd=%d ioas=%d iova=0x%"PRIx64" size=0x%"PRIx6…
H A Diommufd.c200 ram_addr_t size, void *vaddr, bool readonly) in iommufd_backend_map_dma() argument
214 if (!readonly) { in iommufd_backend_map_dma()
220 vaddr, readonly, ret); in iommufd_backend_map_dma()
234 int mfd, unsigned long start, bool readonly) in iommufd_backend_map_file_dma() argument
252 if (!readonly) { in iommufd_backend_map_file_dma()
258 readonly, ret); in iommufd_backend_map_file_dma()
/openbmc/qemu/hw/sd/
H A Dcore.c227 void sdbus_set_readonly(SDBus *sdbus, bool readonly) in sdbus_set_readonly() argument
233 sbc->set_readonly(qbus->parent, readonly); in sdbus_set_readonly()
241 bool readonly; in sdbus_reparent_card() local
256 readonly = sc->get_readonly(card); in sdbus_reparent_card()
261 sdbus_set_readonly(to, readonly); in sdbus_reparent_card()
/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/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/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/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/qemu/include/hw/vfio/
H A Dvfio-container-base.h81 void *vaddr, bool readonly, MemoryRegion *mr);
169 void *vaddr, bool readonly, MemoryRegion *mr);
184 int fd, unsigned long start, bool readonly);
/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-test-automation/gui/gui_test/settings_menu/
H A Dtest_factory_reset_sub_menu.robot61 ... with readonly user when host at off state.
70 # Perform reset server setting option with readonly user.
81 ... cancel operation with readonly user when host at poweroff state
99 ... with readonly user when host at off state.
108 # Perform reset server setting option with readonly user.
119 ... cancel operation with readonly user when host at poweroff state
/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/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/include/system/
H A Diommufd.h49 unsigned long start, bool readonly);
51 ram_addr_t size, void *vaddr, bool readonly);
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dproperty.aserver.vtable.hpp.mako4 % if 'const' not in property.flags and 'readonly' not in property.flags:
H A Dproperty.server.vtable.cpp.mako4 % if 'const' not in property.flags and 'readonly' not in property.flags:
H A Dproperty.client.hpp.mako10 % if 'const' not in property.flags and 'readonly' not in property.flags:
/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/qemu/tests/qemu-iotests/tests/
H A Dremove-bitmap-from-backing.out3 {"error": {"class": "GenericError", "desc": "Bitmap 'bitmap0' is readonly and cannot be modified"}}
/openbmc/qemu/hw/vfio/
H A Dcontainer-base.c78 void *vaddr, bool readonly, MemoryRegion *mr) in vfio_container_dma_map() argument
89 readonly); in vfio_container_dma_map()
92 return vioc->dma_map(bcontainer, iova, size, vaddr, readonly, mr); in vfio_container_dma_map()
/openbmc/qemu/include/hw/virtio/
H A Dvhost-vdpa.h102 hwaddr size, void *vaddr, bool readonly);
/openbmc/qemu/include/hw/mem/
H A Dnvdimm.h84 bool readonly; member

12345