Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A DCOW.py60 def __getmutable__(cls, key, readonly=False): argument
68 if readonly:
88 def __getitem__(cls, key, default=__getmarker__, readonly=False): argument
93 value = cls.__getmutable__(key, readonly)
123 def iter(cls, type, readonly=False): argument
135 if readonly:
151 def itervalues(cls, readonly=False): argument
152 if not cls.__warn__ is False and cls.__hasmutable__ and readonly is False:
154 return cls.iter("values", readonly)
156 def iteritems(cls, readonly=False): argument
[all …]
H A Dcommand.py188 getAllKeysWithFlags.readonly = True
200 getVariable.readonly = True
260 getUIHandlerNum.readonly = True
269 setEventMask.readonly = True
280 setFeatures.readonly = True
304 getLayerPriorities.readonly = True
312 getRecipes.readonly = True
320 getRecipeDepends.readonly = True
328 getRecipeVersions.readonly = True
336 getRecipeProvides.readonly = True
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/files/
H A D0001-tests-00readonly-Run-udevadm-settle-before-setting-r.patch4 Subject: [PATCH] tests/00readonly: Run udevadm settle before setting ro
6 In some recent kernel versions, 00readonly fails with:
8 mdadm: failed to set readonly for /dev/md0: Device or resource busy
22 tests/00readonly | 1 +
25 diff --git a/tests/00readonly b/tests/00readonly
27 --- a/tests/00readonly
28 +++ b/tests/00readonly
35 check readonly
H A D0001-tests-fix-raid0-tests-for-0.90-metadata.patch20 tests/00readonly | 4 ++++
41 diff --git a/tests/00readonly b/tests/00readonly
43 --- a/tests/00readonly
44 +++ b/tests/00readonly
/OK3568_Linux_fs/buildroot/package/libiio/
H A D0001-C-public-fields-with-getters-setters-cannot-be-marked-readonly.patch5 readonly
8 error CS0106: The modifier 'readonly' is not valid for this item
25 public readonly string name;
28 - public readonly string label { get; private set; }
32 public readonly List<Attr> attrs;
/OK3568_Linux_fs/kernel/include/xen/
H A Dgrant_table.h86 int readonly);
93 int gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly);
110 void gnttab_end_foreign_access(grant_ref_t ref, int readonly,
147 unsigned long frame, int readonly);
152 struct page *page, int readonly) in gnttab_page_grant_foreign_access_ref_one() argument
155 readonly); in gnttab_page_grant_foreign_access_ref_one()
/OK3568_Linux_fs/kernel/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.
H A Dconfigfs-usb-gadget-phonet6 This item contains just one readonly attribute: ifname.
H A Dconfigfs-usb-gadget-acm6 This item contains just one readonly attribute: port_num.
H A Dconfigfs-usb-gadget-obex6 This item contains just one readonly attribute: port_num.
H A Dconfigfs-usb-gadget-serial6 This item contains just one readonly attribute: port_num.
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dgrant-table.c127 int (*end_foreign_access_ref)(grant_ref_t ref, int readonly);
262 unsigned long frame, int readonly) in gnttab_grant_foreign_access_ref() argument
265 GTF_permit_access | (readonly ? GTF_readonly : 0)); in gnttab_grant_foreign_access_ref()
270 int readonly) in gnttab_grant_foreign_access() argument
278 gnttab_grant_foreign_access_ref(ref, domid, frame, readonly); in gnttab_grant_foreign_access()
284 static int gnttab_end_foreign_access_ref_v1(grant_ref_t ref, int readonly) in gnttab_end_foreign_access_ref_v1() argument
300 static int gnttab_end_foreign_access_ref_v2(grant_ref_t ref, int readonly) in gnttab_end_foreign_access_ref_v2() argument
323 static inline int _gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly) in _gnttab_end_foreign_access_ref() argument
325 return gnttab_interface->end_foreign_access_ref(ref, readonly); in _gnttab_end_foreign_access_ref()
328 int gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly) in gnttab_end_foreign_access_ref() argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videoio/
H A Dcap_ios.h52 @property (nonatomic, readonly) BOOL running;
53 @property (nonatomic, readonly) BOOL captureSessionLoaded;
56 @property (nonatomic, readonly) AVCaptureVideoPreviewLayer *captureVideoPreviewLayer;
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/
H A Dxmlrpcserver.py38 self.server.readonly = True
40 self.server.readonly = False
121 return self.server.cooker.command.runCommand(command, self.server.readonly)
/OK3568_Linux_fs/kernel/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.
H A Dsysfs-driver-hid-roccat-koneplus32 This file is readonly.
78 This file is readonly.
107 This file is readonly.
144 This file is readonly.
/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/yocto/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>]
/OK3568_Linux_fs/kernel/drivers/rk_nand/
H A Drk_nand_blk.c127 ((cmd == WRITE) && dev->readonly) || in nand_dev_transfer()
403 dev->readonly = 0; in rknand_ioctl()
408 dev->readonly = 1; in rknand_ioctl()
487 dev->readonly = 1; in nand_add_dev()
492 if (dev->readonly) in nand_add_dev()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/
H A Dcommonio.c-fix-unexpected-open-failure-in-chroot-env.patch32 - (db->readonly ? O_RDONLY : O_RDWR)
35 + if (db->readonly) {
/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Drkflash_blk.c187 (cmd == WRITE && dev->readonly) || in rkflash_blk_xfer()
481 dev->readonly = 0; in rkflash_blk_ioctl()
486 dev->readonly = 1; in rkflash_blk_ioctl()
568 dev->readonly = 1; in rkflash_blk_add_dev()
573 if (dev->readonly) in rkflash_blk_add_dev()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dsm_ftl.c329 BUG_ON(ftl->readonly); in sm_write_sector()
473 BUG_ON(ftl->readonly); in sm_erase_block()
563 ftl->readonly = mtd->type == MTD_ROM; in sm_get_media_info()
588 if (!ftl->readonly) in sm_get_media_info()
1053 BUG_ON(ftl->readonly); in sm_write()
1173 trans->readonly = ftl->readonly; in sm_add_mtd()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dr852.c605 int readonly; in r852_update_media_status() local
614 readonly = r852_read_reg(dev, R852_CARD_STA) & R852_CARD_STA_RO; in r852_update_media_status()
620 readonly ? "readonly" : "writeable"); in r852_update_media_status()
622 dev->readonly = readonly; in r852_update_media_status()
638 if (dev->readonly) in r852_register_nand_device()

123456