Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 99 for sys_fhstatfs (4.78 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go

    	SYS_GETFSSTAT      = 62  // { int sys_getfsstat(struct statfs *buf, size_t bufsize, int flags); }
    	SYS_STATFS         = 63  // { int sys_statfs(const char *path, struct statfs *buf); }
    	SYS_FSTATFS        = 64  // { int sys_fstatfs(int fd, struct statfs *buf); }
    	SYS_FHSTATFS       = 65  // { int sys_fhstatfs(const fhandle_t *fhp, struct statfs *buf); }
    	SYS_VFORK          = 66  // { int sys_vfork(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go

    	SYS_GETFSSTAT      = 62  // { int sys_getfsstat(struct statfs *buf, size_t bufsize, int flags); }
    	SYS_STATFS         = 63  // { int sys_statfs(const char *path, struct statfs *buf); }
    	SYS_FSTATFS        = 64  // { int sys_fstatfs(int fd, struct statfs *buf); }
    	SYS_FHSTATFS       = 65  // { int sys_fhstatfs(const fhandle_t *fhp, struct statfs *buf); }
    	SYS_VFORK          = 66  // { int sys_vfork(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go

    	SYS_GETFSSTAT      = 62  // { int sys_getfsstat(struct statfs *buf, size_t bufsize, int flags); }
    	SYS_STATFS         = 63  // { int sys_statfs(const char *path, struct statfs *buf); }
    	SYS_FSTATFS        = 64  // { int sys_fstatfs(int fd, struct statfs *buf); }
    	SYS_FHSTATFS       = 65  // { int sys_fhstatfs(const fhandle_t *fhp, struct statfs *buf); }
    	SYS_VFORK          = 66  // { int sys_vfork(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS_PSELECT                = 499 // { int pselect(int nd, fd_set *in, fd_set *ou, \
    	SYS_STATVFS                = 500 // { int statvfs(const char *path, struct statvfs *buf); }
    	SYS_FSTATVFS               = 501 // { int fstatvfs(int fd, struct statvfs *buf); }
    	SYS_FHSTATVFS              = 502 // { int fhstatvfs(const struct fhandle *u_fhp, struct statvfs *buf); }
    	SYS_GETVFSSTAT             = 503 // { int getvfsstat(struct statfs *buf,          \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_freebsd_386.go

    	SYS_FSTATAT                  = 552 // { int fstatat(int fd, _In_z_ char *path, \
    	SYS_GETDIRENTRIES            = 554 // { ssize_t getdirentries(int fd, \
    	SYS_STATFS                   = 555 // { int statfs(_In_z_ char *path, \
    	SYS_FSTATFS                  = 556 // { int fstatfs(int fd, \
    	SYS_GETFSSTAT                = 557 // { int getfsstat( \
    	SYS_MKNODAT                  = 559 // { int mknodat(int fd, _In_z_ char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_FSTATAT                  = 552 // { int fstatat(int fd, _In_z_ char *path, \
    	SYS_GETDIRENTRIES            = 554 // { ssize_t getdirentries(int fd, \
    	SYS_STATFS                   = 555 // { int statfs(_In_z_ char *path, \
    	SYS_FSTATFS                  = 556 // { int fstatfs(int fd, \
    	SYS_GETFSSTAT                = 557 // { int getfsstat( \
    	SYS_MKNODAT                  = 559 // { int mknodat(int fd, _In_z_ char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_arm.go

    	SYS_FSTATAT                  = 552 // { int fstatat(int fd, _In_z_ char *path, \
    	SYS_GETDIRENTRIES            = 554 // { ssize_t getdirentries(int fd, \
    	SYS_STATFS                   = 555 // { int statfs(_In_z_ char *path, \
    	SYS_FSTATFS                  = 556 // { int fstatfs(int fd, \
    	SYS_GETFSSTAT                = 557 // { int getfsstat( \
    	SYS_MKNODAT                  = 559 // { int mknodat(int fd, _In_z_ char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS_STATVFS                = 500 // { int statvfs(const char *path, struct statvfs *buf); }
    	SYS_FSTATVFS               = 501 // { int fstatvfs(int fd, struct statvfs *buf); }
    	SYS_FHSTATVFS              = 502 // { int fhstatvfs(const struct fhandle *u_fhp, struct statvfs *buf); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_FHSTAT                   = 553 // { int fhstat(const struct fhandle *u_fhp, struct stat *sb); }
    	SYS_GETDIRENTRIES            = 554 // { ssize_t getdirentries(int fd, char *buf, size_t count, off_t *basep); }
    	SYS_STATFS                   = 555 // { int statfs(char *path, struct statfs *buf); }
    	SYS_FSTATFS                  = 556 // { int fstatfs(int fd, struct statfs *buf); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_FSTATAT                  = 552 // { int fstatat(int fd, _In_z_ char *path, \
    	SYS_GETDIRENTRIES            = 554 // { ssize_t getdirentries(int fd, \
    	SYS_STATFS                   = 555 // { int statfs(_In_z_ char *path, \
    	SYS_FSTATFS                  = 556 // { int fstatfs(int fd, \
    	SYS_GETFSSTAT                = 557 // { int getfsstat( \
    	SYS_MKNODAT                  = 559 // { int mknodat(int fd, _In_z_ char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
Back to top