/linux-6.1.9/arch/m68k/sun3/prom/ |
D | printf.c | 27 char ch, *bptr; in prom_printf() local 39 bptr = ppbuf; in prom_printf() 44 putpacket(bptr, 1); in prom_printf() 47 while((ch = *(bptr++)) != 0) { in prom_printf()
|
/linux-6.1.9/drivers/scsi/elx/libefc_sli/ |
D | sli4.c | 1424 struct sli4_bde *bptr; in sli_els_request64_wqe() local 1428 bptr = &els->els_request_payload; in sli_els_request64_wqe() 1433 bptr->bde_type_buflen = in sli_els_request64_wqe() 1437 bptr->u.data.low = sge[0].buffer_address_low; in sli_els_request64_wqe() 1438 bptr->u.data.high = sge[0].buffer_address_high; in sli_els_request64_wqe() 1442 bptr->bde_type_buflen = in sli_els_request64_wqe() 1446 bptr->u.blp.low = cpu_to_le32(lower_32_bits(sgl->phys)); in sli_els_request64_wqe() 1447 bptr->u.blp.high = cpu_to_le32(upper_32_bits(sgl->phys)); in sli_els_request64_wqe() 1568 struct sli4_bde *bptr; in sli_fcp_icmnd64_wqe() local 1579 bptr = &icmnd->bde; in sli_fcp_icmnd64_wqe() [all …]
|
/linux-6.1.9/arch/parisc/kernel/ |
D | perf.c | 738 uint64_t *bptr; in perf_write_image() local 766 bptr = &buffer[0]; in perf_write_image() 772 tmp64 |= (~(*intrigue_bitmask++)) & *bptr; in perf_write_image() 773 *bptr++ = tmp64; in perf_write_image() 777 *bptr++ = *memaddr++; in perf_write_image()
|
/linux-6.1.9/drivers/usb/storage/ |
D | alauda.c | 806 unsigned char *bptr, *cptr, *xptr; in alauda_write_lba() local 853 bptr = blockbuffer + (i * (pagesize + 64)); in alauda_write_lba() 854 cptr = bptr + pagesize; in alauda_write_lba() 855 nand_compute_ecc(bptr, ecc); in alauda_write_lba() 861 nand_compute_ecc(bptr + (pagesize / 2), ecc); in alauda_write_lba() 874 bptr = blockbuffer + (i * (pagesize + 64)); in alauda_write_lba() 875 cptr = bptr + pagesize; in alauda_write_lba() 876 memcpy(bptr, xptr, pagesize); in alauda_write_lba() 878 nand_compute_ecc(bptr, ecc); in alauda_write_lba() 880 nand_compute_ecc(bptr + (pagesize / 2), ecc); in alauda_write_lba()
|
D | sddr09.c | 859 unsigned char *bptr, *cptr, *xptr; in sddr09_write_lba() local 899 bptr = blockbuffer + i*pagelen; in sddr09_write_lba() 900 cptr = bptr + info->pagesize; in sddr09_write_lba() 901 nand_compute_ecc(bptr, ecc); in sddr09_write_lba() 907 nand_compute_ecc(bptr+(info->pagesize / 2), ecc); in sddr09_write_lba() 920 bptr = blockbuffer + i*pagelen; in sddr09_write_lba() 921 cptr = bptr + info->pagesize; in sddr09_write_lba() 922 memcpy(bptr, xptr, info->pagesize); in sddr09_write_lba() 924 nand_compute_ecc(bptr, ecc); in sddr09_write_lba() 926 nand_compute_ecc(bptr+(info->pagesize / 2), ecc); in sddr09_write_lba()
|
/linux-6.1.9/drivers/media/usb/pvrusb2/ |
D | pvrusb2-ctrl.c | 184 char *bptr,unsigned int bmax, in pvr2_ctrl_get_valname() argument 197 bptr,bmax,"%s", in pvr2_ctrl_get_valname() 212 *blen = scnprintf(bptr,bmax,"%s", in pvr2_ctrl_get_valname()
|
/linux-6.1.9/net/mptcp/ |
D | options.c | 1528 u8 *bptr = (u8 *)ptr; in mptcp_write_options() local 1530 put_unaligned_be16(port, bptr); in mptcp_write_options() 1531 bptr += 2; in mptcp_write_options() 1532 put_unaligned_be64(opts->ahmac, bptr); in mptcp_write_options() 1533 bptr += 8; in mptcp_write_options() 1535 TCPOPT_NOP, bptr); in mptcp_write_options()
|
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac5.c | 26 u8 *bptr = (u8 *)stats; in dwmac5_log_error() local 29 ptr = (unsigned long *)(bptr + field_offset); in dwmac5_log_error()
|
D | dwxgmac2_core.c | 645 u8 *bptr = (u8 *)stats; in dwxgmac3_log_error() local 648 ptr = (unsigned long *)(bptr + field_offset); in dwxgmac3_log_error()
|
/linux-6.1.9/sound/isa/wavefront/ |
D | wavefront_synth.c | 785 unsigned char *bptr; in wavefront_send_patch() local 795 bptr = munge_int32 (header->number, buf, 2); in wavefront_send_patch() 796 munge_buf ((unsigned char *)&header->hdr.p, bptr, WF_PATCH_BYTES); in wavefront_send_patch()
|
/linux-6.1.9/tools/lib/traceevent/ |
D | event-parse.c | 4347 void *bptr; in make_bprint_args() local 4389 for (ptr = fmt + 5, bptr = data + field->offset; in make_bprint_args() 4390 bptr < data + size && *ptr; ptr++) { in make_bprint_args() 4442 if (isprint(*(char *)bptr)) in make_bprint_args() 4473 bptr = (void *)(((unsigned long)bptr + 3) & in make_bprint_args() 4475 val = tep_read_number(tep, bptr, vsize); in make_bprint_args() 4476 bptr += vsize; in make_bprint_args() 4509 arg->string.string = strdup(bptr); in make_bprint_args() 4512 bptr += strlen(bptr) + 1; in make_bprint_args()
|
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp6000_pcie.c | 509 static int bar_cmp(const void *aptr, const void *bptr) in bar_cmp() argument 511 const struct nfp_bar *a = aptr, *b = bptr; in bar_cmp()
|