Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/epiphany/files/
H A DCVE-2023-26081.patch7 be not trusted by the main resource origin. Therefore, we'd better
34 + return self.origin === null || self.origin === 'null';
42 query(origin, targetOrigin, username, usernameField, passwordField)
45 + Ephy.log(`Not querying passwords for origin=${origin} because web content is sandboxed…
49 …Ephy.log(`Querying passwords for origin=${origin}, targetOrigin=${targetOrigin}, username=${userna…
54 save(origin, targetOrigin, username, password, usernameField, passwordField, isNew)
57 + Ephy.log(`Not saving password for origin=${origin} because web content is sandboxed`);
61 …Ephy.log(`Saving password for origin=${origin}, targetOrigin=${targetOrigin}, username=${username}…
66 … requestSave(origin, targetOrigin, username, password, usernameField, passwordField, isNew, pageID)
69 + Ephy.log(`Not requesting to save password for origin=${origin} because web content is …
[all …]
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprScreen.c166 (int)frame.origin.x, (int)frame.origin.y); in displayScreenBounds()
181 (spacePerDisplay || (frame.origin.x == 0 && frame.origin.y == 0))) { in displayScreenBounds()
182 frame.origin.y += aquaMenuBarHeight; in displayScreenBounds()
188 (int)frame.origin.x, (int)frame.origin.y); in displayScreenBounds()
242 *x = unionRect.origin.x; in xprAddPseudoramiXScreens()
243 *y = unionRect.origin.y; in xprAddPseudoramiXScreens()
255 frame.origin.x -= unionRect.origin.x; in xprAddPseudoramiXScreens()
256 frame.origin.y -= unionRect.origin.y; in xprAddPseudoramiXScreens()
259 (int)frame.origin.x, (int)frame.origin.y); in xprAddPseudoramiXScreens()
261 PseudoramiXAddScreen(frame.origin.x, frame.origin.y, in xprAddPseudoramiXScreens()
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dsnapshot.rst12 - To merge a snapshot of a block device back into the snapshot's origin
20 the origin device.
24 snapshot, snapshot-origin, and snapshot-merge.
26 - snapshot-origin <origin>
34 - snapshot <origin> <COW device> <persistent?> <chunksize>
37 A snapshot of the <origin> block device is created. Changed chunks of
40 from <origin> for unchanged data. <COW device> will often be
41 smaller than the origin and if it fills up the snapshot will become
55 snapshot-origin or snapshot-merge target must be suspended. A failure to
56 suspend the origin target could result in data corruption.
[all …]
H A Dcache.rst39 The origin device always contains a copy of the logical block, which
52 1. An origin device - the big, slow one.
66 The origin is divided up into blocks of a fixed size. This block size
89 complete until it has hit both the origin and cache devices. Clean
93 to be coherent with the origin device, then all reads are served from
94 the origin device (all reads miss the cache) and all writes are
95 forwarded to the origin device; additionally, write hits cause cache
121 Migrating data between the origin and cache device uses bandwidth.
170 state for all of the origin device (compare with the dirty bitset
181 cache <metadata dev> <cache dev> <origin dev> <block size>
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dmem-stats.h43 mem_location (mem_alloc_origin origin, bool ggc,
47 (origin), m_ggc (ggc) {} in m_filename()
109 get_origin_name (mem_alloc_origin origin) in get_origin_name() argument
111 return mem_alloc_origin_names[(unsigned) origin]; in get_origin_name()
329 T *register_descriptor (const void *ptr, mem_alloc_origin origin,
358 T get_sum (mem_alloc_origin origin);
364 mem_list_t *get_list (mem_alloc_origin origin, unsigned *length);
368 void dump (mem_alloc_origin origin);
376 T *register_overhead (size_t size, mem_alloc_origin origin, const char *name,
444 mem_alloc_origin origin, in register_descriptor() argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dmem-stats.h43 mem_location (mem_alloc_origin origin, bool ggc,
47 (origin), m_ggc (ggc) {} in m_filename()
109 get_origin_name (mem_alloc_origin origin) in get_origin_name() argument
111 return mem_alloc_origin_names[(unsigned) origin]; in get_origin_name()
329 T *register_descriptor (const void *ptr, mem_alloc_origin origin,
358 T get_sum (mem_alloc_origin origin);
364 mem_list_t *get_list (mem_alloc_origin origin, unsigned *length);
368 void dump (mem_alloc_origin origin);
376 T *register_overhead (size_t size, mem_alloc_origin origin, const char *name,
444 mem_alloc_origin origin, in register_descriptor() argument
[all …]
/OK3568_Linux_fs/kernel/security/loadpin/
H A Dloadpin.c22 static void report_load(const char *origin, struct file *file, char *operation) in report_load() argument
30 origin, operation, in report_load()
125 const char *origin = kernel_read_file_id_str(id); in loadpin_read_file() local
139 report_load(origin, file, "pinning-excluded"); in loadpin_read_file()
146 report_load(origin, NULL, "old-api-pinning-ignored"); in loadpin_read_file()
150 report_load(origin, NULL, "old-api-denied"); in loadpin_read_file()
172 report_load(origin, file, "pinned"); in loadpin_read_file()
179 report_load(origin, file, "pinning-ignored"); in loadpin_read_file()
183 report_load(origin, file, "denied"); in loadpin_read_file()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_common.h41 #define roce_get_field(origin, mask, shift) \ argument
42 (((le32_to_cpu(origin)) & (mask)) >> (shift))
44 #define roce_get_bit(origin, shift) \ argument
45 roce_get_field((origin), (1ul << (shift)), (shift))
47 #define roce_set_field(origin, mask, shift, val) \ argument
49 (origin) &= ~cpu_to_le32(mask); \
50 (origin) |= cpu_to_le32(((u32)(val) << (shift)) & (mask)); \
53 #define roce_set_bit(origin, shift, val) \ argument
54 roce_set_field((origin), (1ul << (shift)), (shift), (val))
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dnamei.c346 struct dentry *origin = NULL; in ovl_check_origin_fh() local
358 origin = ovl_decode_real_fh(fh, ofs->layers[i].mnt, in ovl_check_origin_fh()
360 if (origin) in ovl_check_origin_fh()
364 if (!origin) in ovl_check_origin_fh()
366 else if (IS_ERR(origin)) in ovl_check_origin_fh()
367 return PTR_ERR(origin); in ovl_check_origin_fh()
370 inode_wrong_type(d_inode(upperdentry), d_inode(origin)->i_mode)) in ovl_check_origin_fh()
376 dput(origin); in ovl_check_origin_fh()
380 .dentry = origin, in ovl_check_origin_fh()
389 d_inode(origin)->i_mode & S_IFMT); in ovl_check_origin_fh()
[all …]
H A Dexport.c697 struct ovl_path origin = { }; in ovl_lower_fh_to_d() local
698 struct ovl_path *stack = &origin; in ovl_lower_fh_to_d()
709 if (!d_is_dir(origin.dentry) || in ovl_lower_fh_to_d()
710 !(origin.dentry->d_flags & DCACHE_DISCONNECTED)) { in ovl_lower_fh_to_d()
711 inode = ovl_lookup_inode(sb, origin.dentry, false); in ovl_lower_fh_to_d()
747 if (d_is_dir(origin.dentry)) { in ovl_lower_fh_to_d()
748 dput(origin.dentry); in ovl_lower_fh_to_d()
749 origin.dentry = NULL; in ovl_lower_fh_to_d()
755 err = ovl_verify_origin(ofs, index, origin.dentry, false); in ovl_lower_fh_to_d()
761 dentry = ovl_get_dentry(sb, NULL, &origin, index); in ovl_lower_fh_to_d()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_frontbuffer.c80 enum fb_op_origin origin) in frontbuffer_flush() argument
92 intel_psr_flush(i915, frontbuffer_bits, origin); in frontbuffer_flush()
93 intel_fbc_flush(i915, frontbuffer_bits, origin); in frontbuffer_flush()
164 enum fb_op_origin origin, in __intel_fb_invalidate() argument
169 if (origin == ORIGIN_CS) { in __intel_fb_invalidate()
177 intel_psr_invalidate(i915, frontbuffer_bits, origin); in __intel_fb_invalidate()
179 intel_fbc_invalidate(i915, frontbuffer_bits, origin); in __intel_fb_invalidate()
183 enum fb_op_origin origin, in __intel_fb_flush() argument
188 if (origin == ORIGIN_CS) { in __intel_fb_flush()
197 frontbuffer_flush(i915, frontbuffer_bits, origin); in __intel_fb_flush()
H A Dintel_frontbuffer.h91 enum fb_op_origin origin,
106 enum fb_op_origin origin) in intel_frontbuffer_invalidate() argument
117 __intel_fb_invalidate(front, origin, frontbuffer_bits); in intel_frontbuffer_invalidate()
122 enum fb_op_origin origin,
134 enum fb_op_origin origin) in intel_frontbuffer_flush() argument
145 __intel_fb_flush(front, origin, frontbuffer_bits); in intel_frontbuffer_flush()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dcollect_vectors.hpp180 : origin(get<0>(p1), get<1>(p1)) in collected_vector()
182 origin = detail::return_normalized<point_type>(origin); in collected_vector()
206 if (math::equals(get<0>(origin), get<0>(other.origin))) in operator <()
208 if (math::equals(get<1>(origin), get<1>(other.origin))) in operator <()
220 return get<1>(origin) < get<1>(other.origin); in operator <()
222 return get<0>(origin) < get<0>(other.origin); in operator <()
236 return math::equals(get<0>(origin), get<0>(other.origin)) in operator ==()
237 && math::equals(get<1>(origin), get<1>(other.origin)) in operator ==()
256 point_type origin; // used for sorting and equality check member
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dnmi.c78 unsigned long origin, cr0, size; in nmi_init() local
89 origin = (unsigned long) kmem_cache_alloc(mcesa_cache, GFP_KERNEL); in nmi_init()
90 if (!origin) in nmi_init()
93 kmemleak_not_leak((void *) origin); in nmi_init()
97 S390_lowcore.mcesad = origin | mcesa_origin_lc; in nmi_init()
105 unsigned long origin; in nmi_alloc_per_cpu() local
109 origin = (unsigned long) kmem_cache_alloc(mcesa_cache, GFP_KERNEL); in nmi_alloc_per_cpu()
110 if (!origin) in nmi_alloc_per_cpu()
113 kmemleak_not_leak((void *) origin); in nmi_alloc_per_cpu()
114 lc->mcesad = origin | mcesa_origin_lc; in nmi_alloc_per_cpu()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_reg.h1043 #define dsaf_set_field(origin, mask, shift, val) \ argument
1045 (origin) &= (~(mask)); \
1046 (origin) |= (((val) << (shift)) & (mask)); \
1049 #define dsaf_set_bit(origin, shift, val) \ argument
1050 dsaf_set_field((origin), (1ull << (shift)), (shift), (val))
1055 u32 origin = dsaf_read_reg(base, reg); in dsaf_set_reg_field() local
1057 dsaf_set_field(origin, mask, shift, val); in dsaf_set_reg_field()
1058 dsaf_write_reg(base, reg, origin); in dsaf_set_reg_field()
1067 #define dsaf_get_field(origin, mask, shift) (((origin) & (mask)) >> (shift)) argument
1069 #define dsaf_get_bit(origin, shift) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-snap.c51 struct dm_dev *origin; member
178 return s->origin; in dm_snap_origin()
316 struct origin { struct
390 static struct origin *__lookup_origin(struct block_device *origin) in __lookup_origin() argument
393 struct origin *o; in __lookup_origin()
395 ol = &_origins[origin_hash(origin)]; in __lookup_origin()
397 if (bdev_equal(o->bdev, origin)) in __lookup_origin()
403 static void __insert_origin(struct origin *o) in __insert_origin()
409 static struct dm_origin *__lookup_dm_origin(struct block_device *origin) in __lookup_dm_origin() argument
414 ol = &_dm_origins[origin_hash(origin)]; in __lookup_dm_origin()
[all …]
/OK3568_Linux_fs/kernel/block/partitions/
H A Dmsdos.c250 sector_t offset, sector_t size, int origin) in parse_solaris_x86() argument
268 snprintf(tmp, sizeof(tmp), " %s%d: <solaris:", state->name, origin); in parse_solaris_x86()
355 sector_t offset, sector_t size, int origin, char *flavour, in parse_bsd() argument
371 snprintf(tmp, sizeof(tmp), " %s%d: <%s:", state->name, origin, flavour); in parse_bsd()
409 sector_t offset, sector_t size, int origin) in parse_freebsd() argument
412 parse_bsd(state, offset, size, origin, "bsd", BSD_MAXPARTITIONS); in parse_freebsd()
417 sector_t offset, sector_t size, int origin) in parse_netbsd() argument
420 parse_bsd(state, offset, size, origin, "netbsd", BSD_MAXPARTITIONS); in parse_netbsd()
425 sector_t offset, sector_t size, int origin) in parse_openbsd() argument
428 parse_bsd(state, offset, size, origin, "openbsd", in parse_openbsd()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dget_left_turns.hpp73 angle_less(Point const& origin, SideStrategy const& strategy) in angle_less()
74 : m_origin(origin) in angle_less()
126 inline angle_equal_to(Point const& origin, SideStrategy const& strategy) in angle_equal_to()
127 : m_origin(origin) in angle_equal_to()
196 inline std::size_t assign_cluster_indices(AngleCollection& sorted, Point const& origin, in assign_cluster_indices() argument
202 angle_equal_to<Point, SideStrategy> comparator(origin, strategy); in assign_cluster_indices()
292 inline bool has_rounding_issues(AngleCollection const& angles, Point const& origin) in has_rounding_issues() argument
300 geometry::subtract_point(v, origin); in has_rounding_issues()
H A Doccupation_info.hpp108 inline void get_left_turns(RobustPoint const& origin, Turns& turns, in get_left_turns() argument
118 std::sort(m_angles.begin(), m_angles.end(), angle_less(origin, strategy)); in get_left_turns()
121 std::size_t cluster_size = detail::left_turns::assign_cluster_indices(m_angles, origin); in get_left_turns()
129 inline bool has_rounding_issues(RobustPoint const& origin) const in has_rounding_issues()
131 return detail::left_turns::has_rounding_issues(angles, origin); in has_rounding_issues()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/
H A Dhns_mdio.c108 #define mdio_set_field(origin, mask, shift, val) \ argument
110 (origin) &= (~((mask) << (shift))); \
111 (origin) |= (((val) & (mask)) << (shift)); \
114 #define mdio_get_field(origin, mask, shift) (((origin) >> (shift)) & (mask)) argument
119 u32 origin = mdio_read_reg(base, reg); in mdio_set_reg_field() local
121 mdio_set_field(origin, mask, shift, val); in mdio_set_reg_field()
122 mdio_write_reg(base, reg, origin); in mdio_set_reg_field()
130 u32 origin; in mdio_get_reg_field() local
132 origin = mdio_read_reg(base, reg); in mdio_get_reg_field()
133 return mdio_get_field(origin, mask, shift); in mdio_get_reg_field()
/OK3568_Linux_fs/buildroot/support/download/
H A Dgit123 _git remote add origin "'${uri}'"
126 _git remote set-url origin "'${uri}'"
129 _git fetch origin
130 _git fetch origin -t
139 if ! _git fetch origin "'${cset}:${cset}'" >/dev/null 2>&1; then
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DWindow.c121 pWin->origin.x - in xnestCreateWindow()
123 pWin->origin.y - in xnestCreateWindow()
132 xnestWindowPriv(pWin)->x = pWin->origin.x - wBorderWidth(pWin); in xnestCreateWindow()
133 xnestWindowPriv(pWin)->y = pWin->origin.y - wBorderWidth(pWin); in xnestCreateWindow()
186 pWin->origin.x - wBorderWidth(pWin), in xnestConfigureWindow()
187 pWin->origin.y - wBorderWidth(pWin)); in xnestConfigureWindow()
189 xnestWindowPriv(pWin)->x = pWin->origin.x - wBorderWidth(pWin); in xnestConfigureWindow()
190 xnestWindowPriv(pWin)->y = pWin->origin.y - wBorderWidth(pWin); in xnestConfigureWindow()
199 xnestWindowPriv(pWin)->x != pWin->origin.x - wBorderWidth(pWin)) { in xnestConfigureWindow()
202 xnestWindowPriv(pWin)->x = pWin->origin.x - wBorderWidth(pWin); in xnestConfigureWindow()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ipa/
H A Dmali_kbase_ipa.c128 char *origin; in kbase_ipa_model_add_param_s32() local
137 origin = "zero"; in kbase_ipa_model_add_param_s32()
139 origin = "default"; in kbase_ipa_model_add_param_s32()
141 origin = "DT"; in kbase_ipa_model_add_param_s32()
155 model->ops->name, elem_name, addr[i], origin); in kbase_ipa_model_add_param_s32()
174 char *origin; in kbase_ipa_model_add_param_string() local
184 origin = "zero"; in kbase_ipa_model_add_param_string()
186 origin = "default"; in kbase_ipa_model_add_param_string()
189 origin = "DT"; in kbase_ipa_model_add_param_string()
195 model->ops->name, name, string_prop_value, origin); in kbase_ipa_model_add_param_string()
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/webkit/webkitgtk/
H A D0001-Fix-build-without-opengl-or-es.patch39 void DrawingAreaProxyCoordinatedGraphics::adjustTransientZoom(double scale, FloatPoint origin)
41 send(Messages::DrawingArea::AdjustTransientZoom(scale, origin));
52 void adjustTransientZoom(double scale, WebCore::FloatPoint origin) override;
53 void commitTransientZoom(double scale, WebCore::FloatPoint origin) override;
65 void DrawingAreaCoordinatedGraphics::adjustTransientZoom(double scale, FloatPoint origin)
78 void adjustTransientZoom(double scale, WebCore::FloatPoint origin) override;
79 void commitTransientZoom(double scale, WebCore::FloatPoint origin) override;
100 FloatPoint LayerTreeHost::constrainTransientZoomOrigin(double scale, FloatPoint origin) const
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dpgalloc.c391 static int base_page_walk(unsigned long origin, unsigned long addr, in base_page_walk() argument
398 pte = (unsigned long *) origin; in base_page_walk()
407 static int base_segment_walk(unsigned long origin, unsigned long addr, in base_segment_walk() argument
413 ste = (unsigned long *) origin; in base_segment_walk()
436 static int base_region3_walk(unsigned long origin, unsigned long addr, in base_region3_walk() argument
442 rtte = (unsigned long *) origin; in base_region3_walk()
464 static int base_region2_walk(unsigned long origin, unsigned long addr, in base_region2_walk() argument
470 rste = (unsigned long *) origin; in base_region2_walk()
492 static int base_region1_walk(unsigned long origin, unsigned long addr, in base_region1_walk() argument
498 rfte = (unsigned long *) origin; in base_region1_walk()

12345678910>>...18