Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 59 for pad_cgo_1 (0.22 sec)

  1. 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
    	Size          int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.2K bytes
    - Viewed (0)
  2. 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
    	Size          int64
    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/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
    	Size          int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.1K bytes
    - Viewed (0)
  4. src/runtime/pprof/defs_darwin_arm64.go

    	Max_protection   int32
    	Inheritance      uint32
    	Shared           int32
    	Reserved         int32
    	Offset           [8]byte // This is hand-edited since godefs generates: Pad_cgo_0 [8]byte. Cannot use uint64 due to alignment.
    	Behavior         int32
    	User_wired_count uint16
    	Pad_cgo_1        [2]byte
    }
    
    const (
    	_VM_PROT_READ    = 0x1
    	_VM_PROT_WRITE   = 0x2
    	_VM_PROT_EXECUTE = 0x4
    
    	_MACH_SEND_INVALID_DEST = 0x10000003
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 23:35:39 UTC 2023
    - 607 bytes
    - Viewed (0)
  5. src/syscall/ztypes_openbsd_amd64.go

    }
    
    type IPv6Mreq struct {
    	Multiaddr [16]byte /* in6_addr */
    	Interface uint32
    }
    
    type Msghdr struct {
    	Name       *byte
    	Namelen    uint32
    	Pad_cgo_0  [4]byte
    	Iov        *Iovec
    	Iovlen     uint32
    	Pad_cgo_1  [4]byte
    	Control    *byte
    	Controllen uint32
    	Flags      int32
    }
    
    type Cmsghdr struct {
    	Len   uint32
    	Level int32
    	Type  int32
    }
    
    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/vendor/golang.org/x/net/lif/zsys_solaris_amd64.go

    	sizeofLifIfinfoReq = 0x10
    )
    
    type lifnum struct {
    	Family    uint16
    	Pad_cgo_0 [2]byte
    	Flags     int32
    	Count     int32
    }
    
    type lifreq struct {
    	Name   [32]int8
    	Lifru1 [4]byte
    	Type   uint32
    	Lifru  [336]byte
    }
    
    type lifconf struct {
    	Family    uint16
    	Pad_cgo_0 [2]byte
    	Flags     int32
    	Len       int32
    	Pad_cgo_1 [4]byte
    	Lifcu     [8]byte
    }
    
    type lifIfinfoReq struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 05 19:54:32 UTC 2022
    - 981 bytes
    - Viewed (0)
  7. src/runtime/pprof/defs_darwin_amd64.go

    	Max_protection   int32
    	Inheritance      uint32
    	Shared           uint32
    	Reserved         uint32
    	Offset           [8]byte // This is hand-edited since godefs generates: Pad_cgo_0 [8]byte. Cannot use uint64 due to alignment.
    	Behavior         int32
    	User_wired_count uint16
    	Pad_cgo_1        [2]byte
    }
    
    const (
    	_VM_PROT_READ    = 0x1
    	_VM_PROT_WRITE   = 0x2
    	_VM_PROT_EXECUTE = 0x4
    
    	_MACH_SEND_INVALID_DEST = 0x10000003
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 23:35:39 UTC 2023
    - 609 bytes
    - Viewed (0)
  8. src/syscall/ztypes_netbsd_386.go

    	Msglen    uint16
    	Version   uint8
    	Type      uint8
    	Addrs     int32
    	Flags     int32
    	Index     uint16
    	Pad_cgo_0 [2]byte
    	Data      IfData
    	Pad_cgo_1 [4]byte
    }
    
    type IfData struct {
    	Type       uint8
    	Addrlen    uint8
    	Hdrlen     uint8
    	Pad_cgo_0  [1]byte
    	Link_state int32
    	Mtu        uint64
    	Metric     uint64
    	Baudrate   uint64
    	Ipackets   uint64
    	Ierrors    uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go

    	Msglen    uint16
    	Version   uint8
    	Type      uint8
    	Addrs     int32
    	Flags     int32
    	Index     uint16
    	Pad_cgo_0 [2]byte
    	Data      IfData
    	Pad_cgo_1 [4]byte
    }
    
    type IfData struct {
    	Type       uint8
    	Addrlen    uint8
    	Hdrlen     uint8
    	Pad_cgo_0  [1]byte
    	Link_state int32
    	Mtu        uint64
    	Metric     uint64
    	Baudrate   uint64
    	Ipackets   uint64
    	Ierrors    uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  10. src/syscall/ztypes_dragonfly_amd64.go

    	Fsid        Fsid
    	Owner       uint32
    	Type        int32
    	Flags       int32
    	Pad_cgo_0   [4]byte
    	Syncwrites  int64
    	Asyncwrites int64
    	Fstypename  [16]int8
    	Mntonname   [80]int8
    	Syncreads   int64
    	Asyncreads  int64
    	Spares1     int16
    	Mntfromname [80]int8
    	Spares2     int16
    	Pad_cgo_1   [4]byte
    	Spare       [2]int64
    }
    
    type Flock_t struct {
    	Start  int64
    	Len    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)
Back to top