Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 3,430 for UInt32 (0.11 sec)

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

    	Freetarg           int32
    	Inactarg           int32
    	Wiredmax           int32
    	Anonmin            int32
    	Vtextmin           int32
    	Vnodemin           int32
    	Anonminpct         int32
    	Vtextminpct        int32
    	Vnodeminpct        int32
    	Nswapdev           int32
    	Swpages            int32
    	Swpginuse          int32
    	Swpgonly           int32
    	Nswget             int32
    	Nanon              int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  2. src/syscall/types_windows.go

    	Index           uint32
    	Type            uint32
    	Mtu             uint32
    	Speed           uint32
    	PhysAddrLen     uint32
    	PhysAddr        [MAXLEN_PHYSADDR]byte
    	AdminStatus     uint32
    	OperStatus      uint32
    	LastChange      uint32
    	InOctets        uint32
    	InUcastPkts     uint32
    	InNUcastPkts    uint32
    	InDiscards      uint32
    	InErrors        uint32
    	InUnknownProtos uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go

    	SIG_UNBLOCK = 0x1
    	SIG_SETMASK = 0x2
    )
    
    type Siginfo struct {
    	Signo int32
    	Errno int32
    	Code  int32
    	_     int32
    	_     [112]byte
    }
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Line   uint8
    	Cc     [19]uint8
    	Ispeed uint32
    	Ospeed uint32
    }
    
    type Taskstats struct {
    	Version                   uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. src/syscall/ztypes_openbsd_386.go

    	Priority uint8
    	Mpls     uint8
    	Addrs    int32
    	Flags    int32
    	Fmask    int32
    	Pid      int32
    	Seq      int32
    	Errno    int32
    	Inits    uint32
    	Rmx      RtMetrics
    }
    
    type RtMetrics struct {
    	Pksent   uint64
    	Expire   int64
    	Locks    uint32
    	Mtu      uint32
    	Refcnt   uint32
    	Hopcount uint32
    	Recvpipe uint32
    	Sendpipe uint32
    	Ssthresh uint32
    	Rtt      uint32
    	Rttvar   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go

    	Index   uint16
    	_       uint16
    	Flags   int32
    	Addrs   int32
    	Pid     int32
    	Seq     int32
    	Errno   int32
    	Fmask   int32
    	Inits   uint32
    	Rmx     RtMetrics
    }
    
    type RtMetrics struct {
    	Locks    uint32
    	Mtu      uint32
    	Hopcount uint32
    	Expire   uint32
    	Recvpipe uint32
    	Sendpipe uint32
    	Ssthresh uint32
    	Rtt      uint32
    	Rttvar   uint32
    	Pksent   uint32
    	Weight   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go

    	Paging             int32
    	Wired              int32
    	Zeropages          int32
    	Reserve_pagedaemon int32
    	Reserve_kernel     int32
    	Unused01           int32
    	Vnodepages         int32
    	Vtextpages         int32
    	Freemin            int32
    	Freetarg           int32
    	Inactarg           int32
    	Wiredmax           int32
    	Anonmin            int32
    	Vtextmin           int32
    	Vnodemin           int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go

    	Nvcsw    int64
    	Nivcsw   int64
    }
    
    type Stat_t struct {
    	Dev     uint32
    	Pad1    [3]uint32
    	Ino     uint64
    	Mode    uint32
    	Nlink   uint32
    	Uid     uint32
    	Gid     uint32
    	Rdev    uint32
    	Pad2    [3]uint32
    	Size    int64
    	Atim    Timespec
    	Mtim    Timespec
    	Ctim    Timespec
    	Blksize uint32
    	Pad4    uint32
    	Blocks  int64
    }
    
    type Dirent struct {
    	Ino    uint64
    	Off    int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  8. src/syscall/ztypes_netbsd_amd64.go

    const (
    	_AT_FDCWD = -0x64
    )
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Cc     [20]uint8
    	Ispeed int32
    	Ospeed int32
    }
    
    type Sysctlnode struct {
    	Flags           uint32
    	Num             int32
    	Name            [32]int8
    	Ver             uint32
    	X__rsvd         uint32
    	Un              [16]byte
    	X_sysctl_size   [8]byte
    	X_sysctl_func   [8]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.2K bytes
    - Viewed (0)
  9. src/syscall/ztypes_openbsd_arm64.go

    	Priority uint8
    	Mpls     uint8
    	Addrs    int32
    	Flags    int32
    	Fmask    int32
    	Pid      int32
    	Seq      int32
    	Errno    int32
    	Inits    uint32
    	Rmx      RtMetrics
    }
    
    type RtMetrics struct {
    	Pksent   uint64
    	Expire   int64
    	Locks    uint32
    	Mtu      uint32
    	Refcnt   uint32
    	Hopcount uint32
    	Recvpipe uint32
    	Sendpipe uint32
    	Ssthresh uint32
    	Rtt      uint32
    	Rttvar   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 6.7K bytes
    - Viewed (0)
  10. src/syscall/ztypes_openbsd_mips64.go

    	Priority uint8
    	Mpls     uint8
    	Addrs    int32
    	Flags    int32
    	Fmask    int32
    	Pid      int32
    	Seq      int32
    	Errno    int32
    	Inits    uint32
    	Rmx      RtMetrics
    }
    
    type RtMetrics struct {
    	Pksent   uint64
    	Expire   int64
    	Locks    uint32
    	Mtu      uint32
    	Refcnt   uint32
    	Hopcount uint32
    	Recvpipe uint32
    	Sendpipe uint32
    	Ssthresh uint32
    	Rtt      uint32
    	Rttvar   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 6.7K bytes
    - Viewed (0)
Back to top