| /linux/arch/powerpc/platforms/pseries/ |
| H A D | hvconsole.c | 32 unsigned long *lbuf = (unsigned long *)buf; in hvc_get_chars() local 35 lbuf[0] = be64_to_cpu(retbuf[1]); in hvc_get_chars() 36 lbuf[1] = be64_to_cpu(retbuf[2]); in hvc_get_chars() 57 unsigned long *lbuf = (unsigned long *) buf; in hvc_put_chars() local 66 cpu_to_be64(lbuf[0]), in hvc_put_chars() 67 cpu_to_be64(lbuf[1])); in hvc_put_chars()
|
| /linux/scripts/ipe/polgen/ |
| H A D | polgen.c | 22 char *lbuf; in policy_to_buffer() local 36 lbuf = malloc(fsize); in policy_to_buffer() 37 if (!lbuf) { in policy_to_buffer() 42 read = fread((void *)lbuf, sizeof(*lbuf), fsize, fd); in policy_to_buffer() 48 *buffer = lbuf; in policy_to_buffer() 55 free(lbuf); in policy_to_buffer()
|
| /linux/kernel/time/ |
| H A D | test_udelay.c | 102 char lbuf[32]; in udelay_test_write() local 107 if (count >= sizeof(lbuf)) in udelay_test_write() 110 if (copy_from_user(lbuf, buf, count)) in udelay_test_write() 112 lbuf[count] = '\0'; in udelay_test_write() 114 ret = sscanf(lbuf, "%d %d", &usecs, &iters); in udelay_test_write()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | cong.c | 376 char lbuf[11] = { }; in set_param() local 380 if (count > sizeof(lbuf)) in set_param() 383 if (copy_from_user(lbuf, buf, count)) in set_param() 386 lbuf[sizeof(lbuf) - 1] = '\0'; in set_param() 388 if (kstrtou32(lbuf, 0, &var)) in set_param() 402 char lbuf[11]; in get_param() local 408 ret = snprintf(lbuf, sizeof(lbuf), "%d\n", var); in get_param() 412 return simple_read_from_buffer(buf, count, pos, lbuf, ret); in get_param()
|
| /linux/drivers/pci/hotplug/ |
| H A D | acpiphp_ibm.c | 287 char *lbuf = NULL; in ibm_get_table_from_acpi() local 315 lbuf = kzalloc(size, GFP_KERNEL); in ibm_get_table_from_acpi() 317 __func__, package->package.count, size, lbuf); in ibm_get_table_from_acpi() 319 if (lbuf) { in ibm_get_table_from_acpi() 320 *bufp = lbuf; in ibm_get_table_from_acpi() 328 memcpy(&lbuf[size], in ibm_get_table_from_acpi()
|
| /linux/drivers/hid/ |
| H A D | hid-lg4ff.c | 855 char *lbuf; in lg4ff_alternate_modes_store() local 870 lbuf = kasprintf(GFP_KERNEL, "%s", buf); in lg4ff_alternate_modes_store() 871 if (!lbuf) in lg4ff_alternate_modes_store() 874 i = strlen(lbuf); in lg4ff_alternate_modes_store() 877 kfree(lbuf); in lg4ff_alternate_modes_store() 881 if (lbuf[i-1] == '\n') { in lg4ff_alternate_modes_store() 883 kfree(lbuf); in lg4ff_alternate_modes_store() 886 lbuf[i-1] = '\0'; in lg4ff_alternate_modes_store() 894 if (!strcmp(tag, lbuf)) { in lg4ff_alternate_modes_store() 905 hid_info(hid, "Requested mode \"%s\" is not supported by the device\n", lbuf); in lg4ff_alternate_modes_store() [all …]
|
| /linux/drivers/net/plip/ |
| H A D | plip.c | 592 unsigned char *lbuf; in plip_receive_packet() local 651 lbuf = rcv->skb->data; in plip_receive_packet() 654 &rcv->nibble, &lbuf[rcv->byte])) in plip_receive_packet() 658 rcv->checksum += lbuf[--rcv->byte]; in plip_receive_packet() 760 unsigned char *lbuf; in plip_send_packet() local 764 if (snd->skb == NULL || (lbuf = snd->skb->data) == NULL) { in plip_send_packet() 839 &snd->nibble, lbuf[snd->byte])) in plip_send_packet() 843 snd->checksum += lbuf[--snd->byte]; in plip_send_packet()
|
| /linux/drivers/misc/ibmasm/ |
| H A D | ibmasmfs.c | 514 char lbuf[20]; in remote_settings_file_read() local 517 len = snprintf(lbuf, sizeof(lbuf), "%d\n", value); in remote_settings_file_read() 519 return simple_read_from_buffer(buf, count, offset, lbuf, len); in remote_settings_file_read()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_hv.c | 1705 unsigned long __user *lbuf; in kvm_htab_read() local 1722 lbuf = (unsigned long __user *)buf; in kvm_htab_read() 1732 lbuf = (unsigned long __user *)(buf + sizeof(hdr)); in kvm_htab_read() 1752 if (__put_user(hpte[0], lbuf) || in kvm_htab_read() 1753 __put_user(hpte[1], lbuf + 1)) in kvm_htab_read() 1756 lbuf += 2; in kvm_htab_read() 1777 buf = (char __user *)lbuf; in kvm_htab_read() 1803 unsigned long __user *lbuf; in kvm_htab_write() local 1850 lbuf = (unsigned long __user *)buf; in kvm_htab_write() 1856 if (__get_user(hpte_v, lbuf) || in kvm_htab_write() [all …]
|
| /linux/drivers/acpi/ |
| H A D | dock.c | 525 unsigned long long lbuf; in uid_show() local 529 "_UID", NULL, &lbuf); in uid_show() 533 return sysfs_emit(buf, "%llx\n", lbuf); in uid_show()
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | fp-ptrace.c | 863 uint32_t *lbuf = buf; in fill_random() local 867 lbuf[i] = random(); in fill_random() 872 uint8_t *lbuf = buf; in fill_random_ffr() local 884 lbuf[i] = 0xff; in fill_random_ffr() 886 lbuf[i] = (1 << (bits % 8)) - 1; in fill_random_ffr()
|
| /linux/fs/jfs/ |
| H A D | jfs_txnmgr.h | 45 struct lbuf *bp;
|
| /linux/tools/testing/selftests/arm64/abi/ |
| H A D | syscall-abi.c | 43 uint32_t *lbuf = buf; in fill_random() local 47 lbuf[i] = random(); in fill_random()
|
| /linux/drivers/scsi/ |
| H A D | hpsa.c | 3780 struct ReportLUNdata *lbuf; in hpsa_scsi_do_report_phys_luns() local 3788 lbuf = kzalloc_obj(*lbuf); in hpsa_scsi_do_report_phys_luns() 3789 if (!lbuf) in hpsa_scsi_do_report_phys_luns() 3792 rc = hpsa_scsi_do_report_luns(h, 0, lbuf, sizeof(*lbuf), 0); in hpsa_scsi_do_report_phys_luns() 3798 memcpy(buf, lbuf, 8); in hpsa_scsi_do_report_phys_luns() 3799 nphys = be32_to_cpu(*((__be32 *)lbuf->LUNListLength)) / 8; in hpsa_scsi_do_report_phys_luns() 3801 memcpy(buf->LUN[i].lunid, lbuf->LUN[i], 8); in hpsa_scsi_do_report_phys_luns() 3803 kfree(lbuf); in hpsa_scsi_do_report_phys_luns()
|