Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 1011) sorted by relevance

12345678910>>...41

/freebsd/contrib/file/magic/Magdir/
H A Dmips7 0 name display-mips-ecoff
20 >>0 use \^display-mips-ecoff
22 >>0 use display-coff
26 >>0 use \^display-mips-ecoff
30 >>0 use display-mips-ecoff
32 >>0 use display-coff
36 >>0 use display-mips-ecoff
42 >>0 use \^display-mips-ecoff
46 >>0 use \^display-mips-ecoff
48 >>0 use display-coff
[all …]
H A Darm12 # display name+variables+flags for common object formatted files
13 >>0 use display-coff
21 # display name+variables+flags for common object formatted files
22 >>0 use display-coff
30 # display name+variables+flags for common object formatted files
31 >>0 use display-coff
39 # display name+variables+flags for common object formatted files
40 >>0 use display-coff
48 # display name+variables+flags for common object formatted files
49 >>0 use display-coff
[all …]
H A Dhitachi-sh18 # use big endian variant of subroutine to display name+variables+flags
20 >>0 use \^display-coff
27 # display name+variables+flags for common object formatted files
28 >>0 use display-coff
34 >>0 use display-coff
37 >>0 use display-coff
40 >>0 use display-coff
43 >>0 use display-coff
46 >>0 use display-coff
H A Dcoff16 0 name display-coff-processor
77 # display name+variables+flags of Common Object Files Format (32bit)
80 0 name display-coff
89 >>>>0 use display-coff-processor
171 >>0 use display-coff
176 >>>>0 use display-coff
179 >>0 use display-coff
182 >>0 use display-coff
185 >>0 use display-coff
190 >>>>0 use display-coff
[all …]
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dt_trace.ref4 const char *, display as C string: example.data
15 krb5_data *, display as counted string: example.data
16 krb5_data *, display as counted string: (null)
17 krb5_data *, display as hex bytes: 6578616D706C652E64617461
18 krb5_data *, display as hex bytes: (null)
19 int, display as number/errorstring: 2/No such file or directory
20 krb5_error_code, display as number/errorstring: 0/Success
21 const krb5_keyblock *, display enctype and hash of key: 511/7B9A
22 const krb5_keyblock *, display enctype and hash of key: (null)
23 krb5_key, display enctype and hash of key: 511/7B9A
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dcirrus,clps711x-fb.txt8 - display : phandle to a display node as described in
9 Documentation/devicetree/bindings/display/panel/display-timing.txt.
10 Additionally, the display node has to define properties:
25 display = <&display>;
28 display: display {
33 display
[all...]
H A Dmxsfb.txt23 lcdif1: display-controller@2220000 {
46 - display: phandle to display node (see below for details)
48 * display node
55 - display-timings: Refer to binding doc display-timing.txt for details.
64 display: display {
68 display-timings {
H A Drepaper.txt4 - compatible: "pervasive,e1144cs021" for 1.44" display
5 "pervasive,e1190cs021" for 1.9" display
6 "pervasive,e2200cs021" for 2.0" display
7 "pervasive,e2271cs021" for 2.7" display
32 display {
51 pervasive,thermal-zone = "display";
H A Datmel,lcdc.txt16 - display: a phandle pointing to the display node
19 - display: a display node is required to initialize the lcd panel
21 - default-mode: a videomode within the display with timing parameters
35 display = <&display0>;
65 display0: display {
73 display-timings {
H A Dtruly,nt35597.txt1 Truly model NT35597 DSI display driver
3 The Truly NT35597 is a generic display driver, currently only configured
4 for use in the 2K display on the Qualcomm SDM845 MTP board.
7 - compatible: should be "truly,nt35597-2K-display"
17 - mode-gpios: phandle of the gpio for choosing the mode of the display
30 compatible = "truly,nt35597-2K-display";
/freebsd/contrib/libxo/xohtml/
H A Dxohtml.css43 display: inline;
49 display: inline;
69 display: inline;
79 display: block;
83 display: inline;
87 display: inline;
118 display: inline-block;
123 display: inline-block;
129 display: inline;
171 display: none;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/imx/
H A Dfsl,imx-fb.txt11 - display: Phandle to a display node as described in
12 Documentation/devicetree/bindings/display/panel/display-timing.txt
13 Additional, the display node has to define properties:
16 A display node may optionally define
34 display = <&display0>;
43 display-timings {
H A Dldb.txt14 multiplexer in the front to select any of the four IPU display
20 the display interface selector clocks, as described in
48 or a display-timings node that describes the video timings for the connected
49 LVDS display as well as the fsl,data-mapping and fsl,data-width properties.
62 display-timings are used instead.
64 Optional properties (required if display-timings are used):
65 - display-timings : A node that describes the display timings as defined in
66 Documentation/devicetree/bindings/display/panel/display-timing.txt.
116 /* Using display-timings and fsl,data-mapping/width instead */
124 display-timings {
H A Dfsl-imx-drm.txt5 IPU or other display interface nodes that comprise the graphics subsystem.
8 - compatible: Should be "fsl,imx-display-subsystem"
9 - ports: Should contain a list of phandles pointing to display interface ports
14 display-subsystem {
15 compatible = "fsl,imx-display-subsystem";
113 Parallel display support
117 - compatible: Should be "fsl,imx-parallel-display"
119 - interface-pix-fmt: How this display is connected to the
120 display interface. Currently supported types: "rgb24", "rgb565", "bgr666"
122 - ddc: phandle describing the i2c bus handling the display data
[all …]
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dt_encrypt.c80 display(const char *msg, const krb5_data *d) in display() function
149 display ("Enc output", &enc_out.ciphertext); in main()
158 display ("Enc output", &enc_out.ciphertext); in main()
214 display("Header", &iov[0].data); in main()
215 display("Data", &iov[1].data); in main()
216 display("Padding", &iov[3].data); in main()
217 display("Trailer", &iov[4].data); in main()
227 display("Header", &iov[0].data); in main()
228 display("Data", &iov[1].data); in main()
229 display("Padding", &iov[3].data); in main()
[all …]
/freebsd/usr.bin/ipcs/
H A Dipcs.c110 int display = SHMINFO | MSGINFO | SEMINFO; in main() local
133 display = SHMTOTAL; in main()
136 display = SHMINFO; in main()
148 display = MSGTOTAL; in main()
151 display = MSGINFO; in main()
154 display = SEMTOTAL; in main()
157 display = SEMINFO; in main()
160 display = SHMTOTAL | MSGTOTAL | SEMTOTAL; in main()
199 if (display & (MSGINFO | MSGTOTAL)) { in main()
200 if (display & MSGTOTAL) in main()
[all …]
/freebsd/libexec/rpc.rusersd/
H A Drusers_proc.c70 XqueryIdle(char *display) in XqueryIdle() argument
78 if (!(dpy= XOpenDisplay(display))) { in XqueryIdle()
79 syslog(LOG_ERR, "Cannot open display %s", display); in XqueryIdle()
84 syslog(LOG_ERR, "%s: unable to get idle time", display); in XqueryIdle()
88 syslog(LOG_ERR, "%s: Xidle extension not loaded", display); in XqueryIdle()
93 syslog(LOG_ERR, "%s: server grabbed for over 10 seconds", display); in XqueryIdle()
105 getidle(const char *tty, const char *display __unused) in getidle()
117 if (display && *display && (idle = XqueryIdle(display)) >= 0) in getidle()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_display_block.ksh91 log_fail "zdb -R :bd (block 0 display/decompress) failed"
99 log_fail "zdb -R :db80 (block 1 display/decompress) failed"
107 log_fail "zdb -R :b80d (block 1 display/decompress) failed"
116 log_fail "zdb -R :id (indirect block display) failed"
126 log_fail "zdb -R 0.0:offset:length:id (indirect block display) failed"
129 log_pass "zdb -R :b flag (block display) works as expected"
/freebsd/contrib/ntp/scripts/monitoring/
H A Dloopwatch.config.SAMPLE15 # showoffs: yes/no control display of offset values
18 # showfreq: yes/no control display of frequency values
21 # showcmpl: yes/no control display of compliance values
24 # showoreg: yes/no control display of linear regression of offset values
27 # showfreg: yes/no control display of linear regression of frequency values
40 # if a number is given, subtract this from sampling values for display
70 # limit display (y-axis) to values not larger than <number>
74 # limit display (y-axis) to values not smaller than <number>
81 # level 1 will just print a timestamp for any display update
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.css9 body { margin: 0; display: flex; justify-content: left; }
39 display: inline-block;
71 display: flex;
98 display: block;
102 display: block;
107 display: inline-block;
143 display: flex;
163 display: flex;
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6_14.py94 ip6f01.display()
95 ip6f02.display()
96 ip6f03.display()
97 ip6f04.display()
128 ip6f01.display()
129 ip6f02.display()
/freebsd/sys/contrib/device-tree/src/arm/cirrus/
H A Dep7211-edb7211.dts26 display: display { label
31 display-timings {
85 display = <&display>;
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Ddiu.txt13 - edid : verbatim EDID data block describing attached display.
15 program the display controller.
18 display@2c000 {
26 display@2100 {
/freebsd/sys/contrib/device-tree/Bindings/display/tilcdc/
H A Dpanel.txt15 - display-timings: typical videomode of lcd panel. Multiple video modes
18 Documentation/devicetree/bindings/display/panel/display-timing.txt for display
50 display-timings {
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx27-phytec-phycard-s-rdk.dts16 display: display { label
20 display-timings {
46 display = <&display>;

12345678910>>...41