Home
last modified time | relevance | path

Searched refs:output_buf (Results 1 – 7 of 7) sorted by relevance

/linux/security/keys/trusted-keys/
H A Dtrusted_pkwm.c85 u8 *input_buf, *output_buf; in trusted_pkwm_seal() local
112 &output_buf, &output_len); in trusted_pkwm_seal()
114 memcpy(p->blob, output_buf, output_len); in trusted_pkwm_seal()
122 kfree(output_buf); in trusted_pkwm_seal()
132 u8 *input_buf, *output_buf; in trusted_pkwm_unseal() local
145 rc = plpks_unwrap_object(&input_buf, input_len, &output_buf, in trusted_pkwm_unseal()
148 memcpy(p->key, output_buf, output_len); in trusted_pkwm_unseal()
156 kfree(output_buf); in trusted_pkwm_unseal()
/linux/tools/testing/selftests/bpf/
H A Dbpftool_helpers.c51 static int run_command(char *args, char *output_buf, size_t output_max_len) in run_command() argument
54 bool suppress_output = !(output_buf && output_max_len); in run_command()
72 fread(output_buf, 1, output_max_len, f); in run_command()
83 int get_bpftool_command_output(char *args, char *output_buf, size_t output_max_len) in get_bpftool_command_output() argument
85 return run_command(args, output_buf, output_max_len); in get_bpftool_command_output()
/linux/fs/jffs2/
H A Dcompr.c80 char *output_buf; in jffs2_selected_compress() local
82 output_buf = kmalloc(*cdatalen, GFP_KERNEL); in jffs2_selected_compress()
83 if (!output_buf) { in jffs2_selected_compress()
108 err = this->compress(data_in, output_buf, datalen, cdatalen); in jffs2_selected_compress()
123 kfree(output_buf); in jffs2_selected_compress()
125 *cpage_out = output_buf; in jffs2_selected_compress()
155 unsigned char *output_buf = NULL, *tmp_buf; in jffs2_compress() local
221 output_buf = best->compr_buf; in jffs2_compress()
228 *cpage_out = output_buf; in jffs2_compress()
/linux/drivers/usb/host/
H A Dehci-dbg.c338 char *output_buf; member
481 next = buf->output_buf; in fill_async_buffer()
507 return strlen(buf->output_buf); in fill_async_buffer()
523 next = buf->output_buf; in fill_bandwidth_buffer()
590 return next - buf->output_buf; in fill_bandwidth_buffer()
639 next = buf->output_buf; in fill_periodic_buffer()
767 next = buf->output_buf; in fill_registers_buffer()
936 if (!buf->output_buf) in fill_buffer()
937 buf->output_buf = vmalloc(buf->alloc_size); in fill_buffer()
939 if (!buf->output_buf) { in fill_buffer()
[all …]
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c318 char *output_buf; member
451 next = buf->output_buf; in fill_async_buffer()
475 return strlen(buf->output_buf); in fill_async_buffer()
526 next = buf->output_buf; in fill_periodic_buffer()
644 next = buf->output_buf; in fill_registers_buffer()
757 if (!buf->output_buf) in fill_buffer()
758 buf->output_buf = vmalloc(buf->alloc_size); in fill_buffer()
760 if (!buf->output_buf) { in fill_buffer()
793 buf->output_buf, buf->count); in debug_output()
805 vfree(buf->output_buf); in debug_close()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c99 memcpy(ctx->output_buf, resp_msg, resp_len); in mana_hwc_handle_resp()
881 ctx->output_buf = resp; in mana_hwc_send_request()
/linux/drivers/platform/x86/
H A Dacer-wmi.c2269 struct acpi_buffer output_buf = { ACPI_ALLOCATE_BUFFER, NULL }; in acer_kbd_dock_get_initial_state() local
2274 status = wmi_evaluate_method(WMID_GUID3, 0, 0x2, &input_buf, &output_buf); in acer_kbd_dock_get_initial_state()
2281 obj = output_buf.pointer; in acer_kbd_dock_get_initial_state()