| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | COW.py | 61 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 D | command.py | 172 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 D | TableRoles.vue | 20 <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 D | hostmem-file.c | 35 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 D | trace-events | 14 …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 D | iommufd.c | 200 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 D | core.c | 227 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 D | mmap-alloc.c | 88 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 D | 0001-rtrip.py-convert-to-python3.patch | 29 - python -m astor.rtrip [readonly] [<source>] 30 + python3 -m astor.rtrip [readonly] [<source>]
|
| /openbmc/qemu/ |
| H A D | qemu-io.c | 170 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 D | xmlrpcserver.py | 40 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 D | vfio-container-base.h | 81 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 D | vm-templating.rst | 40 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 D | test_factory_reset_sub_menu.robot | 61 ... 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 D | 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch | 54 @@ -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 D | commonio.c-fix-unexpected-open-failure-in-chroot-env.patch | 31 - (db->readonly ? O_RDONLY : O_RDWR) 34 + if (db->readonly) {
|
| /openbmc/qemu/include/system/ |
| H A D | iommufd.h | 49 unsigned long start, bool readonly); 51 ram_addr_t size, void *vaddr, bool readonly);
|
| /openbmc/sdbusplus/tools/sdbusplus/templates/ |
| H A D | property.aserver.vtable.hpp.mako | 4 % if 'const' not in property.flags and 'readonly' not in property.flags:
|
| H A D | property.server.vtable.cpp.mako | 4 % if 'const' not in property.flags and 'readonly' not in property.flags:
|
| H A D | property.client.hpp.mako | 10 % if 'const' not in property.flags and 'readonly' not in property.flags:
|
| /openbmc/qemu/hw/ppc/ |
| H A D | pnv_bmc.c | 179 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 D | remove-bitmap-from-backing.out | 3 {"error": {"class": "GenericError", "desc": "Bitmap 'bitmap0' is readonly and cannot be modified"}}
|
| /openbmc/qemu/hw/vfio/ |
| H A D | container-base.c | 78 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 D | vhost-vdpa.h | 102 hwaddr size, void *vaddr, bool readonly);
|
| /openbmc/qemu/include/hw/mem/ |
| H A D | nvdimm.h | 84 bool readonly; member
|