Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,041 for rdev (0.05 sec)

  1. src/syscall/ztypes_netbsd_386.go

    	Nivcsw   int32
    }
    
    type Rlimit struct {
    	Cur uint64
    	Max uint64
    }
    
    type _Gid_t uint32
    
    type Stat_t struct {
    	Dev           uint64
    	Mode          uint32
    	Ino           uint64
    	Nlink         uint32
    	Uid           uint32
    	Gid           uint32
    	Rdev          uint64
    	Atimespec     Timespec
    	Mtimespec     Timespec
    	Ctimespec     Timespec
    	Birthtimespec Timespec
    	Size          int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6K bytes
    - Viewed (0)
  2. src/syscall/ztypes_netbsd_amd64.go

    }
    
    type Rlimit struct {
    	Cur uint64
    	Max uint64
    }
    
    type _Gid_t uint32
    
    type Stat_t struct {
    	Dev           uint64
    	Mode          uint32
    	Pad_cgo_0     [4]byte
    	Ino           uint64
    	Nlink         uint32
    	Uid           uint32
    	Gid           uint32
    	Pad_cgo_1     [4]byte
    	Rdev          uint64
    	Atimespec     Timespec
    	Mtimespec     Timespec
    	Ctimespec     Timespec
    	Birthtimespec Timespec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go

    type Rlimit struct {
    	Cur uint64
    	Max uint64
    }
    
    type Pid_t int32
    
    type _Gid_t uint32
    
    type dev_t uint64
    
    type Stat_t struct {
    	Dev      uint64
    	Ino      uint64
    	Mode     uint32
    	Nlink    int16
    	Flag     uint16
    	Uid      uint32
    	Gid      uint32
    	Rdev     uint64
    	Ssize    int32
    	Atim     Timespec
    	Mtim     Timespec
    	Ctim     Timespec
    	Blksize  int64
    	Blocks   int64
    	Vfstype  int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 5K bytes
    - Viewed (0)
  4. src/syscall/fs_js.go

    	}
    
    	return n, nil
    }
    
    func setStat(st *Stat_t, jsSt js.Value) {
    	st.Dev = int64(jsSt.Get("dev").Int())
    	st.Ino = uint64(jsSt.Get("ino").Int())
    	st.Mode = uint32(jsSt.Get("mode").Int())
    	st.Nlink = uint32(jsSt.Get("nlink").Int())
    	st.Uid = uint32(jsSt.Get("uid").Int())
    	st.Gid = uint32(jsSt.Get("gid").Int())
    	st.Rdev = int64(jsSt.Get("rdev").Int())
    	st.Size = int64(jsSt.Get("size").Int())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 11 18:19:17 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  5. src/syscall/ztypes_openbsd_386.go

    	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
    	Blocks         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)
  6. src/syscall/ztypes_openbsd_arm64.go

    	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
    	Blocks         int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 6.7K bytes
    - Viewed (0)
  7. src/syscall/ztypes_openbsd_mips64.go

    	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
    	Blocks         int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 6.7K bytes
    - Viewed (0)
  8. src/syscall/ztypes_netbsd_arm.go

    }
    
    type Rlimit struct {
    	Cur uint64
    	Max uint64
    }
    
    type _Gid_t uint32
    
    type Stat_t struct {
    	Dev           uint64
    	Mode          uint32
    	Pad_cgo_0     [4]byte
    	Ino           uint64
    	Nlink         uint32
    	Uid           uint32
    	Gid           uint32
    	Pad_cgo_1     [4]byte
    	Rdev          uint64
    	Atimespec     Timespec
    	Mtimespec     Timespec
    	Ctimespec     Timespec
    	Birthtimespec Timespec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.1K bytes
    - Viewed (0)
  9. src/syscall/ztypes_netbsd_arm64.go

    }
    
    type Rlimit struct {
    	Cur uint64
    	Max uint64
    }
    
    type _Gid_t uint32
    
    type Stat_t struct {
    	Dev           uint64
    	Mode          uint32
    	Pad_cgo_0     [4]byte
    	Ino           uint64
    	Nlink         uint32
    	Uid           uint32
    	Gid           uint32
    	Pad_cgo_1     [4]byte
    	Rdev          uint64
    	Atimespec     Timespec
    	Mtimespec     Timespec
    	Ctimespec     Timespec
    	Birthtimespec Timespec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.2K bytes
    - Viewed (0)
  10. src/syscall/ztypes_openbsd_arm.go

    	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
    	Blocks         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)
Back to top