/openbmc/u-boot/drivers/net/ |
H A D | netconsole.c | 17 static int input_size; /* char count in input buffer */ variable 44 if (input_size) in nc_handler() 147 if (input_size == sizeof(input_buffer)) in nc_input_packet() 149 if (len > sizeof(input_buffer) - input_size) in nc_input_packet() 150 len = sizeof(input_buffer) - input_size; in nc_input_packet() 152 end = input_offset + input_size; in nc_input_packet() 166 input_size += len; in nc_input_packet() 283 while (!input_size) in nc_stdio_getc() 292 input_size--; in nc_stdio_getc() 308 if (input_size) in nc_stdio_tstc() [all …]
|
/openbmc/qemu/net/ |
H A D | eth.c | 90 _eth_copy_chunk(size_t input_size, in _eth_copy_chunk() argument 97 if (input_size < offset) { in _eth_copy_chunk() 140 size_t input_size = iov_size(iov, iovcnt); in eth_get_protocols() local 153 if (input_size < *l3hdr_off) { in eth_get_protocols() 188 if (_eth_copy_chunk(input_size, in eth_get_protocols() 206 if (_eth_copy_chunk(input_size, in eth_get_protocols() 382 size_t input_size = iov_size(pkt, pkt_frags); in _eth_get_rss_ex_dst_addr() local 385 if (input_size < ext_hdr_offset + sizeof(rt_hdr) + sizeof(*dst_addr)) { in _eth_get_rss_ex_dst_addr() 413 size_t input_size = iov_size(pkt, pkt_frags); in _eth_get_rss_ex_src_addr() local 416 if (input_size < opt_offset) { in _eth_get_rss_ex_src_addr() [all …]
|
/openbmc/qemu/hw/misc/ |
H A D | npcm7xx_clk.c | 145 if (index >= s->input_size) { in npcm7xx_clk_update_sel() 254 uint8_t input_size; member 300 .input_size = 2, 309 .input_size = 4, 320 .input_size = 4, 331 .input_size = 5, 342 .input_size = 4, 351 .input_size = 4, 360 .input_size = 4, 369 .input_size = 2, [all …]
|
/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/ |
H A D | amd_sfh_hid_desc.c | 74 case input_size: in get_descr_sz() 84 case input_size: in get_descr_sz() 94 case input_size: in get_descr_sz() 105 case input_size: in get_descr_sz() 115 case input_size: in get_descr_sz()
|
H A D | amd_sfh_hid_desc.h | 16 input_size, enumerator
|
/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/ |
H A D | amd_sfh_desc.c | 259 case input_size: in get_desc_size() 269 case input_size: in get_desc_size() 279 case input_size: in get_desc_size() 289 case input_size: in get_desc_size() 299 case input_size: in get_desc_size()
|
H A D | amd_sfh_init.c | 138 input_report_size = mp2_ops->get_desc_sz(cl_idx, input_size); in amd_sfh1_1_hid_client_init()
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | decompress.c | 116 long partial_decompress(void *inbuf, unsigned long input_size, in partial_decompress() argument 132 ret = __decompress(inbuf, input_size, NULL, flush, outbuf, in partial_decompress()
|
H A D | ops.h | 256 long partial_decompress(void *inbuf, unsigned long input_size, void *outbuf,
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | misc.h | 102 unsigned long input_size, 108 unsigned long input_size, in choose_random_location() argument
|
H A D | kaslr.c | 383 static void mem_avoid_init(unsigned long input, unsigned long input_size, in mem_avoid_init() argument 843 unsigned long input_size, in choose_random_location() argument 863 mem_avoid_init(input, input_size, *output); in choose_random_location()
|
/openbmc/u-boot/test/ |
H A D | compression.c | 250 size_t input_size = in_size; in uncompress_using_lzo() local 253 ret = lzop_decompress(in, input_size, out, &output_size); in uncompress_using_lzo() 285 size_t input_size = in_size; in uncompress_using_lz4() local 288 ret = ulz4fn(in, input_size, out, &output_size); in uncompress_using_lz4()
|
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | biosattr-interface.c | 246 int hp_wmi_set_bios_setting(u16 *input_buffer, u32 input_size) in hp_wmi_set_bios_setting() argument 249 struct acpi_buffer input = {input_size, input_buffer}; in hp_wmi_set_bios_setting()
|
H A D | bioscfg.h | 455 int hp_wmi_set_bios_setting(u16 *input_buffer, u32 input_size);
|
/openbmc/qemu/semihosting/ |
H A D | arm-compat-semi.c | 583 size_t input_size; in do_common_semihosting() local 593 input_size = arg1; in do_common_semihosting() 614 if (output_size > input_size) { in do_common_semihosting()
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | ivm.c | 68 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size) in hv_ghcb_hypercall() argument 95 if (input_size) in hv_ghcb_hypercall() 96 memcpy(hv_ghcb->hypercall.hypercalldata, input, input_size); in hv_ghcb_hypercall()
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 874 long input_size = ftell(input_file); variable 875 context.input_buffer = (char *) calloc(input_size + 1, sizeof(char)); 879 input_size, 881 if (read_chars != (size_t) input_size) {
|
/openbmc/qemu/include/hw/misc/ |
H A D | npcm7xx_clk.h | 119 uint8_t input_size; member
|
/openbmc/phosphor-host-ipmid/test/message/ |
H A D | payload.cpp | 30 size_t input_size = i.size(); in TEST() local 32 ASSERT_EQ(input_size, p.size()); in TEST()
|
/openbmc/linux/drivers/scsi/ |
H A D | sg.c | 598 int input_size, blocking; in sg_write() local 655 input_size = count - cmd_size; in sg_write() 656 mxsize = (input_size > old_hdr.reply_len) ? input_size : old_hdr.reply_len; in sg_write() 658 input_size -= SZ_SG_HEADER; in sg_write() 659 if (input_size < 0) { in sg_write() 668 if (input_size > 0) in sg_write() 681 hp->flags = input_size; /* structure abuse ... */ in sg_write() 700 input_size, (unsigned int) cmnd[0], in sg_write()
|
/openbmc/linux/include/asm-generic/ |
H A D | mshyperv.h | 284 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size);
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | habanalabs_ioctl.c | 209 if (args->input_ptr && args->input_size) { in debug_coresight() 217 args->input_size)) { in debug_coresight() 1111 args->input_size = min(args->input_size, hl_debug_struct_size[args->op]); in hl_debug_ioctl()
|
/openbmc/linux/drivers/hv/ |
H A D | hv_common.c | 576 u64 __weak hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size) in hv_ghcb_hypercall() argument
|
/openbmc/libcper/sections/ |
H A D | cper-section-arm.c | 129 size_t input_size = in cper_section_arm_to_ir() local 133 base64_encode(cur_pos, input_size, &encoded_len); in cper_section_arm_to_ir()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | overlay-sysfs.c | 365 static OVERLAY_ATTR(input_size, S_IRUGO, overlay_input_size_show, NULL);
|