/Linux-v6.6/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 26 static void regs_dump(FILE *stream, struct kvm_regs *regs, uint8_t indent) in regs_dump() argument 30 indent, "", in regs_dump() 34 indent, "", in regs_dump() 38 indent, "", in regs_dump() 42 indent, "", in regs_dump() 45 indent, "", in regs_dump() 50 uint8_t indent) in segment_dump() argument 54 indent, "", segment->base, segment->limit, in segment_dump() 58 indent, "", segment->present, segment->dpl, in segment_dump() 62 indent, "", segment->g, segment->avl, in segment_dump() [all …]
|
/Linux-v6.6/tools/testing/selftests/x86/ |
D | syscall_numbering.c | 72 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.6/tools/testing/selftests/kvm/lib/s390x/ |
D | processor.c | 114 static void virt_dump_ptes(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_ptes() argument 124 indent, "", ptea, *pte); in virt_dump_ptes() 128 static void virt_dump_region(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_region() argument 138 indent, "", 4 - ((*entry & REGION_ENTRY_TYPE) >> 2), in virt_dump_region() 141 virt_dump_region(stream, vm, indent + 2, in virt_dump_region() 144 virt_dump_ptes(stream, vm, indent + 2, in virt_dump_region() 150 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump() argument 155 virt_dump_region(stream, vm, indent, vm->pgd); in virt_arch_dump() 214 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump() argument 217 indent, "", vcpu->run->psw_mask, vcpu->run->psw_addr); in vcpu_arch_dump()
|
/Linux-v6.6/Documentation/arch/arm/samsung/ |
D | clksrc-change-registers.awk | 93 indent=1 97 for(; indent >= 1;) { 114 indent++ 117 indent-- 119 if (indent == 0) { 162 printf indent ":" line "\n" > "/dev/stderr"
|
/Linux-v6.6/scripts/kconfig/ |
D | conf.c | 42 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 …]
|
D | mconf.c | 282 static int indent; variable 535 indent + 1, ' ', prompt); in build_conf() 538 indent + 1, ' ', prompt, in build_conf() 548 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf() 556 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf() 600 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 606 indent += 2; in build_conf() 608 indent -= 2; in build_conf() 615 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 655 tmp = indent - tmp + 4; in build_conf() [all …]
|
D | nconf.c | 262 static int indent; variable 834 indent + 1, ' ', prompt); in build_conf() 838 indent + 1, ' ', prompt, in build_conf() 849 indent + 1, ' ', in build_conf() 857 indent + 1, ' ', in build_conf() 903 item_add_str("%*c%s", indent + 1, in build_conf() 911 indent += 2; in build_conf() 913 indent -= 2; in build_conf() 921 "---%*c%s", indent + 1, in build_conf() 965 tmp = indent - tmp + 4; in build_conf() [all …]
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_gem_ttm_helper.c | 25 void drm_gem_ttm_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_ttm_print_info() argument 44 drm_printf_indent(p, indent, "placement="); in drm_gem_ttm_print_info() 49 drm_printf_indent(p, indent, "bus.offset=%lx\n", in drm_gem_ttm_print_info()
|
D | drm_framebuffer.c | 1177 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.6/arch/x86/tools/ |
D | insn_decoder_test.c | 59 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()
|
D | insn_sanity.c | 52 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.6/Documentation/sphinx-static/ |
D | custom.css | 28 /* indent lines 2+ of multi-line function prototypes */ 29 dl.function dt { margin-left: 10em; text-indent: -10em; } 37 text-indent: -1em; 41 text-indent: -1em;
|
/Linux-v6.6/scripts/ |
D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 26 indent $PARAM "$@"
|
/Linux-v6.6/include/drm/ |
D | drm_gem_dma_helper.h | 39 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()
|
D | drm_gem_shmem_helper.h | 126 struct drm_printer *p, unsigned int indent); 157 static inline void drm_gem_shmem_object_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_shmem_object_print_info() argument 162 drm_gem_shmem_print_info(shmem, p, indent); in drm_gem_shmem_object_print_info()
|
/Linux-v6.6/drivers/comedi/drivers/ni_routing/tools/ |
D | convert_csv_to_c.py | 63 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.6/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-log.c | 68 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.6/tools/testing/selftests/kvm/lib/riscv/ |
D | processor.c | 142 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, in pte_dump() argument 156 fprintf(stream, "%*s%s: %lx: %lx at %p\n", indent, "", in pte_dump() 158 pte_dump(stream, vm, indent + 1, in pte_dump() 164 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump() argument 176 fprintf(stream, "%*spgd: %lx: %lx at %p\n", indent, "", in virt_arch_dump() 178 pte_dump(stream, vm, indent + 1, in virt_arch_dump() 207 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump() argument
|
/Linux-v6.6/Documentation/translations/zh_TW/process/ |
D | coding-style.rst | 558 (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.6/tools/testing/selftests/kvm/lib/aarch64/ |
D | processor.c | 205 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, uint64_t page, int level) in pte_dump() argument 218 fprintf(stream, "%*s%s: %lx: %lx at %p\n", indent, "", type[level], pte, *ptep, ptep); in pte_dump() 219 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level + 1); in pte_dump() 224 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump() argument 236 fprintf(stream, "%*spgd: %lx: %lx at %p\n", indent, "", pgd, *ptep, ptep); in virt_arch_dump() 237 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level); in virt_arch_dump() 336 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump() argument 344 indent, "", pstate, pc); in vcpu_arch_dump()
|
/Linux-v6.6/drivers/md/ |
D | raid5-ppl.c | 848 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.6/tools/perf/ui/stdio/ |
D | hist.c | 619 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.6/fs/unicode/ |
D | mkutf8data.c | 423 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.6/tools/testing/selftests/kvm/lib/ |
D | sparsebit.c | 872 unsigned int indent) in dump_nodes() argument 885 fprintf(stream, "%*s---- %s nodep: %p\n", indent, "", node_type, nodep); in dump_nodes() 886 fprintf(stream, "%*s parent: %p left: %p right: %p\n", indent, "", in dump_nodes() 889 indent, "", nodep->idx, nodep->mask, nodep->num_after); in dump_nodes() 893 dump_nodes(stream, nodep->left, indent + 2); in dump_nodes() 897 dump_nodes(stream, nodep->right, indent + 2); in dump_nodes() 925 unsigned int indent) in sparsebit_dump_internal() argument 928 fprintf(stream, "%*sroot: %p\n", indent, "", s->root); in sparsebit_dump_internal() 929 fprintf(stream, "%*snum_set: 0x%lx\n", indent, "", s->num_set); in sparsebit_dump_internal() 932 dump_nodes(stream, s->root, indent); in sparsebit_dump_internal() [all …]
|
/Linux-v6.6/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 632 (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,
|