HomeSort by relevance Sort by last modified time
    Searched refs:syz_read_part_table (Results 1 - 5 of 5) sorted by null

  /external/syzkaller/tools/syz-imagegen/
imagegen.go 4 // imagegen generates syz_mount_image/syz_read_part_table calls from disk images.
80 fmt.Printf(`syz_read_part_table(0x%x, 0x%x, &(0x7f0000000200)=[`,
  /external/syzkaller/executor/
syscalls.h     [all...]
common_linux.h 666 // syz_read_part_table(size intptr, nsegs len[segments], segments ptr[in, array[fs_image_segment]])
667 static long syz_read_part_table(unsigned long size, unsigned long nsegs, long segments) function
688 int memfd = syscall(SYZ_memfd_create, "syz_read_part_table", 0);
699 debug("syz_read_part_table: pwrite[%u] failed: %d\n", (int)i, errno);
741 debug("syz_read_part_table: symlink(%s, %s) failed: %d\n", loopname, linkname, errno);
    [all...]
  /external/syzkaller/pkg/host/
host_linux.go 202 case "syz_read_part_table":
  /external/syzkaller/pkg/csource/
generated.go 1256 static long syz_read_part_table(unsigned long size, unsigned long nsegs, long segments)
1276 int memfd = syscall(SYZ_memfd_create, "syz_read_part_table", 0);
1287 debug("syz_read_part_table: pwrite[%u] failed: %d\n", (int)i, errno);
1328 debug("syz_read_part_table: symlink(%s, %s) failed: %d\n", loopname, linkname, errno);
    [all...]

Completed in 245 milliseconds