Home
last modified time | relevance | path

Searched defs:indent (Results 1 – 25 of 84) sorted by relevance

1234

/openbmc/linux/tools/testing/selftests/kvm/lib/s390x/
H A Dprocessor.c114 static void virt_dump_ptes(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_ptes()
128 static void virt_dump_region(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_region()
150 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump()
214 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump()
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py150 def argument(self, loader, indent): argument
169 def argument(self, loader, indent): argument
188 def argument(self, loader, indent): argument
212 def argument(self, loader, indent): argument
787 def construct(self, loader, indent): argument
840 def construct(self, loader, indent): argument
861 def construct(self, loader, indent): argument
873 def construct(self, loader, indent): argument
885 def construct(self, loader, indent): argument
899 def construct(self, loader, indent): argument
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dgen_print.py999 indent=dft_indent, argument
1308 def sprint_dashes(indent=dft_indent, width=80, line_feed=1, char="-"): argument
1327 def sindent(text="", indent=0): argument
1419 def sprint_call_stack(indent=0, stack_frame_ix=0, style=None): argument
1512 def sprint_pgm_header(indent=0, linefeed=1): argument
1615 error_text="\n", indent=2, format=None, stack_frame_ix=None argument
H A Dgen_robot_ssh.py29 def sprint_connection(connection, indent=0): argument
59 def sprint_connections(connections=None, indent=0): argument
H A Dgen_arg.py34 def _fill_text(self, text, width, indent): argument
238 def sprint_args(arg_obj, indent=0): argument
/openbmc/phosphor-inventory-manager/
H A Dpimgen.py164 def argument(self, loader, indent): argument
181 def argument(self, loader, indent): argument
196 def argument(self, loader, indent): argument
210 def argument(self, loader, indent): argument
225 def call(self, loader, indent): argument
230 def argument(self, loader, indent): argument
/openbmc/openbmc/poky/scripts/tiny/
H A Dksize.py41 def show(self, indent=""): argument
86 def show(self, indent=""): argument
/openbmc/linux/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c142 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, in pte_dump()
164 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump()
207 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump()
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.py94 def wrap(left, text, indent): argument
110 def help_line(left, opt, indent, long): argument
H A Dfeature_to_c.py6 def writeliteral(indent, bytes): argument
/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py148 def construct(self, loader, indent): argument
163 def construct(self, loader, indent): argument
202 def construct(self, loader, indent): argument
216 def construct(self, loader, indent): argument
/openbmc/qemu/target/hexagon/
H A Dmeson.build213 indent = find_program('indent', required: false) variable
215 idef_generated_tcg_c = custom_target(
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c26 static void regs_dump(FILE *stream, struct kvm_regs *regs, uint8_t indent) in regs_dump()
50 uint8_t indent) in segment_dump()
67 uint8_t indent) in dtable_dump()
75 static void sregs_dump(FILE *stream, struct kvm_sregs *sregs, uint8_t indent) in sregs_dump()
306 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump()
856 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump()
/openbmc/qemu/qom/
H A Dqom-hmp-cmds.c93 int indent; member
110 static void print_qom_composition(Monitor *mon, Object *obj, int indent) in print_qom_composition()
/openbmc/qemu/tests/qapi-schema/
H A Dtest-qapi.py97 def _print_if(ifcond, indent=4): argument
111 def _print_features(cls, features, indent=4): argument
/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.c68 int indent) in intel_pt_print_data()
83 static void intel_pt_print_no_data(uint64_t pos, int indent) in intel_pt_print_no_data()
/openbmc/qemu/system/
H A Dqdev-monitor.c750 int indent) in qdev_print_props()
775 static void bus_print_dev(BusState *bus, Monitor *mon, DeviceState *dev, int indent) in bus_print_dev()
784 static void qdev_print(Monitor *mon, DeviceState *dev, int indent) in qdev_print()
822 static void qbus_print(Monitor *mon, BusState *bus, int indent) in qbus_print()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem_ttm_helper.c25 void drm_gem_ttm_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_ttm_print_info()
/openbmc/u-boot/tools/binman/
H A Dentry.py400 def WriteMapLine(fd, indent, name, offset, size, image_pos): argument
405 def WriteMap(self, fd, indent): argument
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c205 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, uint64_t page, int level) in pte_dump()
224 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump()
336 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump()
/openbmc/qemu/hw/pci/
H A Dpci-hmp-cmds.c127 void pcibus_dev_print(Monitor *mon, DeviceState *dev, int indent) in pcibus_dev_print()
/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp154 int frame::append(const char* string, int indent) in append()
196 int frame::insert(const char* string, int indent) in insert()
323 int frame::parse(char* lbuf, size_t buf_size, const char* input, int indent) in parse()
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c619 static int print_hierarchy_indent(const char *sep, int indent, in print_hierarchy_indent()
636 int indent; in hists__fprintf_hierarchy_headers() local
827 unsigned indent; in hists__fprintf() local
/openbmc/linux/arch/x86/tools/
H A Dinsn_decoder_test.c59 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field()
/openbmc/linux/include/drm/
H A Ddrm_gem_dma_helper.h74 static inline void drm_gem_dma_object_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_dma_object_print_info()

1234