/arch/alpha/include/asm/ |
H A D | console.h | 58 extern long callback_getenv(long id, const char *buf, unsigned long buf_size); 59 extern long callback_setenv(long id, const char *buf, unsigned long buf_size);
|
/arch/ia64/include/asm/ |
H A D | perfmon_default_smpl.h | 18 unsigned long buf_size; /* size of the buffer in bytes */ member in struct:__anon1624
|
/arch/s390/kernel/ |
H A D | debug.c | 77 int nr_areas, int buf_size, umode_t mode); 242 int buf_size, int level, int mode) 272 rc->buf_size = buf_size; 273 rc->entry_size = sizeof(debug_entry_t) + buf_size; 334 int buf_size, umode_t mode) 338 rc = debug_info_alloc(name, pages_per_area, nr_areas, buf_size, 382 in->nr_areas, in->buf_size, in->level, mode); 692 int nr_areas, int buf_size, umode_t mode, 707 rc = debug_info_create(name, pages_per_area, nr_areas, buf_size, mod 241 debug_info_alloc(const char *name, int pages_per_area, int nr_areas, int buf_size, int level, int mode) argument 333 debug_info_create(const char *name, int pages_per_area, int nr_areas, int buf_size, umode_t mode) argument 691 debug_register_mode(const char *name, int pages_per_area, int nr_areas, int buf_size, umode_t mode, uid_t uid, gid_t gid) argument 728 debug_register(const char *name, int pages_per_area, int nr_areas, int buf_size) argument [all...] |
/arch/ia64/kernel/ |
H A D | perfmon_default_smpl.c | 56 if (arg->buf_size < PFM_DEFAULT_SMPL_MIN_BUF_SIZE) return -EINVAL; 58 DPRINT(("buf_size=%lu\n", arg->buf_size)); 71 *size = arg->buf_size; 85 hdr->hdr_buf_size = arg->buf_size; 90 DPRINT(("[%d] buffer=%p buf_size=%lu hdr_size=%lu hdr_version=%u cur_offs=%lu\n",
|
H A D | unwind.c | 2316 sys_getunwind (void __user *buf, size_t buf_size) 2318 if (buf && buf_size >= unw.gate_table_size) 2313 sys_getunwind(void __user *buf, size_t buf_size) argument
|
/arch/s390/include/asm/ |
H A D | debug.h | 66 int buf_size; member in struct:debug_info 124 int buf_size); 127 int buf_size, umode_t mode, uid_t uid,
|
/arch/powerpc/platforms/ps3/ |
H A D | gelic_udbg.c | 45 __be32 buf_size; member in struct:gelic_descr 227 dbg.descr.buf_size = header_size + msgsize;
|
/arch/powerpc/kernel/ |
H A D | rtas_flash.c | 137 unsigned int buf_size; /* Size of image buf */ member in struct:rtas_validate_flash_t 438 (u32) __pa(rtas_data_buf), args_buf->buf_size); 536 args_buf->buf_size = VALIDATE_BUF_SIZE; 647 size_t buf_size, 653 dp->data = kzalloc(buf_size, GFP_KERNEL); 646 initialize_flash_pde_data(const char *rtas_call_name, size_t buf_size, struct proc_dir_entry *dp) argument
|
/arch/s390/hypfs/ |
H A D | hypfs_diag.c | 561 int rc, buf_size; local 564 buf_size = PAGE_SIZE * (diag204_buf_pages + 1) + sizeof(d204->hdr); 565 base = vzalloc(buf_size);
|
/arch/arm/mach-omap2/ |
H A D | mux.c | 688 int buf_size, ret; local 695 buf_size = min(count, sizeof(buf) - 1); 697 if (copy_from_user(buf, user_buf, buf_size))
|