Home
last modified time | relevance | path

Searched refs:fread (Results 1 – 14 of 14) sorted by relevance

/xen/tools/tests/vpci/
A Dmain.c93 #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 Dnewlib-chk.patch34 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 Dafl-policy-fuzzer.c168 fread(cp, sizeof(*cp), 1, fp); in main()
169 fread(mp, sizeof(*mp), 1, fp); in main()
/xen/tools/fuzz/libelf/
A Dafl-libelf-fuzzer.c31 size = fread(input, 1, INPUT_SIZE, fp); in main()
/xen/tools/fuzz/x86_instruction_emulator/
A Dafl-harness.c94 size = fread(input, 1, INPUT_SIZE, fp); in main()
/xen/xen/include/public/io/
A Dfsif.h149 struct fsif_read_request fread; member
/xen/tools/misc/
A Dxen-detect.c160 datalen = fread(content, 1, stab.st_size, f); in read_file_content()
/xen/tools/firmware/vgabios/
A Dbiossums.c66 bios_len = fread(bios_data, 1, MAX_BIOS_DATA, stream); in main()
/xen/xen/tools/kconfig/
A Dpreprocess.c157 nread = fread(buf, 1, sizeof(buf), p); in do_shell()
/xen/tools/xenstat/libxenstat/src/
A Dxenstat_linux.c294 if (fread(header, sizeof(PROCNETDEV_HEADER) - 1, 1, in xenstat_collect_networks()
/xen/tools/firmware/rombios/
A Dbiossums.c88 if( fread( bios_data, 1, LEN_BIOS_DATA, stream ) < LEN_BIOS_DATA ) { in main()
/xen/tools/libxl/
A Dlibxl_utils.c368 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 Dlibxlu_cfg_l.c921 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
A Dlibxlu_disk_l.c1377 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \

Completed in 26 milliseconds