Home
last modified time | relevance | path

Searched refs:lines (Results 51 – 75 of 1337) sorted by relevance

12345678910>>...54

/openbmc/linux/drivers/video/console/
H A Dmdacon.c507 enum con_scroll dir, unsigned int lines) in mdacon_scroll() argument
511 if (!lines) in mdacon_scroll()
514 if (lines > c->vc_rows) /* maximum realistic size */ in mdacon_scroll()
515 lines = c->vc_rows; in mdacon_scroll()
520 scr_memmovew(mda_addr(0, t), mda_addr(0, t + lines), in mdacon_scroll()
521 (b-t-lines)*mda_num_columns*2); in mdacon_scroll()
522 scr_memsetw(mda_addr(0, b - lines), eattr, in mdacon_scroll()
523 lines*mda_num_columns*2); in mdacon_scroll()
527 scr_memmovew(mda_addr(0, t + lines), mda_addr(0, t), in mdacon_scroll()
528 (b-t-lines)*mda_num_columns*2); in mdacon_scroll()
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAccountPermission.pm489 my @lines=<PASSWD>;
493 my $user_line = grep '^\s*$user_to_remove\s*:',@lines;
518 my @lines = <GROUP>;
521 foreach my $line (@lines) {
575 my @lines=<GROUP>;
579 if (grep /^$group:/,@lines > 0) {
612 my @lines = <GROUP>;
614 chomp @lines;
621 foreach my $line (@lines) {
876 my @lines = `$logins -ox`;
[all …]
/openbmc/linux/tools/perf/scripts/python/
H A Dstackcollapse.py69 lines = defaultdict(lambda: 0) variable
122 lines[stack_string] = lines[stack_string] + 1
125 list = sorted(lines)
127 print("%s %d" % (stack, lines[stack]))
/openbmc/qemu/util/
H A Dselfmap.c16 gchar *maps, **lines; in read_self_maps() local
24 lines = g_strsplit(maps, "\n", 0); in read_self_maps()
25 nlines = g_strv_length(lines); in read_self_maps()
28 gchar **fields = g_strsplit(lines[i], " ", 6); in read_self_maps()
79 g_strfreev(lines); in read_self_maps()
/openbmc/linux/arch/um/drivers/
H A Dline.c358 void close_lines(struct line *lines, int nlines) in close_lines() argument
363 close_chan(&lines[i]); in close_lines()
369 struct line *line = &lines[n]; in setup_one_line()
500 line = &lines[dev]; in line_get_config()
543 struct line *lines, int nlines) in register_lines() argument
563 tty_port_init(&lines[i].port); in register_lines()
564 lines[i].port.ops = &line_port_ops; in register_lines()
565 spin_lock_init(&lines[i].lock); in register_lines()
566 lines[i].driver = line_driver; in register_lines()
567 INIT_LIST_HEAD(&lines[i].chan_list); in register_lines()
[all …]
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-vbi.c190 for (i = 0; i < lines; i++) { in copy_vbi_data()
302 u32 lines = itv->vbi.count; in compress_raw_buf() local
309 for (i = 0; i < lines; i++) { in compress_raw_buf()
319 return lines * (line_size - 4); in compress_raw_buf()
330 unsigned lines = 0; in compress_sliced_buf() local
352 lines |= 1 << vbi.line; in compress_sliced_buf()
393 int lines; in ivtv_process_vbi_data() local
403 lines = compress_sliced_buf(itv, lines, p + size / 2 - 32, size / 2 + 32, in ivtv_process_vbi_data()
406 if (lines == 0) { in ivtv_process_vbi_data()
410 lines = 1; in ivtv_process_vbi_data()
[all …]
/openbmc/u-boot/Documentation/devicetree/bindings/misc/
H A Dfsl,mpc83xx-serdes.txt4 protocols (SATA, PCI Express, SGMII, ...) are used on the system's serdes lines
5 and how the lines are configured.
10 - proto: selects for which protocol the serdes lines are configured. One of
12 - serdes-clk: determines the frequency the serdes lines are configured for. One
/openbmc/openbmc/poky/meta/lib/
H A Drootfspostcommands.py19 lines = f.readlines()
23 for line in lines:
33 lines.sort(key=lambda line: (new_mapping[line.split(b':')[0]], line))
36 f.write(b''.join(lines))
/openbmc/linux/scripts/
H A Dmarkup_oops.pl215 my @lines;
257 $lines[$counter] = $line;
285 my $line = $lines[$start];
305 my $line = $lines[$finish];
330 $reglines[$i] = process_x86_regs($lines[$i], $center - $i);
338 $line = "*$lines[$i] ";
340 $line = " $lines[$i] ";
/openbmc/linux/drivers/media/pci/cx25821/
H A Dcx25821-core.c421 unsigned int i, lines; in cx25821_sram_channel_setup() local
436 if (lines > 4) in cx25821_sram_channel_setup()
437 lines = 4; in cx25821_sram_channel_setup()
439 BUG_ON(lines < 2); in cx25821_sram_channel_setup()
489 unsigned int i, lines; in cx25821_sram_channel_setup_audio() local
504 if (lines > 3) in cx25821_sram_channel_setup_audio()
507 BUG_ON(lines < 2); in cx25821_sram_channel_setup_audio()
1072 lines); in cx25821_risc_buffer()
1084 lines, true); in cx25821_risc_buffer()
1175 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx25821_risc_databuffer_audio()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-seccomp.c198 g_auto(GStrv) lines = NULL; in can_play_with_seccomp()
205 lines = g_strsplit(status, "\n", 0); in can_play_with_seccomp()
207 for (i = 0; lines[i] != NULL; i++) { in can_play_with_seccomp()
208 if (g_str_has_prefix(lines[i], "Seccomp:")) { in can_play_with_seccomp()
215 if (!strchr(lines[i], '0')) { in can_play_with_seccomp()
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dcpu.c111 u32 lines = -1; in checkicache() local
123 lines++; in checkicache()
137 return lines << 4; in checkicache()
152 u32 lines = -1; in checkdcache() local
161 lines++; in checkdcache()
173 return lines << 4; in checkdcache()
/openbmc/linux/Documentation/devicetree/bindings/powerpc/opal/
H A Doppanel-opal.txt6 - #lines : Number of lines on the operator panel e.g. <0x2>.
12 #lines = <0x2>;
/openbmc/qemu/scripts/kvm/
H A Dkvm_flightrecorder65 lines = True
66 while lines:
67 lines = tracefile.readlines(64 * 1024)
68 sys.stdout.writelines(lines)
/openbmc/openbmc-tools/i2c/
H A Dtree.py54 lines = f.readlines()
55 for line in lines:
60 lines = sys.stdin.readlines()
61 for line in lines:
/openbmc/linux/Documentation/admin-guide/media/
H A Drcar-fdp1.rst26 - The current field is scaled vertically by averaging adjacent lines to
27 recover missing lines. This method is also known as blending or Line
30 - The previous and next fields are averaged to recover lines missing from
34 field is used to fill missing lines from the current field. This method
38 used to fill missing lines from the current field. This method is also
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Dnxp,sc16is7xx.txt27 should have shared GPIO lines configured as
28 modem control lines.
47 nxp,modem-control-line-ports = <1>; /* Port 1 as modem control lines */
58 nxp,modem-control-line-ports = <0 1>; /* Ports 0 and 1 as modem control lines */
86 should have shared GPIO lines configured as
87 modem control lines.
106 nxp,modem-control-line-ports = <1>; /* Port 1 as modem control lines */
117 nxp,modem-control-line-ports = <0 1>; /* Ports 0 and 1 as modem control lines */
/openbmc/u-boot/tools/buildman/
H A Dbuilder.py551 def FilterErrors(self, lines): argument
562 for line in lines:
1135 for line in lines:
1140 if line not in lines:
1187 for line in lines:
1269 lines = []
1296 _OutputConfigInfo(lines)
1332 lines = []
1373 lines = []
1386 if lines:
[all …]
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dnuvoton,sgpio.yaml24 - ngpios is number of nuvoton,input-ngpios GPIO lines and nuvoton,output-ngpios GPIO lines.
25 nuvoton,input-ngpios GPIO lines is only for GPI.
26 nuvoton,output-ngpios GPIO lines is only for GPO.
51 The numbers of GPIO's exposed. GPIO lines are only for GPI.
58 The numbers of GPIO's exposed. GPIO lines are only for GPO.
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_startimage_exit.c34 struct line lines[]; member
65 if (!img.lines[i].line) in decompress()
67 addr = img.lines[i].addr; in decompress()
71 boottime->copy_mem(buf + addr, img.lines[i].line, len); in decompress()
H A Defi_selftest_startimage_return.c34 struct line lines[]; member
65 if (!img.lines[i].line) in decompress()
67 addr = img.lines[i].addr; in decompress()
71 boottime->copy_mem(buf + addr, img.lines[i].line, len); in decompress()
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_utils.py103 lines = output.split("\n")
105 lines = list(
108 lines,
113 for line in lines:
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/
H A Dtest_runner.py27 lines = ['init', 'bigline_' * 65535, 'morebigline_' * 65535 * 4, 'end']
28 for line in lines:
35 self.assertEqual(lines[i], fp_line)
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Darm,malidp.yaml65 arm,malidp-output-port-lines:
68 Number of output lines/bits for each colour channel.
70 - description: number of output lines for the red channel (R)
71 - description: number of output lines for the green channel (G)
72 - description: number of output lines for the blue channel (B)
98 - arm,malidp-output-port-lines
110 arm,malidp-output-port-lines = /bits/ 8 <8 8 8>;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cloc/
H A Dcloc_1.98.bb1 SUMMARY = "Count blank lines, comment lines, and physical lines of source code \

12345678910>>...54