/linux-6.6.21/lib/ |
D | hexdump.c | 133 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 …]
|
/linux-6.6.21/arch/mips/kernel/ |
D | rtlx.c | 245 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()
|
/linux-6.6.21/Documentation/arch/ia64/ |
D | err_inject.rst | 395 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 …]
|
/linux-6.6.21/Documentation/translations/zh_CN/dev-tools/ |
D | gdb-kernel-debugging.rst | 66 (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
|
/linux-6.6.21/Documentation/trace/ |
D | events-kmem.rst | 21 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
|
D | kprobetrace.rst | 219 print fmt: "(%lx) dfd=%lx filename=%lx flags=%lx mode=%lx", REC->__probe_ip,
|
D | uprobetracer.rst | 153 print fmt: "(%lx) arg1=%lx arg2=%lx", REC->__probe_ip, REC->arg1, REC->arg2
|
D | fprobetrace.rst | 99 print fmt: "(%lx) count=%Lu pos=0x%Lx", REC->__probe_ip, REC->count, REC->pos
|
/linux-6.6.21/Documentation/dev-tools/ |
D | gdb-kernel-debugging.rst | 76 (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
|
D | kcov.rst | 100 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]);
|
/linux-6.6.21/Documentation/devicetree/bindings/arm/ |
D | moxart.yaml | 16 - const: moxa,moxart-uc-7112-lx
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | printk-formats.rst | 35 long %ld 或 %lx 36 unsigned long %lu 或 %lx 169 存布局的敏感消息。%px在功能上等同于%lx(或%lu)。%px是首选,因为它在grep查找时更唯一。
|
/linux-6.6.21/lib/zlib_deflate/ |
D | deftree.c | 972 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);
|
/linux-6.6.21/drivers/hid/ |
D | hid-wiimote-modules.c | 1046 __s8 rx, ry, lx, ly, lt, rt; in wiimod_classic_in_ext() local 1095 lx = digital_to_analog[1 - !(ext[4] & 0x80) in wiimod_classic_in_ext() 1100 lx = (ext[0] & 0x3e) - 0x20; in wiimod_classic_in_ext() 1105 lx = digital_to_analog[1 - !(ext[4] & 0x80) in wiimod_classic_in_ext() 1110 lx = (ext[0] & 0x3f) - 0x20; in wiimod_classic_in_ext() 1129 input_report_abs(wdata->extension.input, ABS_HAT1X, lx); in wiimod_classic_in_ext() 1625 __s16 rx, ry, lx, ly; in wiimod_pro_in_ext() local 1668 lx = (ext[0] & 0xff) | ((ext[1] & 0x0f) << 8); in wiimod_pro_in_ext() 1674 lx -= 0x800; in wiimod_pro_in_ext() 1686 if (abs(lx) < 500) in wiimod_pro_in_ext() [all …]
|
/linux-6.6.21/arch/arm/boot/dts/moxa/ |
D | moxart-uc7112lx.dts | 12 compatible = "moxa,moxart-uc-7112-lx", "moxa,moxart";
|
/linux-6.6.21/Documentation/devicetree/bindings/mfd/ |
D | as3711.txt | 31 - su2-fbprot-lx-sd4 : LX_SD4 is used for over-voltage protection
|
/linux-6.6.21/Documentation/bpf/ |
D | bpf_iterators.rst | 151 BPF_SEQ_PRINTF(seq, "%8d %8d %8d %lx\n", task->tgid, task->pid, fd, 288 BPF_SEQ_PRINTF(seq, "%8d %8d %8d %lx\n", task->tgid, task->pid, fd, 437 BPF_SEQ_PRINTF(seq, "%8d %8d %8d %lx\n", task->tgid, task->pid, fd,
|
/linux-6.6.21/Documentation/core-api/ |
D | printk-formats.rst | 25 long %ld or %lx 26 unsigned long %lu or %lx 181 equivalent to %lx (or %lu). %px is preferred because it is more uniquely
|
/linux-6.6.21/Documentation/arch/x86/ |
D | mtrr.rst | 236 fprintf (stderr, "Register: %u base: 0x%lx size: 0x%lx type: %s\n",
|
/linux-6.6.21/Documentation/admin-guide/kdump/ |
D | gdbmacros.txt | 163 printf "Trapno %ld, cr2 0x%lx, error_code %ld\n", $pid_task.thread.trap_no, \
|
/linux-6.6.21/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 4273 int lx = 0, ly = 0, lhave = 0; in ar9003_hw_power_interpolate() local 4296 if (!lhave || dx < (x - lx)) { in ar9003_hw_power_interpolate() 4298 lx = px[ip]; in ar9003_hw_power_interpolate() 4310 if (hx == lx) in ar9003_hw_power_interpolate() 4313 y = interpolate(x, lx, hx, ly, hy); in ar9003_hw_power_interpolate()
|
/linux-6.6.21/Documentation/arch/arm64/ |
D | cpu-feature-registers.rst | 384 printf("%-20s: 0x%016lx\n", #id, __val); \
|
/linux-6.6.21/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 321 sprintf(card->longname, "%s at 0x%lx irq %i", 430 sprintf(card->longname, "%s at 0x%lx irq %i",
|