Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 25 of 64) sorted by relevance

123

/Linux-v6.1/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c23 static void regs_dump(FILE *stream, struct kvm_regs *regs, uint8_t indent) in regs_dump() argument
27 indent, "", in regs_dump()
31 indent, "", in regs_dump()
35 indent, "", in regs_dump()
39 indent, "", in regs_dump()
42 indent, "", in regs_dump()
47 uint8_t indent) in segment_dump() argument
51 indent, "", segment->base, segment->limit, in segment_dump()
55 indent, "", segment->present, segment->dpl, in segment_dump()
59 indent, "", segment->g, segment->avl, in segment_dump()
[all …]
/Linux-v6.1/tools/testing/selftests/x86/
Dsyscall_numbering.c72 unsigned int indent; /* Message indentation level */ member
80 unsigned int level = sh ? sh->indent : 0; in offset()
100 sh->indent = 0; \
175 sh->indent++; in _check_for()
177 sh->indent++; in _check_for()
191 sh->indent--; in _check_for()
203 sh->indent--; in _check_for()
234 sh->indent++; in test_x32()
245 sh->indent--; in test_x32()
310 sh->indent++; in test_syscall_numbering()
[all …]
/Linux-v6.1/tools/testing/selftests/kvm/lib/s390x/
Dprocessor.c113 static void virt_dump_ptes(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_ptes() argument
123 indent, "", ptea, *pte); in virt_dump_ptes()
127 static void virt_dump_region(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_region() argument
137 indent, "", 4 - ((*entry & REGION_ENTRY_TYPE) >> 2), in virt_dump_region()
140 virt_dump_region(stream, vm, indent + 2, in virt_dump_region()
143 virt_dump_ptes(stream, vm, indent + 2, in virt_dump_region()
149 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump() argument
154 virt_dump_region(stream, vm, indent, vm->pgd); in virt_arch_dump()
212 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump() argument
215 indent, "", vcpu->run->psw_mask, vcpu->run->psw_addr); in vcpu_arch_dump()
/Linux-v6.1/Documentation/arm/samsung/
Dclksrc-change-registers.awk93 indent=1
97 for(; indent >= 1;) {
114 indent++
117 indent--
119 if (indent == 0) {
162 printf indent ":" line "\n" > "/dev/stderr"
/Linux-v6.1/scripts/kconfig/
Dconf.c42 static int indent = 1; variable
355 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string()
388 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym()
473 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice()
483 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice()
491 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice()
497 printf("%*c", indent, '>'); in conf_choice()
499 printf("%*c", indent, ' '); in conf_choice()
507 printf("%*schoice", indent - 1, ""); in conf_choice()
556 indent += 2; in conf_choice()
[all …]
Dmconf.c278 static int indent; variable
494 indent + 1, ' ', prompt); in build_conf()
497 indent + 1, ' ', prompt, in build_conf()
507 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf()
515 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf()
559 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
565 indent += 2; in build_conf()
567 indent -= 2; in build_conf()
574 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
614 tmp = indent - tmp + 4; in build_conf()
[all …]
Dnconf.c258 static int indent; variable
759 indent + 1, ' ', prompt); in build_conf()
763 indent + 1, ' ', prompt, in build_conf()
774 indent + 1, ' ', in build_conf()
782 indent + 1, ' ', in build_conf()
828 item_add_str("%*c%s", indent + 1, in build_conf()
836 indent += 2; in build_conf()
838 indent -= 2; in build_conf()
846 "---%*c%s", indent + 1, in build_conf()
890 tmp = indent - tmp + 4; in build_conf()
[all …]
/Linux-v6.1/arch/x86/tools/
Dinsn_decoder_test.c59 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field() argument
62 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field()
64 indent, field->value, field->bytes[0], field->bytes[1], in dump_field()
66 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
Dinsn_sanity.c52 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field() argument
55 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field()
57 indent, field->value, field->bytes[0], field->bytes[1], in dump_field()
59 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_gem_ttm_helper.c23 void drm_gem_ttm_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_ttm_print_info() argument
42 drm_printf_indent(p, indent, "placement="); in drm_gem_ttm_print_info()
47 drm_printf_indent(p, indent, "bus.offset=%lx\n", in drm_gem_ttm_print_info()
Ddrm_framebuffer.c1177 void drm_framebuffer_print_info(struct drm_printer *p, unsigned int indent, in drm_framebuffer_print_info() argument
1182 drm_printf_indent(p, indent, "allocated by = %s\n", fb->comm); in drm_framebuffer_print_info()
1183 drm_printf_indent(p, indent, "refcount=%u\n", in drm_framebuffer_print_info()
1185 drm_printf_indent(p, indent, "format=%p4cc\n", &fb->format->format); in drm_framebuffer_print_info()
1186 drm_printf_indent(p, indent, "modifier=0x%llx\n", fb->modifier); in drm_framebuffer_print_info()
1187 drm_printf_indent(p, indent, "size=%ux%u\n", fb->width, fb->height); in drm_framebuffer_print_info()
1188 drm_printf_indent(p, indent, "layers:\n"); in drm_framebuffer_print_info()
1191 drm_printf_indent(p, indent + 1, "size[%u]=%dx%d\n", i, in drm_framebuffer_print_info()
1194 drm_printf_indent(p, indent + 1, "pitch[%u]=%u\n", i, fb->pitches[i]); in drm_framebuffer_print_info()
1195 drm_printf_indent(p, indent + 1, "offset[%u]=%u\n", i, fb->offsets[i]); in drm_framebuffer_print_info()
[all …]
/Linux-v6.1/scripts/
DLindent6 RES=`indent --version | cut -d' ' -f3`
26 indent $PARAM "$@"
/Linux-v6.1/drivers/comedi/drivers/ni_routing/tools/
Dconvert_csv_to_c.py63 def routedict_to_routelist_single(name, D, indent=1): argument
67 I0 = '\t'*(indent),
68 I1 = '\t'*(indent+1),
69 I2 = '\t'*(indent+2),
70 I3 = '\t'*(indent+3),
71 I4 = '\t'*(indent+4),
/Linux-v6.1/include/drm/
Ddrm_gem_dma_helper.h39 struct drm_printer *p, unsigned int indent);
74 static inline void drm_gem_dma_object_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_dma_object_print_info() argument
79 drm_gem_dma_print_info(dma_obj, p, indent); in drm_gem_dma_object_print_info()
Ddrm_gem_shmem_helper.h138 struct drm_printer *p, unsigned int indent);
169 static inline void drm_gem_shmem_object_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_shmem_object_print_info() argument
174 drm_gem_shmem_print_info(shmem, p, indent); in drm_gem_shmem_object_print_info()
/Linux-v6.1/tools/perf/util/intel-pt-decoder/
Dintel-pt-log.c68 int indent) in intel_pt_print_data() argument
72 for (i = 0; i < indent; i++) in intel_pt_print_data()
83 static void intel_pt_print_no_data(uint64_t pos, int indent) in intel_pt_print_no_data() argument
87 for (i = 0; i < indent; i++) in intel_pt_print_no_data()
/Linux-v6.1/tools/testing/selftests/kvm/lib/aarch64/
Dprocessor.c179 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, uint64_t page, int level) in pte_dump() argument
192 fprintf(stream, "%*s%s: %lx: %lx at %p\n", indent, "", type[level], pte, *ptep, ptep); in pte_dump()
193 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level + 1); in pte_dump()
198 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump() argument
210 fprintf(stream, "%*spgd: %lx: %lx at %p\n", indent, "", pgd, *ptep, ptep); in virt_arch_dump()
211 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level); in virt_arch_dump()
307 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump() argument
315 indent, "", pstate, pc); in vcpu_arch_dump()
/Linux-v6.1/tools/testing/selftests/kvm/lib/riscv/
Dprocessor.c140 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, in pte_dump() argument
154 fprintf(stream, "%*s%s: %lx: %lx at %p\n", indent, "", in pte_dump()
156 pte_dump(stream, vm, indent + 1, in pte_dump()
162 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump() argument
174 fprintf(stream, "%*spgd: %lx: %lx at %p\n", indent, "", in virt_arch_dump()
176 pte_dump(stream, vm, indent + 1, in virt_arch_dump()
205 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump() argument
/Linux-v6.1/Documentation/translations/zh_TW/process/
Dcoding-style.rst558 (indent-tabs-mode . t)
569 以用 ``indent`` 。
571 不過,GNU indent 也有和 GNU emacs 一樣有問題的設定,所以你需要給它一些命令選
572 項。不過,這還不算太糟糕,因爲就算是 GNU indent 的作者也認同 K&R 的權威性
573 (GNU 的人並不是壞人,他們只是在這個問題上被嚴重的誤導了),所以你只要給 indent
577 ``indent`` 有很多選項,特別是重新格式化注釋的時候,你可能需要看一下它的手冊。
578 不過記住: ``indent`` 不能修正壞的編程習慣。
951 GNU 手冊 - 遵循 K&R 標準和此文本 - cpp, gcc, gcc internals and indent,
/Linux-v6.1/drivers/md/
Draid5-ppl.c848 int indent = 0; in ppl_recover_entry() local
850 pr_debug("%s:%*s iter %d start\n", __func__, indent, "", i); in ppl_recover_entry()
851 indent += 2; in ppl_recover_entry()
864 __func__, indent, "", disk); in ppl_recover_entry()
865 indent += 2; in ppl_recover_entry()
869 __func__, indent, "", in ppl_recover_entry()
871 indent -= 2; in ppl_recover_entry()
881 __func__, indent, "", in ppl_recover_entry()
891 __func__, indent, "", dd_idx); in ppl_recover_entry()
897 __func__, indent, "", rdev->bdev, in ppl_recover_entry()
[all …]
/Linux-v6.1/tools/perf/ui/stdio/
Dhist.c619 static int print_hierarchy_indent(const char *sep, int indent, in print_hierarchy_indent() argument
624 if (sep != NULL || indent < 2) in print_hierarchy_indent()
627 width = (indent - 2) * HIERARCHY_INDENT; in print_hierarchy_indent()
636 int indent; in hists__fprintf_hierarchy_headers() local
644 indent = hists->nr_hpp_node; in hists__fprintf_hierarchy_headers()
647 print_hierarchy_indent(sep, indent, " ", fp); in hists__fprintf_hierarchy_headers()
683 print_hierarchy_indent(sep, indent, dots, fp); in hists__fprintf_hierarchy_headers()
827 unsigned indent; in hists__fprintf() local
850 indent = hists__overhead_width(hists) + 4; in hists__fprintf()
881 fprintf(fp, "%*sno entry >= %.2f%%\n", indent, "", min_pcnt); in hists__fprintf()
/Linux-v6.1/fs/unicode/
Dmkutf8data.c423 int indent = 1; in tree_walk() local
431 tree->leaf_print(tree->root, indent); in tree_walk()
440 indent, "", node, in tree_walk()
455 indent+1); in tree_walk()
459 indent += 1; in tree_walk()
469 indent+1); in tree_walk()
473 indent += 1; in tree_walk()
481 indent -= 1; in tree_walk()
949 int indent; in index_nodes() local
955 indent = 1; in index_nodes()
[all …]
/Linux-v6.1/tools/testing/selftests/kvm/lib/
Dsparsebit.c873 unsigned int indent) in dump_nodes() argument
886 fprintf(stream, "%*s---- %s nodep: %p\n", indent, "", node_type, nodep); in dump_nodes()
887 fprintf(stream, "%*s parent: %p left: %p right: %p\n", indent, "", in dump_nodes()
890 indent, "", nodep->idx, nodep->mask, nodep->num_after); in dump_nodes()
894 dump_nodes(stream, nodep->left, indent + 2); in dump_nodes()
898 dump_nodes(stream, nodep->right, indent + 2); in dump_nodes()
926 unsigned int indent) in sparsebit_dump_internal() argument
929 fprintf(stream, "%*sroot: %p\n", indent, "", s->root); in sparsebit_dump_internal()
930 fprintf(stream, "%*snum_set: 0x%lx\n", indent, "", s->num_set); in sparsebit_dump_internal()
933 dump_nodes(stream, s->root, indent); in sparsebit_dump_internal()
[all …]
Dkvm_util.c1685 void vm_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in vm_dump() argument
1691 fprintf(stream, "%*smode: 0x%x\n", indent, "", vm->mode); in vm_dump()
1692 fprintf(stream, "%*sfd: %i\n", indent, "", vm->fd); in vm_dump()
1693 fprintf(stream, "%*spage_size: 0x%x\n", indent, "", vm->page_size); in vm_dump()
1694 fprintf(stream, "%*sMem Regions:\n", indent, ""); in vm_dump()
1697 "host_virt: %p\n", indent + 2, "", in vm_dump()
1701 fprintf(stream, "%*sunused_phy_pages: ", indent + 2, ""); in vm_dump()
1704 fprintf(stream, "%*sMapped Virtual Pages:\n", indent, ""); in vm_dump()
1705 sparsebit_dump(stream, vm->vpages_mapped, indent + 2); in vm_dump()
1706 fprintf(stream, "%*spgd_created: %u\n", indent, "", in vm_dump()
[all …]
/Linux-v6.1/Documentation/translations/zh_CN/process/
Dcoding-style.rst632 (indent-tabs-mode . t)
643 以用 ``indent`` 。
645 不过,GNU indent 也有和 GNU emacs 一样有问题的设定,所以你需要给它一些命令选
646 项。不过,这还不算太糟糕,因为就算是 GNU indent 的作者也认同 K&R 的权威性
647 (GNU 的人并不是坏人,他们只是在这个问题上被严重的误导了),所以你只要给 indent
651 ``indent`` 有很多选项,特别是重新格式化注释的时候,你可能需要看一下它的手册。
652 不过记住: ``indent`` 不能修正坏的编程习惯。
1076 GNU 手册 - 遵循 K&R 标准和此文本 - cpp, gcc, gcc internals and indent,

123