Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 25 of 235) sorted by relevance

12345678910

/openbmc/linux/Documentation/devicetree/bindings/
H A D.yamllint15 min-spaces-inside: 0
16 max-spaces-inside: 1
17 min-spaces-inside-empty: 0
18 max-spaces-inside-empty: 0
20 min-spaces-inside: 0
21 max-spaces-inside: 1
22 min-spaces-inside-empty: 0
23 max-spaces-inside-empty: 0
24 colons: {max-spaces-before: 0, max-spaces-after: 1}
25 commas: {min-spaces-after: 1, max-spaces-after: 1}
[all …]
/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_aa.c20 static const char *spaces = " "; variable
282 24, spaces, in timerlat_aa_nmi_handler()
290 24, spaces, ns_to_usf(duration)); in timerlat_aa_nmi_handler()
334 15, spaces, in timerlat_aa_irq_handler()
385 24, spaces, in timerlat_aa_irq_handler()
423 24, spaces, in timerlat_aa_softirq_handler()
469 15, spaces, in timerlat_aa_thread_handler()
500 14, spaces, function); in timerlat_aa_stack_handler()
587 16, spaces, in timerlat_thread_analysis()
594 printf(" IRQ handler delay: %.*s %16s %9.2f us (%.2f %%)\n", 16, spaces, in timerlat_thread_analysis()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0001-configure-don-t-report-error-when-the-path-of-Perl-c.patch5 spaces or tabs
27 - as_fn_error $? "The path to your Perl contains spaces or tabs.
28 + : as_fn_error $? "The path to your Perl contains spaces or tabs.
30 Please use a path without spaces and try again." "$LINENO" 5
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.py95 spaces = " " * indent
98 left = spaces
100 left = (left + spaces)[0:indent]
102 text, width=LINE_WIDTH, initial_indent=left, subsequent_indent=spaces
/openbmc/linux/drivers/s390/char/
H A Dsclp_rw.c172 int spaces, i_msg; in sclp_write() local
242 spaces = buffer->current_length; in sclp_write()
248 memset(buffer->current_line, 0x40, spaces); in sclp_write()
249 buffer->current_line += spaces; in sclp_write()
250 buffer->current_length = spaces; in sclp_write()
/openbmc/linux/kernel/
H A Dstacktrace.c25 int spaces) in stack_trace_print() argument
33 printk("%*c%pS\n", 1 + spaces, ' ', (void *)entries[i]); in stack_trace_print()
48 unsigned int nr_entries, int spaces) in stack_trace_snprint() argument
56 generated = snprintf(buf, size, "%*c%pS\n", 1 + spaces, ' ', in stack_trace_snprint()
/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,dra7-dss.txt12 - reg: address and length of the register spaces for 'dss'
23 - reg: address and length of the register spaces for 'pll1_clkctrl',
60 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
H A Dti,omap5-dss.txt64 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
86 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
H A Dti,omap4-dss.txt83 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
105 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/
H A Deject-2.1.5-spaces.patch1 Kept to help with spaces in the mount path
5 Linux mangles spaces in mount points by changing them to an octal string
18 + * Linux mangles spaces in mount points by changing them to an octal string
/openbmc/linux/include/linux/
H A Dstacktrace.h67 int spaces);
69 unsigned int nr_entries, int spaces);
H A Dstackdepot.h142 int spaces);
/openbmc/linux/mm/
H A Dswap_state.c675 struct address_space *spaces, *space; in init_swap_address_space() local
679 spaces = kvcalloc(nr, sizeof(struct address_space), GFP_KERNEL); in init_swap_address_space()
680 if (!spaces) in init_swap_address_space()
683 space = spaces + i; in init_swap_address_space()
691 swapper_spaces[type] = spaces; in init_swap_address_space()
699 struct address_space *spaces = swapper_spaces[type]; in exit_swap_address_space() local
702 VM_WARN_ON_ONCE(!mapping_empty(&spaces[i])); in exit_swap_address_space()
703 kvfree(spaces); in exit_swap_address_space()
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c26 u32 spaces; in sun4i_ss_opti_poll() local
104 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_opti_poll()
105 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_opti_poll()
106 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_opti_poll()
193 u32 spaces; in sun4i_ss_cipher_poll() local
320 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_cipher_poll()
321 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
322 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
/openbmc/u-boot/doc/
H A DREADME.fsl-trustzone-components15 - Separates Secure World and Normal World on-chip RAM (OCRAM) spaces.
22 - Separates Secure World and Normal World external memory spaces for bus masters
/openbmc/linux/kernel/trace/
H A Dtrace_functions_graph.c354 int spaces = 0; in print_graph_proc() local
366 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc()
369 for (i = 0; i < spaces / 2; i++) in print_graph_proc()
375 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc()
1185 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local
1199 seq_printf(s, "#%.*s _-----=> irqs-off \n", size, spaces); in print_lat_header()
1200 seq_printf(s, "#%.*s / _----=> need-resched \n", size, spaces); in print_lat_header()
1201 seq_printf(s, "#%.*s| / _---=> hardirq/softirq \n", size, spaces); in print_lat_header()
1202 seq_printf(s, "#%.*s|| / _--=> preempt-depth \n", size, spaces); in print_lat_header()
1203 seq_printf(s, "#%.*s||| / \n", size, spaces); in print_lat_header()
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/files/
H A D0001-parsec-cli-tests.sh-adapt-to-new-serialNumber-output.patch7 without spaces so support both that and the old with
8 spaces output to pass the test. Not using regular
/openbmc/ipmitool/lib/
H A Dipmi_fwum.c389 unsigned char spaces[PROG_LENGTH + 1]; in KfwumShowProgress() local
401 memset(spaces, '#', hash); in KfwumShowProgress()
402 spaces[hash] = '\0'; in KfwumShowProgress()
404 printf("%s", spaces); in KfwumShowProgress()
405 memset(spaces, ' ', (PROG_LENGTH - hash)); in KfwumShowProgress()
406 spaces[(PROG_LENGTH - hash)] = '\0'; in KfwumShowProgress()
407 printf("%s", spaces ); in KfwumShowProgress()
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-bad-indent.err1 doc-bad-indent.json:7:1: unexpected de-indent (expected at least 2 spaces)
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/
H A Dinterpreter.patch7 play games with hashbangs: for now assume that even hashbangs with spaces
8 are simple (assume the spaces are only used to separate arguments) and
/openbmc/qemu/
H A D.git-blame-ignore-revs20 # replace TABs with spaces
/openbmc/linux/Documentation/gpu/amdgpu/
H A Damdgpu-glossary.rst50 virtual address spaces that can be in flight at any given time. These
52 spaces for use by the GPU kernel driver and applications using the GPU.
/openbmc/openbmc/poky/meta/recipes-devtools/distcc/files/
H A Ddefault13 # You can list multiple hosts/networks separated by spaces.
/openbmc/u-boot/doc/device-tree-bindings/video/osd/
H A Dgdsys,ihs_video_out.txt5 - reg: A combination of three register spaces:
/openbmc/linux/tools/perf/Documentation/
H A Djit-interface.txt8 Each line has the following format, fields separated with spaces:

12345678910