Home
last modified time | relevance | path

Searched refs:bufp (Results 1 – 14 of 14) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rtbitmap.c113 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtfind_back() local
131 bufp = bp->b_addr; in xfs_rtfind_back()
136 b = &bufp[word]; in xfs_rtfind_back()
183 bufp = bp->b_addr; in xfs_rtfind_back()
185 b = &bufp[word]; in xfs_rtfind_back()
229 bufp = bp->b_addr; in xfs_rtfind_back()
231 b = &bufp[word]; in xfs_rtfind_back()
288 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtfind_forw() local
306 bufp = bp->b_addr; in xfs_rtfind_forw()
311 b = &bufp[word]; in xfs_rtfind_forw()
[all …]
/linux-4.19.296/fs/freevxfs/
Dvxfs_super.c99 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) in vxfs_statfs() argument
104 bufp->f_type = VXFS_SUPER_MAGIC; in vxfs_statfs()
105 bufp->f_bsize = dentry->d_sb->s_blocksize; in vxfs_statfs()
106 bufp->f_blocks = fs32_to_cpu(infp, raw_sb->vs_dsize); in vxfs_statfs()
107 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free); in vxfs_statfs()
108 bufp->f_bavail = 0; in vxfs_statfs()
109 bufp->f_files = 0; in vxfs_statfs()
110 bufp->f_ffree = fs32_to_cpu(infp, raw_sb->vs_ifree); in vxfs_statfs()
111 bufp->f_namelen = VXFS_NAMELEN; in vxfs_statfs()
/linux-4.19.296/include/linux/
Dseq_buf.h82 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf() argument
87 *bufp = s->buffer + s->len; in seq_buf_get_buf()
91 *bufp = NULL; in seq_buf_get_buf()
Dseq_file.h64 static inline size_t seq_get_buf(struct seq_file *m, char **bufp) in seq_get_buf() argument
68 *bufp = m->buf + m->count; in seq_get_buf()
70 *bufp = NULL; in seq_get_buf()
/linux-4.19.296/drivers/isdn/hysdn/
Dhysdn_boot.c72 unsigned char *bufp = boot->buf.BootBuf; in DecryptBuf() local
76 *bufp++ ^= (unsigned char)boot->Cryptor; in DecryptBuf()
273 pof_write_open(hysdn_card *card, unsigned char **bufp) in pof_write_open() argument
306 *bufp = boot->buf.BootBuf; /* point to buffer */ in pof_write_open()
/linux-4.19.296/drivers/bus/
Dti-sysc.c575 static int sysc_show_rev(char *bufp, struct sysc *ddata) in sysc_show_rev() argument
580 return sprintf(bufp, ":NA"); in sysc_show_rev()
582 len = sprintf(bufp, ":%08x", ddata->revision); in sysc_show_rev()
588 char *bufp, enum sysc_registers reg) in sysc_show_reg() argument
591 return sprintf(bufp, ":NA"); in sysc_show_reg()
593 return sprintf(bufp, ":%x", ddata->offsets[reg]); in sysc_show_reg()
596 static int sysc_show_name(char *bufp, struct sysc *ddata) in sysc_show_name() argument
601 return sprintf(bufp, ":%s", ddata->name); in sysc_show_name()
611 char *bufp = buf; in sysc_show_registers() local
615 bufp += sysc_show_reg(ddata, bufp, i); in sysc_show_registers()
[all …]
/linux-4.19.296/drivers/pci/hotplug/
Dacpiphp_ibm.c85 static int ibm_get_table_from_acpi(char **bufp);
282 static int ibm_get_table_from_acpi(char **bufp) in ibm_get_table_from_acpi() argument
312 if (bufp == NULL) in ibm_get_table_from_acpi()
320 *bufp = lbuf; in ibm_get_table_from_acpi()
/linux-4.19.296/drivers/message/fusion/
Dmptctl.h104 void __user *bufp; /* Pointer to firmware buffer */ member
111 u32 bufp; member
Dmptctl.c762 return mptctl_do_fw_download(iocp, kfwdl.bufp, kfwdl.fwlen); in mptctl_fw_download()
2742 kfw.bufp = compat_ptr(kfw32.bufp); in compat_mptfwxfer_ioctl()
2744 ret = mptctl_do_fw_download(iocp, kfw.bufp, kfw.fwlen); in compat_mptfwxfer_ioctl()
/linux-4.19.296/drivers/parport/
Dparport_ip32.c1126 u8 *bufp = buf; in parport_ip32_epp_read() local
1128 *bufp++ = readb(eppreg); in parport_ip32_epp_read()
1165 const u8 *bufp = buf; in parport_ip32_epp_write() local
1167 writeb(*bufp++, eppreg); in parport_ip32_epp_write()
1396 const u8 *bufp = buf; in parport_ip32_fifo_write_block_pio() local
1412 writeb(*bufp, priv->regs.fifo); in parport_ip32_fifo_write_block_pio()
1413 bufp++, left--; in parport_ip32_fifo_write_block_pio()
1415 writesb(priv->regs.fifo, bufp, count); in parport_ip32_fifo_write_block_pio()
1416 bufp += count, left -= count; in parport_ip32_fifo_write_block_pio()
Dparport_pc.c474 const unsigned char *bufp = buf; in parport_pc_fifo_write_block_pio() local
544 outsb(fifo, bufp, n); in parport_pc_fifo_write_block_pio()
545 bufp += n; in parport_pc_fifo_write_block_pio()
559 byte = *bufp++; in parport_pc_fifo_write_block_pio()
/linux-4.19.296/include/sound/
Dpcm.h1164 struct snd_dma_buffer *bufp) in snd_pcm_set_runtime_buffer() argument
1167 if (bufp) { in snd_pcm_set_runtime_buffer()
1168 runtime->dma_buffer_p = bufp; in snd_pcm_set_runtime_buffer()
1169 runtime->dma_area = bufp->area; in snd_pcm_set_runtime_buffer()
1170 runtime->dma_addr = bufp->addr; in snd_pcm_set_runtime_buffer()
1171 runtime->dma_bytes = bufp->bytes; in snd_pcm_set_runtime_buffer()
Dhdaudio.h582 unsigned int byte_size, struct snd_dma_buffer *bufp);
594 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument
/linux-4.19.296/include/uapi/linux/
Dsoundcard.h1180 unsigned char *bufp=buf;\
1186 _seqbuf[_seqbufptr+ii+2] = bufp[ii];\