/linux-6.1.9/fs/ |
D | binfmt_script.c | 36 const char *i_name, *i_sep, *i_arg, *i_end, *buf_end; in load_script() local 58 buf_end = bprm->buf + sizeof(bprm->buf) - 1; in load_script() 61 i_end = next_non_spacetab(bprm->buf + 2, buf_end); in load_script() 68 if (!next_terminator(i_end, buf_end)) in load_script() 70 i_end = buf_end; in load_script()
|
/linux-6.1.9/sound/usb/line6/ |
D | playback.c | 30 __le16 *p, *buf_end; in change_volume() local 33 buf_end = p + urb_out->transfer_buffer_length / sizeof(*p); in change_volume() 35 for (; p < buf_end; ++p) { in change_volume() 43 unsigned char *p, *buf_end; in change_volume() local 46 buf_end = p + urb_out->transfer_buffer_length; in change_volume() 48 for (; p < buf_end; p += 3) { in change_volume() 115 __le16 *pi, *po, *buf_end; in add_monitor_signal() local 119 buf_end = po + urb_out->transfer_buffer_length / sizeof(*po); in add_monitor_signal() 121 for (; po < buf_end; ++pi, ++po) { in add_monitor_signal()
|
/linux-6.1.9/drivers/gpu/drm/via/ |
D | via_dri1.c | 631 eat_words(const uint32_t **buf, const uint32_t *buf_end, unsigned num_words) in eat_words() argument 633 if ((buf_end - *buf) >= num_words) { in eat_words() 913 via_check_prim_list(uint32_t const **buffer, const uint32_t * buf_end, in via_check_prim_list() argument 923 while (buf < buf_end) { in via_check_prim_list() 925 if ((buf_end - buf) < 2) { in via_check_prim_list() 972 while (buf < buf_end) { in via_check_prim_list() 985 if (buf < buf_end && *buf == a_fire) in via_check_prim_list() 997 if ((ret = eat_words(&buf, buf_end, dw_count))) in via_check_prim_list() 1000 if (buf >= buf_end && !have_fire) { in via_check_prim_list() 1017 via_check_header2(uint32_t const **buffer, const uint32_t *buf_end, in via_check_header2() argument [all …]
|
/linux-6.1.9/lib/ |
D | kobject_uevent.c | 99 static const char *action_arg_word_end(const char *buf, const char *buf_end, in action_arg_word_end() argument 104 while (next <= buf_end && *next != delim) in action_arg_word_end() 118 const char *next, *buf_end, *key; in kobject_action_args() local 142 buf_end = buf + count - 1; in kobject_action_args() 144 while (next <= buf_end) { in kobject_action_args() 150 if (key > buf_end) in kobject_action_args() 154 next = action_arg_word_end(buf, buf_end, '='); in kobject_action_args() 155 if (!next || next > buf_end || *next != '=') in kobject_action_args() 160 if (++next > buf_end) in kobject_action_args() 164 next = action_arg_word_end(buf, buf_end, ' '); in kobject_action_args()
|
/linux-6.1.9/drivers/media/pci/tw5864/ |
D | tw5864-h264.c | 26 u8 *buf_end; /* pointer to buffer end */ member 35 s->buf_end = s->ptr + size; in bs_init() 46 if (s->ptr >= s->buf_end - 4) in bs_write() 66 if (s->ptr < s->buf_end) { in bs_write1()
|
/linux-6.1.9/fs/xfs/scrub/ |
D | attr.c | 245 char *buf_end, in xchk_xattr_entry() argument 291 if (name_end > buf_end) in xchk_xattr_entry() 315 char *buf_end; in xchk_xattr_block() local 370 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize; in xchk_xattr_block() 381 xchk_xattr_entry(ds, level, buf_end, leaf, &leafhdr, in xchk_xattr_block()
|
/linux-6.1.9/drivers/comedi/ |
D | comedi_buf.c | 380 unsigned int buf_end; in comedi_buf_munge() local 382 buf_end = async->prealloc_bufsz - async->munge_ptr; in comedi_buf_munge() 383 if (block_size > buf_end) in comedi_buf_munge() 384 block_size = buf_end; in comedi_buf_munge()
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | dtl.c | 54 struct dtl_entry *buf_end; member 82 if (wp == dtlr->buf_end) in consume_dtle() 96 dtlr->buf_end = dtl->buf + dtl->buf_entries; in dtl_start()
|
/linux-6.1.9/tools/bpf/bpftool/ |
D | xlated_dumper.h | 36 void dump_xlated_for_graph(struct dump_data *dd, void *buf, void *buf_end,
|
D | xlated_dumper.c | 361 void dump_xlated_for_graph(struct dump_data *dd, void *buf_start, void *buf_end, in dump_xlated_for_graph() argument 371 struct bpf_insn *insn_end = buf_end; in dump_xlated_for_graph()
|
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | pl35x-nand-controller.c | 338 unsigned int buf_end = len / 4; in pl35x_nand_read_data_op() local 348 for (i = 0; i < buf_end; i++) { in pl35x_nand_read_data_op() 350 if (i + 1 == buf_end) in pl35x_nand_read_data_op() 370 unsigned int buf_end = len / 4; in pl35x_nand_write_data_op() local 380 for (i = 0; i < buf_end; i++) { in pl35x_nand_write_data_op() 382 if (i + 1 == buf_end) in pl35x_nand_write_data_op()
|
/linux-6.1.9/tools/vm/ |
D | page_owner_sort.c | 105 char *curr = buf, *const buf_end = buf + buf_size; in read_block() local 107 while (buf_end - curr > 1 && fgets(curr, buf_end - curr, fin)) { in read_block()
|
/linux-6.1.9/drivers/video/fbdev/ |
D | s3c-fb.c | 94 unsigned short buf_end; member 544 writel(data, buf + sfb->variant.buf_end); in s3c_fb_set_par() 905 writel(info->fix.smem_start + end_boff, buf + sfb->variant.buf_end); in s3c_fb_pan_display() 1720 .buf_end = VIDW_BUF_END(0), 1754 .buf_end = 0x7c,
|
/linux-6.1.9/drivers/dma/ |
D | apple-admac.c | 136 dma_addr_t buf_end; member 265 adtx->buf_end = buf_addr + buf_len; in admac_prep_dma_cyclic() 289 WARN_ON_ONCE(addr + tx->period_len > tx->buf_end); in admac_cyclic_write_one_desc()
|
/linux-6.1.9/io_uring/ |
D | rsrc.c | 1313 u64 buf_end; in io_import_fixed() local 1318 if (unlikely(check_add_overflow(buf_addr, (u64)len, &buf_end))) in io_import_fixed() 1321 if (unlikely(buf_addr < imu->ubuf || buf_end > imu->ubuf_end)) in io_import_fixed()
|
/linux-6.1.9/drivers/net/wireless/ |
D | rndis_wlan.c | 2010 void *buf_end, *bssid_end; in next_bssid_list_item() local 2012 buf_end = (char *)buf + len; in next_bssid_list_item() 2015 if ((int)(buf_end - bssid_end) < sizeof(bssid->length)) { in next_bssid_list_item() 2028 void *buf_end, *bssid_end; in check_bssid_list_item() local 2033 buf_end = (char *)buf + len; in check_bssid_list_item() 2036 return (int)(buf_end - bssid_end) >= 0 && (int)(bssid_end - buf) >= 0; in check_bssid_list_item()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 240 char *buf_end, in xfs_attr3_leaf_verify_entry() argument 286 if (name_end > buf_end) in xfs_attr3_leaf_verify_entry() 318 char *buf_end; in xfs_attr3_leaf_verify() local 352 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize; in xfs_attr3_leaf_verify() 354 fa = xfs_attr3_leaf_verify_entry(mp, buf_end, leaf, &ichdr, in xfs_attr3_leaf_verify()
|
/linux-6.1.9/sound/usb/ |
D | midi.c | 726 int pos, end, count, buf_end; in snd_usbmidi_akai_output() local 734 buf_end = ep->max_transfer - MAX_AKAI_SYSEX_LEN - 1; in snd_usbmidi_akai_output() 737 while (urb->transfer_buffer_length < buf_end) { in snd_usbmidi_akai_output()
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_hv.c | 2790 char *s, *buf_end; in debugfs_timings_read() local 2800 buf_end = s + sizeof(p->buf); in debugfs_timings_read() 2821 snprintf(s, buf_end - s, "%s: stuck\n", in debugfs_timings_read() 2824 snprintf(s, buf_end - s, in debugfs_timings_read()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 2640 u32 *buf_end = (u32 *)((char *)buf + buf_size); in t4_get_regs() local 2682 while (reg <= last_reg && bufp < buf_end) { in t4_get_regs()
|