/Linux-v4.19/arch/x86/boot/tools/ |
D | build.c | 406 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/ |
D | perf-read-vdso.c | 24 written = fwrite(start, 1, size, stdout); in main()
|
D | builtin-ftrace.c | 370 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/ |
D | color.c | 143 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()
|
D | llvm-utils.c | 420 if (fwrite(obj_buf, size, 1, fp) != 1) in llvm__dump_obj()
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dmx_fcalls.rst | 15 dmx-fwrite
|
D | audio_function_calls.rst | 14 audio-fwrite
|
D | video_function_calls.rst | 14 video-fwrite
|
/Linux-v4.19/samples/statx/ |
D | test-statx.c | 60 fwrite(buffer, 1, len, stdout); in print_time() 67 fwrite(buffer, 1, len, stdout); in print_time()
|
/Linux-v4.19/drivers/net/wireless/rsi/ |
D | rsi_91x_debugfs.c | 260 #define FOPS_RW(fopen, fwrite) { \ argument 265 .write = (fwrite), \
|
/Linux-v4.19/tools/perf/jvmti/ |
D | jvmti_agent.c | 291 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/ |
D | apfiles.c | 148 actual = fwrite(table, 1, table_length, file); in ap_write_to_binary_file()
|
/Linux-v4.19/tools/perf/tests/ |
D | pmu.c | 107 if (1 != fwrite(format->value, strlen(format->value), 1, file)) in test_format_dir_get()
|
D | attr.c | 56 if (1 != fwrite(buf, size, 1, file)) { \
|
/Linux-v4.19/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-v4.19/scripts/kconfig/ |
D | lkc.h | 79 if (fwrite(str, len, count, out) != count) in xfwrite()
|
/Linux-v4.19/arch/sparc/vdso/ |
D | vdso2c.h | 113 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC()
|
/Linux-v4.19/Documentation/auxdisplay/ |
D | cfag12864b | 98 You can use the framebuffer as a file: fopen, fwrite, fclose...
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | vdso2c.h | 138 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC()
|
/Linux-v4.19/Documentation/fmc/ |
D | fmc-chardev.txt | 20 and write semantics, users can simply fread or fwrite bigger areas in
|
/Linux-v4.19/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-v4.19/Documentation/media/uapi/v4l/ |
D | v4l2grab.c.rst | 156 fwrite(buffers[buf.index].start, buf.bytesused, 1, fout);
|
/Linux-v4.19/tools/firewire/ |
D | nosy-dump.c | 1010 fwrite(&length, sizeof length, 1, output); in main() 1011 fwrite(buf, 1, length, output); in main()
|
/Linux-v4.19/Documentation/usb/ |
D | gadget_printer.txt | 227 fwrite(buf, 1, bytes_read, stdout); 324 fwrite(buf, 1, bytes_read, stdout);
|
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | core-pkey.c | 360 ret = fwrite(core_pattern, 1, len, f); in write_core_pattern()
|