Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 119 for ino (0.24 sec)

  1. src/syscall/ztypes_openbsd_arm.go

    	S_ISGID  = 0x400
    	S_ISVTX  = 0x200
    	S_IRUSR  = 0x100
    	S_IWUSR  = 0x80
    	S_IXUSR  = 0x40
    	S_IRWXG  = 0x38
    	S_IRWXO  = 0x7
    )
    
    type Stat_t struct {
    	Mode           uint32
    	Dev            int32
    	Ino            uint64
    	Nlink          uint32
    	Uid            uint32
    	Gid            uint32
    	Rdev           int32
    	Atim           Timespec
    	Mtim           Timespec
    	Ctim           Timespec
    	Size           int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 12 02:35:39 UTC 2018
    - 6.8K bytes
    - Viewed (0)
  2. src/syscall/ztypes_dragonfly_amd64.go

    	S_IFSOCK = 0xc000
    	S_ISUID  = 0x800
    	S_ISGID  = 0x400
    	S_ISVTX  = 0x200
    	S_IRUSR  = 0x100
    	S_IWUSR  = 0x80
    	S_IXUSR  = 0x40
    	S_IRWXG  = 0x38
    	S_IRWXO  = 0x7
    )
    
    type Stat_t struct {
    	Ino      uint64
    	Nlink    uint32
    	Dev      uint32
    	Mode     uint16
    	Padding1 uint16
    	Uid      uint32
    	Gid      uint32
    	Rdev     uint32
    	Atim     Timespec
    	Mtim     Timespec
    	Ctim     Timespec
    	Size     int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  3. src/syscall/ztypes_openbsd_ppc64.go

    	S_ISGID  = 0x400
    	S_ISVTX  = 0x200
    	S_IRUSR  = 0x100
    	S_IWUSR  = 0x80
    	S_IXUSR  = 0x40
    	S_IRWXG  = 0x38
    	S_IRWXO  = 0x7
    )
    
    type Stat_t struct {
    	Mode           uint32
    	Dev            int32
    	Ino            uint64
    	Nlink          uint32
    	Uid            uint32
    	Gid            uint32
    	Rdev           int32
    	Atim           Timespec
    	Mtim           Timespec
    	Ctim           Timespec
    	Size           int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  4. src/syscall/ztypes_openbsd_riscv64.go

    	S_ISGID  = 0x400
    	S_ISVTX  = 0x200
    	S_IRUSR  = 0x100
    	S_IWUSR  = 0x80
    	S_IXUSR  = 0x40
    	S_IRWXG  = 0x38
    	S_IRWXO  = 0x7
    )
    
    type Stat_t struct {
    	Mode           uint32
    	Dev            int32
    	Ino            uint64
    	Nlink          uint32
    	Uid            uint32
    	Gid            uint32
    	Rdev           int32
    	Atim           Timespec
    	Mtim           Timespec
    	Ctim           Timespec
    	Size           int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  5. src/syscall/ztypes_openbsd_amd64.go

    	S_ISGID  = 0x400
    	S_ISVTX  = 0x200
    	S_IRUSR  = 0x100
    	S_IWUSR  = 0x80
    	S_IXUSR  = 0x40
    	S_IRWXG  = 0x38
    	S_IRWXO  = 0x7
    )
    
    type Stat_t struct {
    	Mode           uint32
    	Dev            int32
    	Ino            uint64
    	Nlink          uint32
    	Uid            uint32
    	Gid            uint32
    	Rdev           int32
    	Atim           Timespec
    	Mtim           Timespec
    	Ctim           Timespec
    	Size           int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  6. src/syscall/ztypes_freebsd_arm.go

    	S_IWUSR  = 0x80
    	S_IXUSR  = 0x40
    	S_IRWXG  = 0x38
    	S_IRWXO  = 0x7
    )
    
    const (
    	_statfsVersion = 0x20140518
    	_dirblksiz     = 0x400
    )
    
    type Stat_t struct {
    	Dev           uint64
    	Ino           uint64
    	Nlink         uint64
    	Mode          uint16
    	Padding0      int16
    	Uid           uint32
    	Gid           uint32
    	Padding1      int32
    	Rdev          uint64
    	Atimespec     Timespec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  7. src/syscall/ztypes_freebsd_arm64.go

    	S_IWUSR  = 0x80
    	S_IXUSR  = 0x40
    	S_IRWXG  = 0x38
    	S_IRWXO  = 0x7
    )
    
    const (
    	_statfsVersion = 0x20140518
    	_dirblksiz     = 0x400
    )
    
    type Stat_t struct {
    	Dev           uint64
    	Ino           uint64
    	Nlink         uint64
    	Mode          uint16
    	Padding0      int16
    	Uid           uint32
    	Gid           uint32
    	Padding1      int32
    	Rdev          uint64
    	Atimespec     Timespec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go

    	Msgsnd   int64
    	Msgrcv   int64
    	Nsignals int64
    	Nvcsw    int64
    	Nivcsw   int64
    }
    
    type Rlimit struct {
    	Cur int64
    	Max int64
    }
    
    type _Gid_t uint32
    
    type Stat_t struct {
    	Ino     uint64
    	Nlink   uint32
    	Dev     uint32
    	Mode    uint16
    	_1      uint16
    	Uid     uint32
    	Gid     uint32
    	Rdev    uint32
    	Atim    Timespec
    	Mtim    Timespec
    	Ctim    Timespec
    	Size    int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  9. src/syscall/ztypes_freebsd_386.go

    	S_IWUSR  = 0x80
    	S_IXUSR  = 0x40
    	S_IRWXG  = 0x38
    	S_IRWXO  = 0x7
    )
    
    const (
    	_statfsVersion = 0x20140518
    	_dirblksiz     = 0x400
    )
    
    type Stat_t struct {
    	Dev           uint64
    	Ino           uint64
    	Nlink         uint64
    	Mode          uint16
    	Padding0      int16
    	Uid           uint32
    	Gid           uint32
    	Padding1      int32
    	Rdev          uint64
    	Atim_ext      int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  10. src/syscall/ztypes_freebsd_riscv64.go

    	S_IWUSR  = 0x80
    	S_IXUSR  = 0x40
    	S_IRWXG  = 0x38
    	S_IRWXO  = 0x7
    )
    
    const (
    	_statfsVersion = 0x20140518
    	_dirblksiz     = 0x400
    )
    
    type Stat_t struct {
    	Dev           uint64
    	Ino           uint64
    	Nlink         uint64
    	Mode          uint16
    	Padding0      int16
    	Uid           uint32
    	Gid           uint32
    	Padding1      int32
    	Rdev          uint64
    	Atimespec     Timespec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 8K bytes
    - Viewed (0)
Back to top