Searched refs:fread (Results 1 – 14 of 14) sorted by relevance
/xen/tools/tests/vpci/ |
A D | main.c | 93 #define VPCI_ADD_REG(fread, fwrite, off, size, store) \ argument 94 assert(!vpci_add_register(test_pdev.vpci, fread, fwrite, off, size, \ 97 #define VPCI_ADD_INVALID_REG(fread, fwrite, off, size) \ argument 98 assert(vpci_add_register(test_pdev.vpci, fread, fwrite, off, size, NULL))
|
/xen/stubdom/ |
A D | newlib-chk.patch | 34 fread.c \ 52 lib_a-fputs.$(OBJEXT) lib_a-fread.$(OBJEXT) \ 68 - fread.lo freopen.lo fscanf.lo fiscanf.lo fseek.lo fsetpos.lo \ 70 + fputs.lo fread.lo freopen.lo fscanf.lo fiscanf.lo fseek.lo fsetpos.lo \ 89 fread.c \
|
/xen/tools/fuzz/cpu-policy/ |
A D | afl-policy-fuzzer.c | 168 fread(cp, sizeof(*cp), 1, fp); in main() 169 fread(mp, sizeof(*mp), 1, fp); in main()
|
/xen/tools/fuzz/libelf/ |
A D | afl-libelf-fuzzer.c | 31 size = fread(input, 1, INPUT_SIZE, fp); in main()
|
/xen/tools/fuzz/x86_instruction_emulator/ |
A D | afl-harness.c | 94 size = fread(input, 1, INPUT_SIZE, fp); in main()
|
/xen/xen/include/public/io/ |
A D | fsif.h | 149 struct fsif_read_request fread; member
|
/xen/tools/misc/ |
A D | xen-detect.c | 160 datalen = fread(content, 1, stab.st_size, f); in read_file_content()
|
/xen/tools/firmware/vgabios/ |
A D | biossums.c | 66 bios_len = fread(bios_data, 1, MAX_BIOS_DATA, stream); in main()
|
/xen/xen/tools/kconfig/ |
A D | preprocess.c | 157 nread = fread(buf, 1, sizeof(buf), p); in do_shell()
|
/xen/tools/xenstat/libxenstat/src/ |
A D | xenstat_linux.c | 294 if (fread(header, sizeof(PROCNETDEV_HEADER) - 1, 1, in xenstat_collect_networks()
|
/xen/tools/firmware/rombios/ |
A D | biossums.c | 88 if( fread( bios_data, 1, LEN_BIOS_DATA, stream ) < LEN_BIOS_DATA ) { in main()
|
/xen/tools/libxl/ |
A D | libxl_utils.c | 368 rs = fread(data, 1, datalen, f); in libxl_read_file_contents() 445 rs = fread(data, 1, datalen, f); in libxl__read_sysfs_file_contents()
|
A D | libxlu_cfg_l.c | 921 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
|
A D | libxlu_disk_l.c | 1377 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
|
Completed in 26 milliseconds