| /Linux-v5.4/lib/ |
| D | hexdump.c | 111 int j, lx = 0; in hex_dump_to_buffer() local 138 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer() 141 if (ret >= linebuflen - lx) in hex_dump_to_buffer() 143 lx += ret; in hex_dump_to_buffer() 149 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer() 152 if (ret >= linebuflen - lx) in hex_dump_to_buffer() 154 lx += ret; in hex_dump_to_buffer() 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() [all …]
|
| /Linux-v5.4/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-v5.4/Documentation/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-v5.4/Documentation/dev-tools/ |
| D | gdb-kernel-debugging.rst | 72 (gdb) lx-symbols 107 (gdb) lx-dmesg 164 (gdb) apropos lx 170 lx-dmesg -- Print Linux kernel log buffer 171 lx-lsmod -- List currently loaded modules 172 lx-symbols -- (Re-)load symbols of Linux kernel and currently loaded modules
|
| D | kcov.rst | 90 printf("0x%lx\n", cover[i + 1]); 188 printf("ip: 0x%lx type: 0x%lx, arg1: 0x%lx, arg2: 0x%lx, "
|
| /Linux-v5.4/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 | 205 print fmt: "(%lx) dfd=%lx filename=%lx flags=%lx mode=%lx", REC->__probe_ip,
|
| D | uprobetracer.rst | 151 print fmt: "(%lx) arg1=%lx arg2=%lx", REC->__probe_ip, REC->arg1, REC->arg2
|
| /Linux-v5.4/lib/zlib_deflate/ |
| D | deftree.c | 1026 unsigned lx = 0; /* running index in l_buf */ local 1031 dist = s->d_buf[lx]; 1032 lc = s->l_buf[lx++]; 1058 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow"); 1060 } while (lx < s->last_lit);
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | moxart-uc7112lx.dts | 12 compatible = "moxa,moxart-uc-7112-lx", "moxa,moxart";
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-wiimote-modules.c | 1046 __s8 rx, ry, lx, ly, lt, rt; in wiimod_classic_in_ext() local 1092 lx = ext[0] & 0x3e; in wiimod_classic_in_ext() 1095 lx = ext[0] & 0x3f; in wiimod_classic_in_ext() 1113 input_report_abs(wdata->extension.input, ABS_HAT1X, lx - 0x20); in wiimod_classic_in_ext() 1606 __s16 rx, ry, lx, ly; in wiimod_pro_in_ext() local 1649 lx = (ext[0] & 0xff) | ((ext[1] & 0x0f) << 8); in wiimod_pro_in_ext() 1655 lx -= 0x800; in wiimod_pro_in_ext() 1667 if (abs(lx) < 500) in wiimod_pro_in_ext() 1668 wdata->state.calib_pro_sticks[0] = -lx; in wiimod_pro_in_ext() 1678 lx += wdata->state.calib_pro_sticks[0]; in wiimod_pro_in_ext() [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
| D | as3711.txt | 31 - su2-fbprot-lx-sd4 : LX_SD4 is used for over-voltage protection
|
| /Linux-v5.4/Documentation/core-api/ |
| D | printk-formats.rst | 22 long %ld or %lx 23 unsigned long %lu or %lx 134 equivalent to %lx (or %lu). %px is preferred because it is more uniquely
|
| /Linux-v5.4/Documentation/x86/ |
| D | mtrr.rst | 236 fprintf (stderr, "Register: %u base: 0x%lx size: 0x%lx type: %s\n",
|
| /Linux-v5.4/Documentation/admin-guide/kdump/ |
| D | gdbmacros.txt | 163 printf "Trapno %ld, cr2 0x%lx, error_code %ld\n", $pid_task.thread.trap_no, \
|
| /Linux-v5.4/Documentation/arm64/ |
| D | cpu-feature-registers.rst | 274 printf("%-20s: 0x%016lx\n", #id, __val); \
|
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
| D | ar9003_eeprom.c | 4272 int lx = 0, ly = 0, lhave = 0; in ar9003_hw_power_interpolate() local 4295 if (!lhave || dx < (x - lx)) { in ar9003_hw_power_interpolate() 4297 lx = px[ip]; in ar9003_hw_power_interpolate() 4309 if (hx == lx) in ar9003_hw_power_interpolate() 4312 y = interpolate(x, lx, hx, ly, hy); in ar9003_hw_power_interpolate()
|
| /Linux-v5.4/Documentation/sound/kernel-api/ |
| D | writing-an-alsa-driver.rst | 326 sprintf(card->longname, "%s at 0x%lx irq %i", 439 sprintf(card->longname, "%s at 0x%lx irq %i",
|