/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 90 uint8_t indent) in regs_dump() argument 94 indent, "", in regs_dump() 98 indent, "", in regs_dump() 102 indent, "", in regs_dump() 106 indent, "", in regs_dump() 109 indent, "", in regs_dump() 129 uint8_t indent) in segment_dump() argument 133 indent, "", segment->base, segment->limit, in segment_dump() 137 indent, "", segment->present, segment->dpl, in segment_dump() 141 indent, "", segment->g, segment->avl, in segment_dump() [all …]
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | conf.c | 42 static int indent = 1; variable 138 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string() 171 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym() 256 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 266 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 274 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice() 280 printf("%*c", indent, '>'); in conf_choice() 282 printf("%*c", indent, ' '); in conf_choice() 290 printf("%*schoice", indent - 1, ""); in conf_choice() 339 indent += 2; in conf_choice() [all …]
|
D | mconf.c | 276 static int indent; variable 497 indent + 1, ' ', prompt); in build_conf() 500 indent + 1, ' ', prompt, in build_conf() 510 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf() 518 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf() 562 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 568 indent += 2; in build_conf() 570 indent -= 2; in build_conf() 577 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 617 tmp = indent - tmp + 4; in build_conf() [all …]
|
D | nconf.c | 258 static int indent; variable 762 indent + 1, ' ', prompt); in build_conf() 766 indent + 1, ' ', prompt, in build_conf() 777 indent + 1, ' ', in build_conf() 785 indent + 1, ' ', in build_conf() 831 item_add_str("%*c%s", indent + 1, in build_conf() 839 indent += 2; in build_conf() 841 indent -= 2; in build_conf() 849 "---%*c%s", indent + 1, in build_conf() 893 tmp = indent - tmp + 4; in build_conf() [all …]
|
D | gconf.c | 58 static gint indent; variable 1200 GtkTreeIter *parent = parents[indent - 1]; in place_node() 1201 GtkTreeIter *node = parents[indent]; in place_node() 1259 indent = 1; in update_tree() 1275 printf("%*c%s | %s\n", indent, ' ', in update_tree() 1324 indent++; in update_tree() 1326 indent--; in update_tree() 1342 indent = 1; in display_tree() 1367 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree() 1395 indent++; in display_tree() [all …]
|
/kernel/linux/linux-5.10/Documentation/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"
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/s390x/ |
D | processor.c | 119 static void virt_dump_ptes(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_ptes() argument 129 indent, "", ptea, *pte); in virt_dump_ptes() 133 static void virt_dump_region(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_region() argument 143 indent, "", 4 - ((*entry & REGION_ENTRY_TYPE) >> 2), in virt_dump_region() 146 virt_dump_region(stream, vm, indent + 2, in virt_dump_region() 149 virt_dump_ptes(stream, vm, indent + 2, in virt_dump_region() 155 void virt_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_dump() argument 160 virt_dump_region(stream, vm, indent, vm->pgd); in virt_dump() 234 void vcpu_dump(FILE *stream, struct kvm_vm *vm, uint32_t vcpuid, uint8_t indent) in vcpu_dump() argument 242 indent, "", vcpu->state->psw_mask, vcpu->state->psw_addr); in vcpu_dump()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_gem_ttm_helper.c | 23 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()
|
D | drm_framebuffer.c | 1160 void drm_framebuffer_print_info(struct drm_printer *p, unsigned int indent, in drm_framebuffer_print_info() argument 1166 drm_printf_indent(p, indent, "allocated by = %s\n", fb->comm); in drm_framebuffer_print_info() 1167 drm_printf_indent(p, indent, "refcount=%u\n", in drm_framebuffer_print_info() 1169 drm_printf_indent(p, indent, "format=%s\n", in drm_framebuffer_print_info() 1171 drm_printf_indent(p, indent, "modifier=0x%llx\n", fb->modifier); in drm_framebuffer_print_info() 1172 drm_printf_indent(p, indent, "size=%ux%u\n", fb->width, fb->height); in drm_framebuffer_print_info() 1173 drm_printf_indent(p, indent, "layers:\n"); in drm_framebuffer_print_info() 1176 drm_printf_indent(p, indent + 1, "size[%u]=%dx%d\n", i, in drm_framebuffer_print_info() 1179 drm_printf_indent(p, indent + 1, "pitch[%u]=%u\n", i, fb->pitches[i]); in drm_framebuffer_print_info() 1180 drm_printf_indent(p, indent + 1, "offset[%u]=%u\n", i, fb->offsets[i]); in drm_framebuffer_print_info() [all …]
|
D | drm_dp_mst_topology_internal.h | 22 int indent, struct drm_printer *printer);
|
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-log.c | 49 int indent) in intel_pt_print_data() argument 53 for (i = 0; i < indent; i++) in intel_pt_print_data() 64 static void intel_pt_print_no_data(uint64_t pos, int indent) in intel_pt_print_no_data() argument 68 for (i = 0; i < indent; i++) in intel_pt_print_no_data()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/ |
D | kvm_util_internal.h | 74 void virt_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent); 91 void regs_dump(FILE *stream, struct kvm_regs *regs, uint8_t indent); 108 void sregs_dump(FILE *stream, struct kvm_sregs *sregs, uint8_t indent);
|
D | kvm_util.c | 1600 void vm_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in vm_dump() argument 1605 fprintf(stream, "%*smode: 0x%x\n", indent, "", vm->mode); in vm_dump() 1606 fprintf(stream, "%*sfd: %i\n", indent, "", vm->fd); in vm_dump() 1607 fprintf(stream, "%*spage_size: 0x%x\n", indent, "", vm->page_size); in vm_dump() 1608 fprintf(stream, "%*sMem Regions:\n", indent, ""); in vm_dump() 1611 "host_virt: %p\n", indent + 2, "", in vm_dump() 1615 fprintf(stream, "%*sunused_phy_pages: ", indent + 2, ""); in vm_dump() 1618 fprintf(stream, "%*sMapped Virtual Pages:\n", indent, ""); in vm_dump() 1619 sparsebit_dump(stream, vm->vpages_mapped, indent + 2); in vm_dump() 1620 fprintf(stream, "%*spgd_created: %u\n", indent, "", in vm_dump() [all …]
|
D | sparsebit.c | 873 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 …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/aarch64/ |
D | processor.c | 186 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, uint64_t page, int level) in pte_dump() argument 199 fprintf(stream, "%*s%s: %lx: %lx at %p\n", indent, "", type[level], pte, *ptep, ptep); in pte_dump() 200 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level + 1); in pte_dump() 205 void virt_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_dump() argument 217 fprintf(stream, "%*spgd: %lx: %lx at %p\n", indent, "", pgd, *ptep, ptep); in virt_dump() 218 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level); in virt_dump() 304 void vcpu_dump(FILE *stream, struct kvm_vm *vm, uint32_t vcpuid, uint8_t indent) in vcpu_dump() argument 312 indent, "", pstate, pc); in vcpu_dump()
|
/kernel/linux/linux-5.10/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 | 56 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field() argument 59 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field() 61 indent, field->value, field->bytes[0], field->bytes[1], in dump_field() 63 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
|
/kernel/linux/linux-5.10/scripts/ |
D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 26 indent $PARAM "$@"
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/tools/ |
D | convert_csv_to_c.py | 64 def routedict_to_routelist_single(name, D, indent=1): argument 68 I0 = '\t'*(indent), 69 I1 = '\t'*(indent+1), 70 I2 = '\t'*(indent+2), 71 I3 = '\t'*(indent+3), 72 I4 = '\t'*(indent+4),
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 555 (indent-tabs-mode . t) 566 以用 ``indent`` 。 568 不过,GNU indent 也有和 GNU emacs 一样有问题的设定,所以你需要给它一些命令选 569 项。不过,这还不算太糟糕,因为就算是 GNU indent 的作者也认同 K&R 的权威性 570 (GNU 的人并不是坏人,他们只是在这个问题上被严重的误导了),所以你只要给 indent 574 ``indent`` 有很多选项,特别是重新格式化注释的时候,你可能需要看一下它的手册。 575 不过记住: ``indent`` 不能修正坏的编程习惯。 948 GNU 手册 - 遵循 K&R 标准和此文本 - cpp, gcc, gcc internals and indent,
|
/kernel/linux/linux-5.10/drivers/md/ |
D | raid5-ppl.c | 858 int indent = 0; in ppl_recover_entry() local 860 pr_debug("%s:%*s iter %d start\n", __func__, indent, "", i); in ppl_recover_entry() 861 indent += 2; in ppl_recover_entry() 874 __func__, indent, "", disk); in ppl_recover_entry() 875 indent += 2; in ppl_recover_entry() 879 __func__, indent, "", in ppl_recover_entry() 881 indent -= 2; in ppl_recover_entry() 891 __func__, indent, "", in ppl_recover_entry() 899 __func__, indent, "", dd_idx); in ppl_recover_entry() 905 __func__, indent, "", bdevname(rdev->bdev, b), in ppl_recover_entry() [all …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/input/tablet/ |
D | gtco.c | 226 int indent = 0; in parse_hid_report_descriptor() local 353 if (indent == MAX_COLLECTION_LEVELS) { in parse_hid_report_descriptor() 355 indent + 1, in parse_hid_report_descriptor() 367 indent++; in parse_hid_report_descriptor() 368 for (x = 0; x < indent; x++) in parse_hid_report_descriptor() 381 if (indent == 0) { in parse_hid_report_descriptor() 388 indent--; in parse_hid_report_descriptor() 389 for (x = 0; x < indent; x++) in parse_hid_report_descriptor()
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/pnp/ |
D | interface.c | 214 char *indent; in options_show() local 226 indent = " "; in options_show() 236 indent = ""; in options_show() 238 pnp_print_option(buffer, indent, option); in options_show()
|