Home
last modified time | relevance | path

Searched refs:viewed (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v4.19/drivers/tty/vt/
Dvc_screen.c167 vcs_vc(struct inode *inode, int *viewed) in vcs_vc() argument
175 if (viewed) in vcs_vc()
176 *viewed = 1; in vcs_vc()
179 if (viewed) in vcs_vc()
180 *viewed = 0; in vcs_vc()
232 int attr, uni_mode, row, col, maxcol, viewed; in vcs_read() local
251 vc = vcs_vc(inode, &viewed); in vcs_read()
314 vc_uniscr_copy_line(vc, con_buf0, viewed, in vcs_read()
323 org = screen_pos(vc, p, viewed); in vcs_read()
329 org = screen_pos(vc, p, viewed); in vcs_read()
[all …]
Dvt.c293 static inline unsigned short *screenpos(struct vc_data *vc, int offset, int viewed) in screenpos() argument
297 if (!viewed) in screenpos()
548 void vc_uniscr_copy_line(struct vc_data *vc, void *dest, int viewed, in vc_uniscr_copy_line() argument
557 pos = (unsigned long)screenpos(vc, offset, viewed); in vc_uniscr_copy_line()
754 void invert_screen(struct vc_data *vc, int offset, int count, int viewed) in invert_screen() argument
761 p = screenpos(vc, offset, viewed); in invert_screen()
4606 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) in screen_pos() argument
4608 return screenpos(vc, 2 * w_offset, viewed); in screen_pos()
/Linux-v4.19/include/linux/
Dselection.h33 extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed);
47 extern void vc_uniscr_copy_line(struct vc_data *vc, void *dest, int viewed,
/Linux-v4.19/Documentation/networking/
Dxfrm_proc.txt11 as part of the linux private MIB. These counters can be viewed in
Dtuntap.txt202 Virtual network device can be viewed as a simple Point-to-Point or
Dudplite.txt230 and can (with newer versions of netstat) be viewed using
Dvortex.txt274 but this has to be viewed as a workaround for broken network gear and
/Linux-v4.19/net/sctp/
DKconfig46 identifying memory leaks. This debug information can be viewed by
/Linux-v4.19/Documentation/devicetree/bindings/bus/
Duniphier-system-bus.txt9 within each bank to the CPU-viewed address. The needed setup includes the base
/Linux-v4.19/tools/perf/Documentation/
Dperf-timechart.txt23 that can be viewed with popular SVG viewers such as 'Inkscape'. Depending
/Linux-v4.19/Documentation/media/kapi/
Drc-core.rst34 In other words, a typical IR transmission can be viewed as a sequence of
/Linux-v4.19/arch/m68k/fpsp040/
Dbindec.S33 | value is viewed as 2^^e * 1.f in extended precision.
218 | imated by adding e + 0.f when the original value is viewed
/Linux-v4.19/Documentation/process/
Dcode-of-conduct-interpretation.rst77 rejecting unsuitable contributions are not viewed as a violation of the
/Linux-v4.19/Documentation/input/devices/
Dxpad.rst233 Later changes may be viewed with
/Linux-v4.19/Documentation/filesystems/
Dafs.txt210 and cell, eg: "afs@<cellname>". This can be viewed with the keyctl program or
/Linux-v4.19/Documentation/vm/
Dnuma.rst19 Each of the 'cells' may be viewed as an SMP [symmetric multi-processor] subset
/Linux-v4.19/Documentation/
Dlsm.txt141 object, all of the hooks can be viewed as falling into two major
/Linux-v4.19/Documentation/admin-guide/
Dmodule-signing.rst182 The kernel contains a ring of public keys that can be viewed by root. They're
/Linux-v4.19/Documentation/isdn/
DREADME37 It can be viewed online, or downloaded in sgml/text/html format.
38 The FAQ can also be viewed online at
/Linux-v4.19/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst168 and the optional set of nodes can be viewed as the arguments to the
212 allocation policy can be viewed as a Preferred policy that
/Linux-v4.19/Documentation/filesystems/caching/
Dfscache.txt341 list of all the objects currently allocated and allow them to be viewed
/Linux-v4.19/Documentation/gpu/
Di915.rst289 integer. Such a context should be viewed by user-space as -loosely-
/Linux-v4.19/drivers/net/
DKconfig287 programs. It can be viewed as a simple Point-to-Point or Ethernet
/Linux-v4.19/Documentation/security/keys/
Dcore.rst195 viewed and manipulated.
207 This permits a key or keyring's attributes to be viewed - including key
212 This permits a key's payload to be viewed or a keyring's list of linked
/Linux-v4.19/Documentation/media/uapi/
Dfdl-appendix.rst92 available to the general public, whose contents can be viewed and edited

12