Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 111 for sys_fhstatfs (0.41 sec)

  1. src/syscall/zsysnum_openbsd_mips64.go

    	SYS_GETFSSTAT      = 62  // { int sys_getfsstat(struct statfs *buf, size_t bufsize, \
    	SYS_STATFS         = 63  // { int sys_statfs(const char *path, \
    	SYS_FSTATFS        = 64  // { int sys_fstatfs(int fd, struct statfs *buf); }
    	SYS_FHSTATFS       = 65  // { int sys_fhstatfs(const fhandle_t *fhp, \
    	SYS_VFORK          = 66  // { int sys_vfork(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_openbsd_amd64.go

    	SYS_GETFSSTAT      = 62  // { int sys_getfsstat(struct statfs *buf, size_t bufsize, \
    	SYS_STATFS         = 63  // { int sys_statfs(const char *path, \
    	SYS_FSTATFS        = 64  // { int sys_fstatfs(int fd, struct statfs *buf); }
    	SYS_FHSTATFS       = 65  // { int sys_fhstatfs(const fhandle_t *fhp, \
    	SYS_VFORK          = 66  // { int sys_vfork(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_openbsd_arm64.go

    	SYS_GETFSSTAT      = 62  // { int sys_getfsstat(struct statfs *buf, size_t bufsize, \
    	SYS_STATFS         = 63  // { int sys_statfs(const char *path, \
    	SYS_FSTATFS        = 64  // { int sys_fstatfs(int fd, struct statfs *buf); }
    	SYS_FHSTATFS       = 65  // { int sys_fhstatfs(const fhandle_t *fhp, \
    	SYS_VFORK          = 66  // { int sys_vfork(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_openbsd_386.go

    	SYS_GETFSSTAT      = 62  // { int sys_getfsstat(struct statfs *buf, size_t bufsize, \
    	SYS_STATFS         = 63  // { int sys_statfs(const char *path, \
    	SYS_FSTATFS        = 64  // { int sys_fstatfs(int fd, struct statfs *buf); }
    	SYS_FHSTATFS       = 65  // { int sys_fhstatfs(const fhandle_t *fhp, \
    	SYS_VFORK          = 66  // { int sys_vfork(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_openbsd_arm.go

    	SYS_GETFSSTAT      = 62  // { int sys_getfsstat(struct statfs *buf, size_t bufsize, \
    	SYS_STATFS         = 63  // { int sys_statfs(const char *path, \
    	SYS_FSTATFS        = 64  // { int sys_fstatfs(int fd, struct statfs *buf); }
    	SYS_FHSTATFS       = 65  // { int sys_fhstatfs(const fhandle_t *fhp, \
    	SYS_VFORK          = 66  // { int sys_vfork(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.5K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_openbsd_ppc64.go

    	SYS_GETFSSTAT      = 62  // { int sys_getfsstat(struct statfs *buf, size_t bufsize, \
    	SYS_STATFS         = 63  // { int sys_statfs(const char *path, \
    	SYS_FSTATFS        = 64  // { int sys_fstatfs(int fd, struct statfs *buf); }
    	SYS_FHSTATFS       = 65  // { int sys_fhstatfs(const fhandle_t *fhp, \
    	SYS_VFORK          = 66  // { int sys_vfork(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_openbsd_riscv64.go

    	SYS_GETFSSTAT      = 62  // { int sys_getfsstat(struct statfs *buf, size_t bufsize, \
    	SYS_STATFS         = 63  // { int sys_statfs(const char *path, \
    	SYS_FSTATFS        = 64  // { int sys_fstatfs(int fd, struct statfs *buf); }
    	SYS_FHSTATFS       = 65  // { int sys_fhstatfs(const fhandle_t *fhp, \
    	SYS_VFORK          = 66  // { int sys_vfork(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.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)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.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)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.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)
Back to top