HomeSort by relevance Sort by last modified time
    Searched refs:SYS_UNLINK (Results 1 - 25 of 41) sorted by null

1 2

  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_stats.h 48 SYS_UNLINK,
fileops.c 492 int need_stats = ft_needs_stats(ft, SYS_UNLINK) ||
493 fs_needs_stats(fs, SYS_UNLINK);
509 do_stats(&start, &end, ft, fs, SYS_UNLINK);
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsysnum_linux_386.go 19 SYS_UNLINK = 10
zsysnum_linux_amd64.go 96 SYS_UNLINK = 87
zsysnum_linux_arm.go 18 SYS_UNLINK = 10
zsysnum_linux_mips.go 19 SYS_UNLINK = 4010
zsysnum_linux_mips64.go 94 SYS_UNLINK = 5085
zsysnum_linux_mips64le.go 94 SYS_UNLINK = 5085
zsysnum_linux_mipsle.go 19 SYS_UNLINK = 4010
zsysnum_linux_ppc64.go 19 SYS_UNLINK = 10
zsysnum_linux_ppc64le.go 19 SYS_UNLINK = 10
zsysnum_linux_s390x.go 18 SYS_UNLINK = 10
zsysnum_linux_sparc64.go 19 SYS_UNLINK = 10
zsysnum_darwin_386.go 18 SYS_UNLINK = 10
zsysnum_darwin_amd64.go 18 SYS_UNLINK = 10
zsysnum_darwin_arm.go 18 SYS_UNLINK = 10
zsysnum_darwin_arm64.go 18 SYS_UNLINK = 10
zsysnum_openbsd_386.go 17 SYS_UNLINK = 10 // { int sys_unlink(const char *path); }
zsysnum_openbsd_amd64.go 18 SYS_UNLINK = 10 // { int sys_unlink(const char *path); }
zsysnum_openbsd_arm.go 18 SYS_UNLINK = 10 // { int sys_unlink(const char *path); }
zsysnum_dragonfly_amd64.go 18 SYS_UNLINK = 10 // { int unlink(char *path); }
zsysnum_freebsd_386.go 18 SYS_UNLINK = 10 // { int unlink(char *path); }
zsysnum_freebsd_amd64.go 18 SYS_UNLINK = 10 // { int unlink(char *path); }
zsysnum_freebsd_arm.go 18 SYS_UNLINK = 10 // { int unlink(char *path); }
zsysnum_netbsd_386.go 16 SYS_UNLINK = 10 // { int|sys||unlink(const char *path); }

Completed in 273 milliseconds

1 2