Home
last modified time | relevance | path

Searched refs:lx (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/u-boot/lib/
H A Dhexdump.c58 int j, lx = 0; in hex_dump_to_buffer() local
85 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer()
88 if (ret >= linebuflen - lx) in hex_dump_to_buffer()
90 lx += ret; in hex_dump_to_buffer()
96 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer()
99 if (ret >= linebuflen - lx) in hex_dump_to_buffer()
101 lx += ret; in hex_dump_to_buffer()
107 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer()
110 if (ret >= linebuflen - lx) in hex_dump_to_buffer()
112 lx += ret; in hex_dump_to_buffer()
[all …]
/openbmc/linux/lib/
H A Dhexdump.c133 int j, lx = 0; in hex_dump_to_buffer() local
160 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer()
163 if (ret >= linebuflen - lx) in hex_dump_to_buffer()
165 lx += ret; in hex_dump_to_buffer()
171 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer()
174 if (ret >= linebuflen - lx) in hex_dump_to_buffer()
176 lx += ret; in hex_dump_to_buffer()
182 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer()
185 if (ret >= linebuflen - lx) in hex_dump_to_buffer()
187 lx += ret; in hex_dump_to_buffer()
[all …]
/openbmc/qemu/target/hppa/
H A Dtrace-events4 …oid *ent, uint64_t va_b, uint64_t va_e, uint64_t pa) "env=%p ent=%p va_b=0x%lx va_e=0x%lx pa=0x%lx"
5 … uint64_t va_b, uint64_t va_e, uint64_t pa) "env=%p ent=%p valid=%d va_b=0x%lx va_e=0x%lx pa=0x%lx"
6 disable hppa_tlb_find_entry_not_found(void *env, uint64_t addr) "env=%p addr=%08lx"
7 …env, int ret, int prot, uint64_t addr, uint64_t phys) "env=%p ret=%d prot=%d addr=0x%lx phys=0x%lx"
8 …void *env, uint64_t addr, int size, int type, int mmu_idx) "env=%p addr=0x%lx size=%d type=%d mmu_…
9 …addr, uint64_t phys, int size, int type, int mmu_idx) "env=%p addr=0x%lx phys=0x%lx size=%d type=%…
10 …oid *ent, uint64_t va_b, uint64_t va_e, uint64_t pa) "env=%p ent=%p va_b=0x%lx va_e=0x%lx pa=0x%lx"
15 disable hppa_tlb_lpa_success(void *env, uint64_t addr, uint64_t phys) "env=%p addr=0x%lx phys=0x%lx"
16 disable hppa_tlb_lpa_failed(void *env, uint64_t addr) "env=%p addr=0x%lx"
19 disable hppa_tlb_probe(uint64_t addr, int level, int want) "addr=0x%lx level=%d want=%d"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A D0006-Define-correct-gregs-for-RISCV32.patch39 + "RA:%08lx S0:%08lx S1:%08lx S2:%08lx\n"
40 + "SP:%08lx PC:%08lx A0:%08lx A1:%08lx\n"
41 + "A2 :%08lx A3:%08lx A4:%08lx",
60 "EAX:%08lx EBX:%08lx ECX:%08lx EDX:%08lx\n"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/
H A D0006-Define-correct-gregs-for-RISCV32.patch39 + "RA:%08lx S0:%08lx S1:%08lx S2:%08lx\n"
40 + "SP:%08lx PC:%08lx A0:%08lx A1:%08lx\n"
41 + "A2 :%08lx A3:%08lx A4:%08lx",
60 "EAX:%08lx EBX:%08lx ECX:%08lx EDX:%08lx\n"
/openbmc/linux/arch/mips/kernel/
H A Drtlx.c245 struct rtlx_channel *lx; in rtlx_read() local
251 lx = &rtlx->channel[index]; in rtlx_read()
255 lx_write = lx->lx_write; in rtlx_read()
259 (size_t)(lx_write + lx->buffer_size - lx->lx_read) in rtlx_read()
260 % lx->buffer_size); in rtlx_read()
263 fl = min(count, (size_t)lx->buffer_size - lx->lx_read); in rtlx_read()
265 failed = copy_to_user(buff, lx->lx_buffer + lx->lx_read, fl); in rtlx_read()
271 failed = copy_to_user(buff + fl, lx->lx_buffer, count - fl); in rtlx_read()
277 lx->lx_read = (lx->lx_read + count) % lx->buffer_size; in rtlx_read()
/openbmc/linux/Documentation/arch/ia64/
H A Derr_inject.rst395 printf("Please remove semaphore with key=0x%lx, then run the tool.\n",
400 vbprintf("semid[%d]=0x%lx, key[%d]=%lx\n",cpu,(u64)semid[cpu],cpu,
446 sprintf(buf, "%lx", *data);
448 sprintf(buf, "%lx,%lx,%lx", data[0], data[1], data[2]);
521 printf("err_type_info=%lx\n", err_type_info);
528 printf("err_struct_info=%lx\n", err_struct_info);
535 printf("err_data_buffer=%lx\n", err_data_buffer);
549 printf("capabilities=%lx\n", capabilities);
556 printf("resources=%lx\n", resources);
623 printf("capabilities 0x%lx\n", capabilities);
[all …]
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst66 (gdb) lx-symbols
100 (gdb) lx-dmesg
156 (gdb) apropos lx
162 lx-dmesg -- Print Linux kernel log buffer
163 lx-lsmod -- List currently loaded modules
164 lx-symbols -- (Re-)load symbols of Linux kernel and currently loaded modules
/openbmc/qemu/hw/vfio/
H A Dtrace-events22 …igned long offset, unsigned long flags) "Device '%s' ROM: size: 0x%lx, offset: 0x%lx, flags: 0x%lx"
38 …ed long offset, unsigned long flags) "Device '%s' config: size: 0x%lx, offset: 0x%lx, flags: 0x%lx"
110 …offset, unsigned long size) "Device %s, region %d \"%s\", flags: 0x%lx, offset: 0x%lx, size: 0x%lx"
111 …igned long offset, unsigned long size, int fault) "Region %s mmaps[%d], [0x%lx - 0x%lx], fault: %d"
112 …_region_mmap(const char *name, unsigned long offset, unsigned long end) "Region %s [0x%lx - 0x%lx]"
116 …_unmap(const char *name, unsigned long offset, unsigned long end) "Region %s unmap [0x%lx - 0x%lx]"
118 …_sparse_mmap_entry(int i, unsigned long start, unsigned long end) "sparse entry %d [0x%lx - 0x%lx]"
/openbmc/qemu/accel/kvm/
H A Dtrace-events4 kvm_ioctl(unsigned long type, void *arg) "type 0x%lx, arg %p"
5 kvm_vm_ioctl(unsigned long type, void *arg) "type 0x%lx, arg %p"
6 kvm_vcpu_ioctl(int cpu_index, unsigned long type, void *arg) "cpu_index %d, type 0x%lx, arg %p"
8 kvm_device_ioctl(int fd, unsigned long type, void *arg) "dev fd %d, type 0x%lx, arg %p"
/openbmc/linux/Documentation/trace/
H A Devents-kmem.rst21 kmalloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
22 kmalloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
23 kfree call_site=%lx ptr=%p
36 kmem_cache_alloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
37 kmem_cache_alloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
38 kmem_cache_free call_site=%lx ptr=%p
H A Dkprobetrace.rst219 print fmt: "(%lx) dfd=%lx filename=%lx flags=%lx mode=%lx", REC->__probe_ip,
/openbmc/linux/Documentation/dev-tools/
H A Dgdb-kernel-debugging.rst76 (gdb) lx-symbols
111 (gdb) lx-dmesg
168 (gdb) apropos lx
174 lx-dmesg -- Print Linux kernel log buffer
175 lx-lsmod -- List currently loaded modules
176 lx-symbols -- (Re-)load symbols of Linux kernel and currently loaded modules
H A Dkcov.rst100 printf("0x%lx\n", cover[i + 1]);
202 printf("ip: 0x%lx type: 0x%lx, arg1: 0x%lx, arg2: 0x%lx, "
366 printf("0x%lx\n", cover[i + 1]);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0001-Add-correct-printf-qualifier-for-off_t.patch21 - fwts_passed(fw, "EBDA region mapped at 0x%lx and reserved as a %" PRId64
33 - "EBDA region mapped at 0x%lx but not reserved in the %s table.",
/openbmc/qemu/hw/xen/
H A Dtrace-events46 xen_ram_alloc(unsigned long ram_addr, unsigned long size) "requested: 0x%lx, size 0x%lx"
47 …ory(uint64_t start_addr, unsigned long size, bool log_dirty) "0x%"PRIx64" size 0x%lx, log_dirty %i"
60 xen_map_ioreq_server_shared_page(long unsigned int ioreq_pfn) "shared page at pfn 0x%lx"
61 xen_map_ioreq_server_buffered_io_page(long unsigned int ioreq_pfn) "buffered io page at pfn 0x%lx"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A Dlxdm-pam2 # taken from http://aur.archlinux.org/packages/lx/lxdm-git/lxdm-git.tar.gz
H A Dlxdm-pam-debug2 # taken from http://aur.archlinux.org/packages/lx/lxdm-git/lxdm-git.tar.gz
/openbmc/qemu/migration/
H A Dtrace-events93 …st char *block_name, uint64_t tmp_offset, unsigned long page_abs) "%s/0x%" PRIx64 " page_abs=0x%lx"
94 …st char *block_name, uint64_t tmp_offset, unsigned long page_abs) "%s/0x%" PRIx64 " page_abs=0x%lx"
97 …4_t start, uint64_t size, unsigned long page) "rb %s start 0x%"PRIx64" size 0x%"PRIx64" page 0x%lx"
122 postcopy_preempt_triggered(char *str, unsigned long page) "during sending ramblock %s offset 0x%lx"
123 postcopy_preempt_restored(char *str, unsigned long page) "ramblock %s offset 0x%lx"
246 …r, long remote, uint32_t len) "Posting chunk: %" PRIu64 ", addr: 0x%lx remote: 0x%lx, bytes %" PRI…
277 …py_discard_send_range(const char *ramblock, unsigned long start, unsigned long length) "%s:%lx/%lx"
/openbmc/qemu/hw/scsi/
H A Dtrace-events53 megasas_qf_busy(unsigned long pa) "all frames busy for frame 0x%lx"
74 …t dev, int lun, unsigned long lba, unsigned long count) "scmd %d: %s dev %x/%x lba 0x%lx count %lu"
76 …d long lba, unsigned long count, unsigned long len) "scmd %d: start LBA 0x%lx %lu blocks (%lu byte…
77 …d long lba, unsigned long count, unsigned long len) "scmd %d: start LBA 0x%lx %lu blocks (%lu byte…
96 megasas_dcmd_set_fw_time(int cmd, unsigned long time) "scmd %d: Set FW time 0x%lx"
119 megasas_mmio_invalid_readl(unsigned long addr) "addr 0x%lx"
130 pvscsi_cmp_ring_put(unsigned long addr) "got completion descriptor 0x%lx"
131 pvscsi_msg_ring_put(unsigned long addr) "got message descriptor 0x%lx"
138 …64_t context, unsigned long addr, uint32_t resid) "element: ctx: 0x%"PRIx64" addr: 0x%lx, len: %ul"
142 pvscsi_process_io(unsigned long addr) "got descriptor 0x%lx"
[all …]
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst35 long %ld 或 %lx
36 unsigned long %lu 或 %lx
169 存布局的敏感消息。%px在功能上等同于%lx(或%lu)。%px是首选,因为它在grep查找时更唯一。
/openbmc/qemu/target/s390x/kvm/
H A Dtrace-events13 kvm_intercept(uint32_t icpt_code, uint64_t psw_addr) "intercept: 0x%x (at 0x%"PRIx64"lx)"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0007-Mark-glibc-specific-code-so.patch19 INFO("setup_morecore(): heapaddr = 0x%lx\n", heapaddr);
/openbmc/linux/lib/zlib_deflate/
H A Ddeftree.c972 unsigned lx = 0; /* running index in l_buf */ local
977 dist = s->d_buf[lx];
978 lc = s->l_buf[lx++];
1004 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
1006 } while (lx < s->last_lit);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch304 "added stub entry for symbol %u at %#lx, GOT @%p\n",
339 + fprintf(stderr, "%s: failed %s(%#lx): %s\n", __func__,
989 + printf("nr=%d pc=%lx\n", nr, pc);
990 + printf("pc=%lx %lx\n", newpc[0], newpc[1]);
1067 debug(2,"ret = %#lx",addr);
1073 debug(2,"ret = %#lx",ret);
1076 debug(2,"ret = %#lx",addr);
1082 debug(2,"ret = %#lx",ret);

123