| /linux/drivers/md/dm-vdo/ |
| H A D | errors.c | 144 char *buf_end = buf + buflen; in uds_string_error() local 157 buffer = vdo_append_to_buffer(buffer, buf_end, "%s: %s", in uds_string_error() 160 buffer = vdo_append_to_buffer(buffer, buf_end, "Unknown %s %d", in uds_string_error() 164 buffer = vdo_append_to_buffer(buffer, buf_end, "%s", info->message); in uds_string_error() 166 const char *tmp = system_string_error(errnum, buffer, buf_end - buffer); in uds_string_error() 169 buffer = vdo_append_to_buffer(buffer, buf_end, "%s", tmp); in uds_string_error() 181 char *buf_end = buf + buflen; in uds_string_error_name() local 191 buffer = vdo_append_to_buffer(buffer, buf_end, "%s", info->name); in uds_string_error_name() 193 buffer = vdo_append_to_buffer(buffer, buf_end, "%s %d", in uds_string_error_name() 197 buffer = vdo_append_to_buffer(buffer, buf_end, "%s", info->name); in uds_string_error_name() [all …]
|
| H A D | string-utils.c | 8 char *vdo_append_to_buffer(char *buffer, char *buf_end, const char *fmt, ...) in vdo_append_to_buffer() argument 14 n = vsnprintf(buffer, buf_end - buffer, fmt, args); in vdo_append_to_buffer() 15 if (n >= (size_t) (buf_end - buffer)) in vdo_append_to_buffer() 16 buffer = buf_end; in vdo_append_to_buffer()
|
| H A D | string-utils.h | 20 char *vdo_append_to_buffer(char *buffer, char *buf_end, const char *fmt, ...)
|
| /linux/fs/ |
| H A 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()
|
| H A D | namespace.c | 5441 char *buf_end, *opt_end, *src, *dst; in statmount_opt_process() local 5447 buf_end = seq->buf + seq->count; in statmount_opt_process() 5451 if (src >= buf_end) { in statmount_opt_process() 5456 *buf_end = '\0'; in statmount_opt_process() 5457 for (; src < buf_end; src = opt_end + 1) { in statmount_opt_process()
|
| /linux/sound/usb/line6/ |
| H A 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/lib/ |
| H A D | kobject_uevent.c | 98 static const char *action_arg_word_end(const char *buf, const char *buf_end, in action_arg_word_end() argument 103 while (next <= buf_end && *next != delim) in action_arg_word_end() 117 const char *next, *buf_end, *key; in kobject_action_args() local 141 buf_end = buf + count - 1; in kobject_action_args() 143 while (next <= buf_end) { in kobject_action_args() 149 if (key > buf_end) in kobject_action_args() 153 next = action_arg_word_end(buf, buf_end, '='); in kobject_action_args() 154 if (!next || next > buf_end || *next != '=') in kobject_action_args() 159 if (++next > buf_end) in kobject_action_args() 163 next = action_arg_word_end(buf, buf_end, ' '); in kobject_action_args()
|
| /linux/drivers/media/pci/tw5864/ |
| H A 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/lib/crypto/tests/ |
| H A D | hash-test-template.h | 201 void *const buf_end = &test_buf[TEST_BUF_LEN]; in test_hash_buffer_overruns() local 202 struct HASH_CTX *guarded_ctx = buf_end - sizeof(*guarded_ctx); in test_hash_buffer_overruns() 212 HASH(buf_end - len, len, hash); in test_hash_buffer_overruns() 214 HASH_UPDATE(&ctx, buf_end - len, len); in test_hash_buffer_overruns() 218 HASH(test_buf, len, buf_end - HASH_SIZE); in test_hash_buffer_overruns() 221 HASH_FINAL(&ctx, buf_end - HASH_SIZE); in test_hash_buffer_overruns()
|
| /linux/fs/xfs/scrub/ |
| H A D | attr.c | 298 char *buf_end, in xchk_xattr_entry() argument 347 if (name_end > buf_end) in xchk_xattr_entry() 371 char *buf_end; in xchk_xattr_block() local 433 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize; in xchk_xattr_block() 444 xchk_xattr_entry(ds, level, buf_end, leaf, &leafhdr, in xchk_xattr_block()
|
| H A D | attr_repair.c | 284 const char *buf_end, in xrep_xattr_salvage_local_attr() argument 299 if ((char *)lentry + namesize > buf_end) in xrep_xattr_salvage_local_attr() 321 const char *buf_end, in xrep_xattr_salvage_remote_attr() argument 347 if ((char *)rentry + namesize > buf_end) in xrep_xattr_salvage_remote_attr() 401 char *buf_end; in xrep_xattr_recover_leaf() local 417 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize; in xrep_xattr_recover_leaf() 437 buf_end, lentry); in xrep_xattr_recover_leaf() 441 buf_end, rentry, i, bp); in xrep_xattr_recover_leaf()
|
| /linux/tools/bpf/bpftool/ |
| H A D | xlated_dumper.h | 38 void dump_xlated_for_graph(struct dump_data *dd, void *buf, void *buf_end,
|
| H A D | xlated_dumper.c | 367 void dump_xlated_for_graph(struct dump_data *dd, void *buf_start, void *buf_end, in dump_xlated_for_graph() argument 381 struct bpf_insn *insn_end = buf_end; in dump_xlated_for_graph()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | pl35x-nand-controller.c | 336 unsigned int buf_end = len / 4; in pl35x_nand_read_data_op() local 346 for (i = 0; i < buf_end; i++) { in pl35x_nand_read_data_op() 348 if (i + 1 == buf_end) in pl35x_nand_read_data_op() 368 unsigned int buf_end = len / 4; in pl35x_nand_write_data_op() local 378 for (i = 0; i < buf_end; i++) { in pl35x_nand_write_data_op() 380 if (i + 1 == buf_end) in pl35x_nand_write_data_op()
|
| /linux/tools/mm/ |
| H A D | page_owner_sort.c | 108 char *curr = buf, *const buf_end = buf + buf_size; in read_block() local 110 while (buf_end - curr > 1 && fgets(curr, buf_end - curr, fin)) { in read_block()
|
| /linux/drivers/video/fbdev/ |
| H A 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() 1715 .buf_end = VIDW_BUF_END(0), 1749 .buf_end = 0x7c,
|
| /linux/drivers/dma/ |
| H A D | apple-admac.c | 140 dma_addr_t buf_end; member 271 adtx->buf_end = buf_addr + buf_len; in admac_prep_dma_cyclic() 295 WARN_ON_ONCE(addr + tx->period_len > tx->buf_end); in admac_cyclic_write_one_desc()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 145 char err_buf[256], buf[256] = {}, *ptr, *buf_end; in free_test_spec() 150 buf_end = buf + sizeof(buf); 152 while (*pattern && ptr < buf_end - 2) { 162 char err_buf[256], buf[256] = {}, *ptr, *buf_end; compile_regex() local
|
| /linux/io_uring/ |
| H A D | rsrc.c | 1030 u64 buf_end; in validate_fixed_range() local 1032 if (unlikely(check_add_overflow(buf_addr, (u64)len, &buf_end))) in validate_fixed_range() 1035 if (unlikely(buf_addr < imu->ubuf || buf_end > (imu->ubuf + imu->len))) in validate_fixed_range()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_attr_leaf.c | 298 char *buf_end, in xfs_attr3_leaf_verify_entry() argument 344 if (name_end > buf_end) in xfs_attr3_leaf_verify_entry() 376 char *buf_end; in xfs_attr3_leaf_verify() local 410 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize; in xfs_attr3_leaf_verify() 412 fa = xfs_attr3_leaf_verify_entry(mp, buf_end, leaf, &ichdr, in xfs_attr3_leaf_verify()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | vcn_v4_0.c | 1892 uint64_t buf_end; in vcn_v4_0_dec_msg() local 1900 if (size < 4 || check_add_overflow(offset, size, &buf_end) || in vcn_v4_0_dec_msg() 1901 buf_end > end - addr) { in vcn_v4_0_dec_msg()
|
| H A D | vcn_v3_0.c | 1976 uint64_t buf_end; in vcn_v3_0_dec_msg() local 1984 if (size < 4 || check_add_overflow(offset, size, &buf_end) || in vcn_v3_0_dec_msg() 1985 buf_end > end - addr) { in vcn_v3_0_dec_msg()
|
| /linux/sound/usb/ |
| H A D | midi.c | 791 int pos, end, count, buf_end; in snd_usbmidi_akai_output() local 799 buf_end = ep->max_transfer - MAX_AKAI_SYSEX_LEN - 1; in snd_usbmidi_akai_output() 802 while (urb->transfer_buffer_length < buf_end) { in snd_usbmidi_akai_output()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A 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()
|