/Linux-v5.4/arch/x86/boot/tools/ |
D | build.c | 414 if (fwrite(buf, 1, i, dest) != i) in main() 419 if (fwrite(kernel, 1, sz, dest) != sz) in main() 425 if (fwrite("\0", 1, 1, dest) != 1) in main() 432 if (fwrite(buf, 1, 4, dest) != 4) in main()
|
/Linux-v5.4/tools/perf/ |
D | perf-read-vdso.c | 24 written = fwrite(start, 1, size, stdout); in main()
|
D | builtin-ftrace.c | 378 if (fwrite(buf, n, 1, stdout) != 1) in __cmd_ftrace() 390 if (fwrite(buf, n, 1, stdout) != 1) in __cmd_ftrace()
|
/Linux-v5.4/tools/perf/util/ |
D | color.c | 105 return fwrite(buf, count, 1, fp) != 1; in color_fwrite_lines() 111 fwrite(buf, p ? (size_t)(p - buf) : count, 1, fp) != 1 || in color_fwrite_lines()
|
D | s390-cpumsf.c | 229 size_t n = fwrite(sample->raw_data, sample->raw_size - 4, 1, in s390_cpumcf_dumpctr() 721 size_t rc = fwrite(buffer->data, buffer->size, 1, in s390_cpumsf_run_decoder() 739 size_t rc = fwrite(buffer->data, buffer->size, 1, in s390_cpumsf_run_decoder()
|
D | llvm-utils.c | 422 if (fwrite(obj_buf, size, 1, fp) != 1) in llvm__dump_obj()
|
/Linux-v5.4/samples/vfs/ |
D | test-statx.c | 64 fwrite(buffer, 1, len, stdout); in print_time() 71 fwrite(buffer, 1, len, stdout); in print_time()
|
/Linux-v5.4/drivers/net/wireless/rsi/ |
D | rsi_91x_debugfs.c | 260 #define FOPS_RW(fopen, fwrite) { \ argument 265 .write = (fwrite), \
|
/Linux-v5.4/Documentation/media/uapi/dvb/ |
D | dmx_fcalls.rst | 22 dmx-fwrite
|
D | audio_function_calls.rst | 21 audio-fwrite
|
D | video_function_calls.rst | 21 video-fwrite
|
/Linux-v5.4/tools/perf/jvmti/ |
D | jvmti_agent.c | 320 if (!fwrite(&header, sizeof(header), 1, fp)) { in jvmti_open() 346 if (!fwrite(&rec, sizeof(rec), 1, fp)) in jvmti_close()
|
/Linux-v5.4/tools/power/acpi/tools/acpidump/ |
D | apfiles.c | 154 actual = fwrite(table, 1, table_length, file); in ap_write_to_binary_file()
|
/Linux-v5.4/tools/perf/tests/ |
D | pmu.c | 108 if (1 != fwrite(format->value, strlen(format->value), 1, file)) in test_format_dir_get()
|
D | attr.c | 57 if (1 != fwrite(buf, size, 1, file)) { \
|
/Linux-v5.4/drivers/acpi/acpica/ |
D | utprint.c | 626 (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-v5.4/scripts/kconfig/ |
D | lkc.h | 62 if (fwrite(str, len, count, out) != count) in xfwrite()
|
/Linux-v5.4/arch/sparc/vdso/ |
D | vdso2c.h | 112 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC()
|
/Linux-v5.4/Documentation/admin-guide/auxdisplay/ |
D | cfag12864b.rst | 91 You can use the framebuffer as a file: fopen, fwrite, fclose...
|
/Linux-v5.4/arch/x86/entry/vdso/ |
D | vdso2c.h | 139 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC()
|
/Linux-v5.4/arch/mips/boot/tools/ |
D | relocs.c | 436 if (fwrite(&shdr, sizeof(shdr), 1, fp) != 1) in remove_relocs() 558 return fwrite(buf, 1, 4, f); in write_reloc_as_bin()
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | v4l2grab.c.rst | 163 fwrite(buffers[buf.index].start, buf.bytesused, 1, fout);
|
/Linux-v5.4/tools/firewire/ |
D | nosy-dump.c | 997 fwrite(&length, sizeof length, 1, output); in main() 998 fwrite(buf, 1, length, output); in main()
|
/Linux-v5.4/Documentation/usb/ |
D | gadget_printer.rst | 240 fwrite(buf, 1, bytes_read, stdout); 337 fwrite(buf, 1, bytes_read, stdout);
|
/Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
D | core-pkey.c | 357 ret = fwrite(core_pattern, 1, len, f); in write_core_pattern()
|