Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for X__glibc_reserved (0.17 sec)

  1. src/syscall/ztypes_linux_arm64.go

    	Size              int64
    	Blksize           int32
    	X__pad2           int32
    	Blocks            int64
    	Atim              Timespec
    	Mtim              Timespec
    	Ctim              Timespec
    	X__glibc_reserved [2]int32
    }
    
    type Statfs_t struct {
    	Type    int64
    	Bsize   int64
    	Blocks  uint64
    	Bfree   uint64
    	Bavail  uint64
    	Files   uint64
    	Ffree   uint64
    	Fsid    Fsid
    	Namelen int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  2. src/syscall/ztypes_linux_loong64.go

    	Size              int64
    	Blksize           int32
    	X__pad2           int32
    	Blocks            int64
    	Atim              Timespec
    	Mtim              Timespec
    	Ctim              Timespec
    	X__glibc_reserved [2]int32
    }
    
    type statxTimestamp struct {
    	Sec         int64
    	Nsec        uint32
    	X__reserved int32
    }
    
    type statx_t struct {
    	Mask            uint32
    	Blksize         uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.8K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_riscv64.go

    	Size              int64
    	Blksize           int32
    	X__pad2           int32
    	Blocks            int64
    	Atim              Timespec
    	Mtim              Timespec
    	Ctim              Timespec
    	X__glibc_reserved [2]int32
    }
    
    type Statfs_t struct {
    	Type    int64
    	Bsize   int64
    	Blocks  uint64
    	Bfree   uint64
    	Bavail  uint64
    	Files   uint64
    	Ffree   uint64
    	Fsid    Fsid
    	Namelen int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_ppc64le.go

    	Size               int64
    	Blksize            int64
    	Blocks             int64
    	Atim               Timespec
    	Mtim               Timespec
    	Ctim               Timespec
    	X__glibc_reserved4 uint64
    	X__glibc_reserved5 uint64
    	X__glibc_reserved6 uint64
    }
    
    type Statfs_t struct {
    	Type    int64
    	Bsize   int64
    	Blocks  uint64
    	Bfree   uint64
    	Bavail  uint64
    	Files   uint64
    	Ffree   uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.4K bytes
    - Viewed (0)
Back to top