/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | .yamllint | 15 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 D | timerlat_aa.c | 20 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 D | 0001-configure-don-t-report-error-when-the-path-of-Perl-c.patch | 5 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 D | meson-buildoptions.py | 95 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 D | sclp_rw.c | 172 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 D | stacktrace.c | 25 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 D | ti,dra7-dss.txt | 12 - 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 D | ti,omap5-dss.txt | 64 - 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 D | ti,omap4-dss.txt | 83 - 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 D | eject-2.1.5-spaces.patch | 1 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 D | stacktrace.h | 67 int spaces); 69 unsigned int nr_entries, int spaces);
|
H A D | stackdepot.h | 142 int spaces);
|
/openbmc/linux/mm/ |
H A D | swap_state.c | 675 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 D | sun4i-ss-cipher.c | 26 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 D | README.fsl-trustzone-components | 15 - 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 D | trace_functions_graph.c | 354 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 D | 0001-parsec-cli-tests.sh-adapt-to-new-serialNumber-output.patch | 7 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 D | ipmi_fwum.c | 389 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 D | doc-bad-indent.err | 1 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 D | interpreter.patch | 7 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-revs | 20 # replace TABs with spaces
|
/openbmc/linux/Documentation/gpu/amdgpu/ |
H A D | amdgpu-glossary.rst | 50 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 D | default | 13 # You can list multiple hosts/networks separated by spaces.
|
/openbmc/u-boot/doc/device-tree-bindings/video/osd/ |
H A D | gdsys,ihs_video_out.txt | 5 - reg: A combination of three register spaces:
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | jit-interface.txt | 8 Each line has the following format, fields separated with spaces:
|