| /openbmc/pldm/libpldmresponder/test/ |
| H A D | libpldmresponder_bios_integer_attribute_test.cpp | 38 "read_only" : true, in TEST_F() 58 "read_only" : true, in TEST_F() 71 "read_only" : false, in TEST_F() 98 "read_only" : true, in TEST_F() 132 "read_only" : false, in TEST_F() 184 "read_only" : false, in TEST_F()
|
| H A D | libpldmresponder_bios_enum_attribute_test.cpp | 42 "read_only" : true, in TEST_F() 59 "read_only" : true, in TEST_F() 71 "read_only" : false, in TEST_F() 99 "read_only" : true, in TEST_F() 139 "read_only" : false, in TEST_F() 192 "read_only" : false, in TEST_F()
|
| H A D | libpldmresponder_bios_string_attribute_test.cpp | 37 "read_only" : true, in TEST_F() 59 "read_only" : false, in TEST_F() 86 "read_only" : true, in TEST_F() 122 "read_only" : false, in TEST_F() 172 "read_only" : false, in TEST_F()
|
| H A D | libpldmresponder_bios_attribute_test.cpp | 49 "read_only" : true, in TEST() 67 "read_only" : false, in TEST()
|
| /openbmc/openbmc/poky/bitbake/lib/prserv/ |
| H A D | db.py | 28 def __init__(self, conn, table, read_only): argument 30 self.read_only = read_only 160 if not self.read_only and not self.test_checksum_value(version, pkgarch, checksum, value): 191 if not self.read_only: 264 def __init__(self, filename, read_only=False): argument 266 self.read_only = read_only 273 uri = "file:%s%s" % (self.filename, "?mode=ro" if self.read_only else "") 293 tableobj = self._tables[tblname] = PRTable(self.connection, tblname, self.read_only)
|
| H A D | serv.py | 118 if not value == existing_value and not self.server.read_only: 145 if not self.server.read_only: 158 if not self.server.read_only: 177 if not self.server.read_only: 205 return {"readonly": self.server.read_only} 208 def __init__(self, dbfile, read_only=False, upstream=None): argument 212 self.read_only = read_only 220 self.db = prserv.db.PRData(self.dbfile, read_only=self.read_only) 323 def start_daemon(dbfile, host, port, logfile, read_only=False, upstream=None): argument 339 server = PRServer(dbfile, read_only=read_only, upstream=upstream)
|
| H A D | __init__.py | 15 def create_server(addr, dbpath, upstream=None, read_only=False): argument 18 s = serv.PRServer(dbpath, upstream=upstream, read_only=read_only)
|
| H A D | tests.py | 49 def start_server(self, name, dbfile, upstream=None, read_only=False, prefunc=server_prefunc): argument 60 read_only=read_only) 346 …r_ro = self.start_server("local-ro", self.shared_db, upstream=self.server1.address, read_only=True)
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-hashserv | 149 read_only = (os.environ.get("HASHSERVER_READ_ONLY", "0") == "1") or args.read_only 159 read_only=read_only,
|
| H A D | bitbake-prserv | 96 args.read_only,
|
| /openbmc/openbmc/poky/bitbake/lib/hashserv/ |
| H A D | __init__.py | 23 read_only=False, argument 54 read_only=read_only,
|
| H A D | server.py | 252 if not self.server.read_only: 470 if self.server.read_only or not self.user_has_permissions(REPORT_PERM): 820 read_only=False, argument 825 if upstream and read_only: 844 self.read_only = read_only
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 240 | 56 …elf.vm.qmp_log('blockdev-add', driver='null-co', read_zeroes=True, node_name='hd0', read_only=True) 71 …elf.vm.qmp_log('blockdev-add', driver='null-co', read_zeroes=True, node_name='hd0', read_only=True) 91 …elf.vm.qmp_log('blockdev-add', driver='null-co', read_zeroes=True, node_name='hd0', read_only=True)
|
| H A D | 295 | 90 def openImageQmp(self, id, file, secret, read_only = False): argument 107 'read-only': read_only,
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.h | 160 int yaffs_mount2(const YCHAR *path, int read_only); 161 int yaffs_mount_common(const YCHAR *path, int read_only, int skip_checkpt); 165 int yaffs_remount(const YCHAR *path, int force, int read_only);
|
| H A D | yaffsfs.c | 870 obj->my_dev->read_only) { in yaffs_open_sharing() 939 if (dir->my_dev->read_only) { in yaffs_open_sharing() 1013 else if (obj->my_dev->read_only) in yaffs_Dofsync() 1217 } else if (obj->my_dev->read_only) { in yaffsfs_do_write() 1251 if (!obj || obj->my_dev->read_only) in yaffsfs_do_write() 1333 else if (obj->my_dev->read_only) in yaffs_truncate() 1337 else if (obj->my_dev->read_only) in yaffs_truncate() 1364 else if (obj->my_dev->read_only) in yaffs_ftruncate() 1452 else if (obj->my_dev->read_only) in yaffsfs_DoUnlink() 1544 } else if (obj->my_dev->read_only) { in yaffs_rename() [all …]
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | bios_table.h | 208 bool read_only; //!< indicate whether the attribute is read-only member 296 bool read_only; //!< indicate whether the attribute is read-only member 386 bool read_only; //!< indicate whether the attribute is read-only member
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_tsol.c | 382 int read_only = 0, rows = 0, cols = 0; in ipmi_tsol_main() local 403 read_only = 1; in ipmi_tsol_main() 406 read_only = 0; in ipmi_tsol_main() 487 read_only ? "Read-only " : "", recvip, port); in ipmi_tsol_main() 574 if (read_only) { in ipmi_tsol_main()
|
| /openbmc/dbus-sensors/src/hwmon-temp/ |
| H A D | HwmonTempSensor.cpp | 66 inputDev(io, path, boost::asio::random_access_file::read_only), in HwmonTempSensor() 107 inputDev.open(path, boost::asio::random_access_file::read_only); in activate()
|
| /openbmc/qemu/hw/display/ |
| H A D | apple-gfx.h | 68 uint64_t length, bool read_only,
|
| /openbmc/dbus-sensors/src/psu/ |
| H A D | PSUSensor.cpp | 58 inputDev(io, path, boost::asio::random_access_file::read_only), in PSUSensor() 132 inputDev.open(path, boost::asio::random_access_file::read_only); in activate()
|
| /openbmc/qemu/monitor/ |
| H A D | hmp-cmds.c | 154 const char *read_only = qdict_get_try_str(qdict, "read-only-mode"); in hmp_change() local 160 hmp_change_vnc(mon, device, target, arg, read_only, force, &err); in hmp_change() 164 hmp_change_medium(mon, device, target, arg, read_only, force, &err); in hmp_change()
|
| /openbmc/qemu/hw/net/rocker/ |
| H A D | rocker_desc.h | 26 char *desc_get_buf(DescInfo *info, bool read_only);
|
| /openbmc/qemu/block/ |
| H A D | qapi-system.c | 313 BlockdevChangeReadOnlyMode read_only, in qmp_blockdev_change_medium() argument 338 read_only = BLOCKDEV_CHANGE_READ_ONLY_MODE_RETAIN; in qmp_blockdev_change_medium() 341 switch (read_only) { in qmp_blockdev_change_medium()
|
| /openbmc/pldm/docs/ |
| H A D | bios_implementation.md | 52 "read_only": "Read only Attribute" 73 "read_only": "Read only Attribute" 94 "read_only": "Read only Attribute"
|