Home
last modified time | relevance | path

Searched refs:fwrite (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v4.19/arch/x86/boot/tools/
Dbuild.c406 if (fwrite(buf, 1, i, dest) != i) in main()
411 if (fwrite(kernel, 1, sz, dest) != sz) in main()
417 if (fwrite("\0", 1, 1, dest) != 1) in main()
424 if (fwrite(buf, 1, 4, dest) != 4) in main()
/Linux-v4.19/tools/perf/
Dperf-read-vdso.c24 written = fwrite(start, 1, size, stdout); in main()
Dbuiltin-ftrace.c370 if (fwrite(buf, n, 1, stdout) != 1) in __cmd_ftrace()
382 if (fwrite(buf, n, 1, stdout) != 1) in __cmd_ftrace()
/Linux-v4.19/tools/perf/util/
Dcolor.c143 return fwrite(buf, count, 1, fp) != 1; in color_fwrite_lines()
149 fwrite(buf, p ? (size_t)(p - buf) : count, 1, fp) != 1 || in color_fwrite_lines()
Dllvm-utils.c420 if (fwrite(obj_buf, size, 1, fp) != 1) in llvm__dump_obj()
/Linux-v4.19/Documentation/media/uapi/dvb/
Ddmx_fcalls.rst15 dmx-fwrite
Daudio_function_calls.rst14 audio-fwrite
Dvideo_function_calls.rst14 video-fwrite
/Linux-v4.19/samples/statx/
Dtest-statx.c60 fwrite(buffer, 1, len, stdout); in print_time()
67 fwrite(buffer, 1, len, stdout); in print_time()
/Linux-v4.19/drivers/net/wireless/rsi/
Drsi_91x_debugfs.c260 #define FOPS_RW(fopen, fwrite) { \ argument
265 .write = (fwrite), \
/Linux-v4.19/tools/perf/jvmti/
Djvmti_agent.c291 if (!fwrite(&header, sizeof(header), 1, fp)) { in jvmti_open()
317 if (!fwrite(&rec, sizeof(rec), 1, fp)) in jvmti_close()
/Linux-v4.19/tools/power/acpi/tools/acpidump/
Dapfiles.c148 actual = fwrite(table, 1, table_length, file); in ap_write_to_binary_file()
/Linux-v4.19/tools/perf/tests/
Dpmu.c107 if (1 != fwrite(format->value, strlen(format->value), 1, file)) in test_format_dir_get()
Dattr.c56 if (1 != fwrite(buf, size, 1, file)) { \
/Linux-v4.19/drivers/acpi/acpica/
Dutprint.c626 (void)fwrite(acpi_gbl_print_buffer, length, 1, ACPI_FILE_OUT); in vprintf()
679 (void)fwrite(acpi_gbl_print_buffer, length, 1, file); in vfprintf()
/Linux-v4.19/scripts/kconfig/
Dlkc.h79 if (fwrite(str, len, count, out) != count) in xfwrite()
/Linux-v4.19/arch/sparc/vdso/
Dvdso2c.h113 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC()
/Linux-v4.19/Documentation/auxdisplay/
Dcfag12864b98 You can use the framebuffer as a file: fopen, fwrite, fclose...
/Linux-v4.19/arch/x86/entry/vdso/
Dvdso2c.h138 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC()
/Linux-v4.19/Documentation/fmc/
Dfmc-chardev.txt20 and write semantics, users can simply fread or fwrite bigger areas in
/Linux-v4.19/arch/mips/boot/tools/
Drelocs.c436 if (fwrite(&shdr, sizeof(shdr), 1, fp) != 1) in remove_relocs()
558 return fwrite(buf, 1, 4, f); in write_reloc_as_bin()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dv4l2grab.c.rst156 fwrite(buffers[buf.index].start, buf.bytesused, 1, fout);
/Linux-v4.19/tools/firewire/
Dnosy-dump.c1010 fwrite(&length, sizeof length, 1, output); in main()
1011 fwrite(buf, 1, length, output); in main()
/Linux-v4.19/Documentation/usb/
Dgadget_printer.txt227 fwrite(buf, 1, bytes_read, stdout);
324 fwrite(buf, 1, bytes_read, stdout);
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/
Dcore-pkey.c360 ret = fwrite(core_pattern, 1, len, f); in write_core_pattern()

12