| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/ |
| H A D | CVE-2022-2953.patch | 13 tiffcrop option "-S" is also mutually exclusive to the other crop 20 This is now checked and ends tiffcrop if those arguments are not mutually exclusive. 64 -"Note: The (-X|-Y), -Z and -z options are mutually exclusive.\n" 65 +"Note: The (-X|-Y), -Z, -z and -S options are mutually exclusive.\n" 73 - /*-- Check for not allowed combinations (e.g. -X, -Y and -Z and -z are mutually exclusive) --*/ 75 + /*-- Check for not allowed combinations (e.g. -X, -Y and -Z, -z and -S are mutually exclusive)… 81 …FError("tiffcrop input error", "The crop options(-X|-Y), -Z and -z are mutually exclusive.->Exit"); 84 …or("tiffcrop input error", "The crop options(-X|-Y), -Z, -z and -S are mutually exclusive.->Exit");
|
| H A D | 0001-tiffcrop-S-option-Make-decision-simpler.patch | 19 …/*-- Check for not allowed combinations (e.g. -X, -Y and -Z, -z and -S are mutually exclusive) --*/ 31 …or("tiffcrop input error", "The crop options(-X|-Y), -Z, -z and -S are mutually exclusive.->Exit");
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | xdr.c | 187 u32 exclusive; in nlmsvc_decode_testargs() local 192 exclusive = ntohl(*p++); in nlmsvc_decode_testargs() 195 if (exclusive) in nlmsvc_decode_testargs() 215 u32 exclusive; in nlmsvc_decode_lockargs() local 220 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs() 223 if (exclusive) in nlmsvc_decode_lockargs() 236 u32 exclusive; in nlmsvc_decode_cancargs() local 241 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs() 244 if (exclusive) in nlmsvc_decode_cancargs()
|
| H A D | xdr4.c | 184 u32 exclusive; in nlm4svc_decode_testargs() local 189 exclusive = ntohl(*p++); in nlm4svc_decode_testargs() 192 if (exclusive) in nlm4svc_decode_testargs() 212 u32 exclusive; in nlm4svc_decode_lockargs() local 217 exclusive = ntohl(*p++); in nlm4svc_decode_lockargs() 220 if (exclusive) in nlm4svc_decode_lockargs() 233 u32 exclusive; in nlm4svc_decode_cancargs() local 238 exclusive = ntohl(*p++); in nlm4svc_decode_cancargs() 241 if (exclusive) in nlm4svc_decode_cancargs()
|
| /OK3568_Linux_fs/kernel/sound/core/seq/ |
| H A D | seq_ports.c | 102 grp->exclusive = 0; in port_subs_info_init() 471 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument 481 if (exclusive) { in check_and_subscribe_port() 485 if (grp->exclusive) in check_and_subscribe_port() 497 grp->exclusive = 0; in check_and_subscribe_port() 507 grp->exclusive = exclusive; in check_and_subscribe_port() 533 grp->exclusive = 0; in __delete_and_unsubscribe_port() 562 bool exclusive; in snd_seq_port_connect() local 574 exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect() 577 exclusive, in snd_seq_port_connect() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-g-mode.rst | 12 CEC_G_MODE, CEC_S_MODE - Get or set exclusive use of the CEC adapter 39 obtain exclusive access to the CEC adapter. This ioctl sets the 40 filehandle to initiator and/or follower mode which can be exclusive 68 :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. If there is an exclusive 96 unless there is an exclusive initiator. 101 - This is an exclusive initiator and this file descriptor is the 103 CEC adapter. If someone else is already the exclusive initiator 130 is an exclusive follower. You cannot become a follower if 137 - This is an exclusive follower and only this file descriptor will 139 the exclusive follower then an attempt to become one will return [all …]
|
| /OK3568_Linux_fs/buildroot/package/patch/ |
| H A D | 0002-Allow-input-files-to-be-missing-for-ed-style-patches.patch | 23 int exclusive = *outname_needs_removal ? 0 : O_EXCL; 26 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true); 30 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
|
| H A D | 0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 64 - int exclusive = *outname_needs_removal ? 0 : O_EXCL; 68 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true); 119 + int exclusive = *outname_needs_removal ? 0 : O_EXCL; 124 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/ |
| H A D | 0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch | 24 int exclusive = *outname_needs_removal ? 0 : O_EXCL; 27 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true); 31 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
|
| H A D | 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 63 - int exclusive = *outname_needs_removal ? 0 : O_EXCL; 67 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true); 118 + int exclusive = *outname_needs_removal ? 0 : O_EXCL; 123 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
|
| /OK3568_Linux_fs/buildroot/package/libjson/ |
| H A D | 0001-fix-broken-makefile.patch | 12 - $(error CXXFLAGS and BUILD_TYPE are mutually exclusive) 13 +$(error CXXFLAGS and BUILD_TYPE are mutually exclusive)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_sync_helper.c | 27 unsigned int *num_resvs, bool exclusive) in drm_add_reservation() argument 36 if (exclusive) in drm_add_reservation() 202 struct reservation_object *resv, bool exclusive) in drm_reservation_cb_add() argument 223 if (exclusive) { in drm_reservation_cb_add()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_sync_helper.h | 105 bool exclusive); 135 unsigned int *num_resvs, bool exclusive);
|
| /OK3568_Linux_fs/kernel/drivers/soc/ti/ |
| H A D | ti_sci_pm_domains.c | 46 u8 exclusive; member 75 if (pd->exclusive) in ti_sci_pd_power_on() 105 genpd_to_ti_sci_pd(genpd_data->domains[idx])->exclusive = in ti_sci_pd_xlate()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_dma_fence.c | 224 bool exclusive) in kbase_dma_fence_add_reservation_callback() argument 259 if (exclusive) { in kbase_dma_fence_add_reservation_callback() 292 bool exclusive) in kbase_dma_fence_add_reservation() argument 303 if (exclusive) in kbase_dma_fence_add_reservation()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | kapi.c | 160 if (vol->exclusive) in ubi_open_volume() 166 if (vol->exclusive || vol->writers > 0) in ubi_open_volume() 172 if (vol->exclusive || vol->writers || vol->readers || in ubi_open_volume() 175 vol->exclusive = 1; in ubi_open_volume() 179 if (vol->metaonly || vol->exclusive) in ubi_open_volume() 342 vol->exclusive = 0; in ubi_close_volume()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | kapi.c | 168 if (vol->exclusive) in ubi_open_volume() 174 if (vol->exclusive || vol->writers > 0) in ubi_open_volume() 180 if (vol->exclusive || vol->writers || vol->readers || in ubi_open_volume() 183 vol->exclusive = 1; in ubi_open_volume() 187 if (vol->metaonly || vol->exclusive) in ubi_open_volume() 349 vol->exclusive = 0; in ubi_close_volume()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3568-evb1-dual-camera.dtsi | 14 * full mode and split mode are mutually exclusive 26 * full mode and split mode are mutually exclusive 62 * full mode and split mode are mutually exclusive
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | event_attributes_test.c | 36 event.attr.exclusive = 0; in event_attributes() 110 leader.attr.exclusive = 0; in event_attributes()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | locking.rst | 91 create: exclusive 92 link: exclusive (both) 93 mknod: exclusive 94 symlink: exclusive 95 mkdir: exclusive 96 unlink: exclusive (both) 97 rmdir: exclusive (both)(see below) 98 rename: exclusive (all) (see below) 101 setattr: exclusive 108 atomic_open: shared (exclusive if O_CREAT is set in open flags) [all …]
|
| H A D | directory-locking.rst | 20 exclusive. 23 locks victim and calls the method. Locks are exclusive. 30 Then call the method. All locks are exclusive. 41 All locks are exclusive. 58 All ->i_rwsem are taken exclusive. Again, we might get away with locking
|
| /OK3568_Linux_fs/kernel/sound/pci/ac97/ |
| H A D | ac97_pcm.c | 474 rpcm->exclusive = pcm->exclusive; in snd_ac97_pcm_assign() 488 if (pcm->exclusive) { in snd_ac97_pcm_assign() 507 if (pcm->exclusive) in snd_ac97_pcm_assign() 525 if (pcm->exclusive) in snd_ac97_pcm_assign()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_csg_debugfs.c | 421 char exclusive; in kbasep_csf_scheduler_dump_active_group() local 433 exclusive = 'C'; in kbasep_csf_scheduler_dump_active_group() 435 exclusive = 'F'; in kbasep_csf_scheduler_dump_active_group() 437 exclusive = '0'; in kbasep_csf_scheduler_dump_active_group() 462 exclusive, in kbasep_csf_scheduler_dump_active_group()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_fence.c | 342 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, bool exclusive, bool intr) in nouveau_fence_sync() argument 351 if (!exclusive) { in nouveau_fence_sync() 361 if (fence && (!exclusive || !fobj || !fobj->shared_count)) { in nouveau_fence_sync() 380 if (!exclusive || !fobj) in nouveau_fence_sync()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/ |
| H A D | using-DOCB-conditional.patch | 29 @@ -5286,7 +5288,9 @@ _toStringC14N(self, comments=0, xpath=&PL_sv_undef, exclusive=0, inc_prefix_l… 39 @@ -5297,7 +5301,10 @@ _toStringC14N(self, comments=0, xpath=&PL_sv_undef, exclusive=0, inc_prefix_…
|