Searched refs:indent (Results 1 - 25 of 71) sorted by relevance

123

/linux-master/scripts/
H A DLindent6 RES=`indent --version | cut -d' ' -f3`
26 indent $PARAM "$@"
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology_internal.h22 int indent, struct drm_printer *printer);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_reg_whitelist.h18 void xe_reg_whitelist_print_entry(struct drm_printer *p, unsigned int indent,
H A Dxe_guc_db_mgr.h20 void xe_guc_db_mgr_print(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent);
H A Dxe_guc_db_mgr.c49 static void dbm_print_locked(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent);
224 static void dbm_print_locked(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent) argument
229 drm_printf_indent(p, indent, "count: %u\n", dbm->count);
235 drm_printf_indent(p, indent, "available range: %u..%u (%u)\n",
239 drm_printf_indent(p, indent, "available total: %u\n", total);
243 drm_printf_indent(p, indent, "reserved range: %u..%u (%u)\n",
247 drm_printf_indent(p, indent, "reserved total: %u\n", total);
254 * @indent: tab indentation level
257 struct drm_printer *p, int indent)
260 dbm_print_locked(dbm, p, indent);
256 xe_guc_db_mgr_print(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent) argument
[all...]
H A Dxe_reg_whitelist.c88 * @indent: indent level
94 void xe_reg_whitelist_print_entry(struct drm_printer *p, unsigned int indent, argument
132 drm_printf_indent(p, indent, "REG[0x%x-0x%x]: %s %s access\n",
/linux-master/Documentation/arch/arm/samsung/
H A 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-master/tools/testing/selftests/kvm/lib/s390x/
H A Dprocessor.c114 static void virt_dump_ptes(FILE *stream, struct kvm_vm *vm, uint8_t indent, argument
124 indent, "", ptea, *pte);
128 static void virt_dump_region(FILE *stream, struct kvm_vm *vm, uint8_t indent, argument
138 indent, "", 4 - ((*entry & REGION_ENTRY_TYPE) >> 2),
141 virt_dump_region(stream, vm, indent + 2,
144 virt_dump_ptes(stream, vm, indent + 2,
150 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) argument
155 virt_dump_region(stream, vm, indent, vm->pgd);
215 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) argument
218 indent, "", vcp
[all...]
/linux-master/tools/testing/selftests/x86/
H A Dsyscall_numbering.c72 unsigned int indent; /* Message indentation level */ member in struct:shared
80 unsigned int level = sh ? sh->indent : 0;
100 sh->indent = 0; \
175 sh->indent++;
177 sh->indent++;
191 sh->indent--;
203 sh->indent--;
234 sh->indent++;
245 sh->indent--;
310 sh->indent
[all...]
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c27 static void regs_dump(FILE *stream, struct kvm_regs *regs, uint8_t indent) argument
31 indent, "",
35 indent, "",
39 indent, "",
43 indent, "",
46 indent, "",
51 uint8_t indent)
55 indent, "", segment->base, segment->limit,
59 indent, "", segment->present, segment->dpl,
63 indent, "", segmen
50 segment_dump(FILE *stream, struct kvm_segment *segment, uint8_t indent) argument
67 dtable_dump(FILE *stream, struct kvm_dtable *dtable, uint8_t indent) argument
76 sregs_dump(FILE *stream, struct kvm_sregs *sregs, uint8_t indent) argument
323 virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) argument
894 vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) argument
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_ttm_helper.c19 * @indent: Tab indentation level
25 void drm_gem_ttm_print_info(struct drm_printer *p, unsigned int indent, argument
44 drm_printf_indent(p, indent, "placement=");
49 drm_printf_indent(p, indent, "bus.offset=%lx\n",
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.h32 int indent),
/linux-master/include/drm/
H A Ddrm_gem_ttm_helper.h17 void drm_gem_ttm_print_info(struct drm_printer *p, unsigned int indent,
H A Ddrm_gem_shmem_helper.h126 struct drm_printer *p, unsigned int indent);
151 * @indent: Tab indentation level
157 static inline void drm_gem_shmem_object_print_info(struct drm_printer *p, unsigned int indent, argument
162 drm_gem_shmem_print_info(shmem, p, indent);
H A Ddrm_gem_dma_helper.h39 struct drm_printer *p, unsigned int indent);
68 * @indent: Tab indentation level
74 static inline void drm_gem_dma_object_print_info(struct drm_printer *p, unsigned int indent, argument
79 drm_gem_dma_print_info(dma_obj, p, indent);
/linux-master/fs/bcachefs/
H A Dprintbuf.c152 * bch2_printbuf_indent_add() - add to the current indent level
155 * @spaces: number of spaces to add to the current indent level
162 if (WARN_ON_ONCE(buf->indent + spaces < buf->indent))
165 buf->indent += spaces;
172 * bch2_printbuf_indent_sub() - subtract from the current indent level
175 * @spaces: number of spaces to subtract from the current indent level
182 if (WARN_ON_ONCE(spaces > buf->indent))
183 spaces = buf->indent;
185 if (buf->last_newline + buf->indent
[all...]
/linux-master/arch/x86/tools/
H A Dinsn_decoder_test.c59 static void dump_field(FILE *fp, const char *name, const char *indent, argument
62 fprintf(fp, "%s.%s = {\n", indent, name);
64 indent, field->value, field->bytes[0], field->bytes[1],
66 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent,
H A Dinsn_sanity.c52 static void dump_field(FILE *fp, const char *name, const char *indent, argument
55 fprintf(fp, "%s.%s = {\n", indent, name);
57 indent, field->value, field->bytes[0], field->bytes[1],
59 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent,
/linux-master/scripts/kconfig/
H A Dconf.c43 static int indent = 1; variable
355 printf("%*s%s ", indent - 1, "", menu->prompt->text);
388 printf("%*s%s ", indent - 1, "", menu->prompt->text);
473 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu));
483 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu));
491 printf("%*c %s\n", indent, '*', menu_get_prompt(child));
497 printf("%*c", indent, '>');
499 printf("%*c", indent, ' ');
507 printf("%*schoice", indent - 1, "");
588 indent, '*',
[all...]
H A Dmconf.c284 static int indent; variable
484 indent + 1, ' ', prompt);
487 indent + 1, ' ', prompt,
497 item_make(" %*c*** %s ***", indent + 1, ' ', prompt);
505 item_make("---%*c%s", indent + 1, ' ', prompt);
549 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu));
555 indent += 2;
557 indent -= 2;
564 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu));
604 tmp = indent
[all...]
H A Dnconf.c264 static int indent; variable
784 indent + 1, ' ', prompt);
788 indent + 1, ' ', prompt,
799 indent + 1, ' ',
807 indent + 1, ' ',
853 item_add_str("%*c%s", indent + 1,
861 indent += 2;
863 indent -= 2;
871 "---%*c%s", indent + 1,
915 tmp = indent
[all...]
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py63 def routedict_to_routelist_single(name, D, indent=1):
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-master/tools/testing/kunit/
H A Dkunit_json.py63 return json.dumps(test_group, indent=4)
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.c68 int indent)
72 for (i = 0; i < indent; i++)
83 static void intel_pt_print_no_data(uint64_t pos, int indent) argument
87 for (i = 0; i < indent; i++)
67 intel_pt_print_data(const unsigned char *buf, int len, uint64_t pos, int indent) argument
/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c223 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, uint64_t page, int level) argument
236 fprintf(stream, "%*s%s: %lx: %lx at %p\n", indent, "", type[level], pte, *ptep, ptep);
237 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level + 1);
242 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) argument
254 fprintf(stream, "%*spgd: %lx: %lx at %p\n", indent, "", pgd, *ptep, ptep);
255 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level);
357 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) argument
365 indent, "", pstate, pc);

Completed in 491 milliseconds

123